diff options
author | John Klug <john.klug@multitech.com> | 2018-03-19 18:05:30 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-03-19 18:05:30 -0500 |
commit | 23e0897097046ef298c154967bb3a1fb06404a22 (patch) | |
tree | e40a8004111db693e0e6c405eea59c1be978601e /recipes-core/images | |
parent | c2957648a5d399c112c9eff00c9cf89a5a578def (diff) | |
download | meta-mlinux-23e0897097046ef298c154967bb3a1fb06404a22.tar.gz meta-mlinux-23e0897097046ef298c154967bb3a1fb06404a22.tar.bz2 meta-mlinux-23e0897097046ef298c154967bb3a1fb06404a22.zip |
Add rfcomm to the image
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index c0b5f71..422d1a8 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -85,7 +85,7 @@ IMAGE_INSTALL += "sms-utils" # Multi-Tech GPS Utility IMAGE_INSTALL += "venus-gps" IMAGE_INSTALL += "pps-tools" -IMAGE_INSTALL += "dnsmasq bluez5-pand" +IMAGE_INSTALL += "dnsmasq bluez5-pand bluez5-rfcomm" # When ntp is to use the GPS, gps-utils is required IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gps-utils gpsd-udev" |