From 1f009b4848f7a95d2dbd60059feaa599f2cdf09f Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 3 Aug 2020 17:59:10 -0500 Subject: mLinux BLUETOOTH_INIT --- recipes-core/images/mlinux-base-image.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core') 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} \ -- cgit v1.2.3