summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-08-03 17:59:10 -0500
committerJohn Klug <john.klug@multitech.com>2020-08-03 17:59:10 -0500
commit1f009b4848f7a95d2dbd60059feaa599f2cdf09f (patch)
tree7ee5fd884aaf5a541ccf434c432bf8c712f2eeb9 /recipes-core
parent220e6c803f6cbfe7e6fe6e6769ce6080751f6dfc (diff)
downloadmeta-mlinux-atmel-1f009b4848f7a95d2dbd60059feaa599f2cdf09f.tar.gz
meta-mlinux-atmel-1f009b4848f7a95d2dbd60059feaa599f2cdf09f.tar.bz2
meta-mlinux-atmel-1f009b4848f7a95d2dbd60059feaa599f2cdf09f.zip
mLinux BLUETOOTH_INIT
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/mlinux-base-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb
index e06e754..34128b8 100644
--- a/recipes-core/images/mlinux-base-image.bb
+++ b/recipes-core/images/mlinux-base-image.bb
@@ -32,6 +32,7 @@ WIFI_FEATURES = " \
"
BLUETOOTH_FEATURES = "bluez5"
+BLUETOOTH_INIT = "bluez5-mlinit"
# Add all timezones available
# ntpdate will sync time every 30 min by default via cron
@@ -65,6 +66,7 @@ IMAGE_INSTALL_append = " \
kernel-modules \
${WIFI_FEATURES} \
${BLUETOOTH_FEATURES} \
+ ${BLUETOOTH_INIT} \
${FILESYSTEM_FEATURES} \
${TIME_FEATURES} \
${MISC_FEATURES} \