[oe-commits] Cristian Iorga : bitbake.conf: backfill bluez5 feature

git at git.openembedded.org git at git.openembedded.org
Mon Apr 27 07:08:56 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: d74688d2cc389b7df5e1e8ecc196f5142ebef1b1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d74688d2cc389b7df5e1e8ecc196f5142ebef1b1

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Thu Apr 23 17:38:35 2015 +0300

bitbake.conf: backfill bluez5 feature

If bluez4 is not explicitly passed as a
distro feature, bluez5 should be used as
the default, so backfill it.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2b3c110..f544a71 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -733,7 +733,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
 EXTRA_IMAGE_FEATURES ??= ""
 IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}"
 
-DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit"
+DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit bluez5"
 MACHINE_FEATURES_BACKFILL = "rtc"
 
 COMBINED_FEATURES = "\



More information about the Openembedded-commits mailing list