From e745219eb201f1093573431c026aa0e0033cf836 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 4 Nov 2015 11:28:33 +0100 Subject: [PATCH] meta-digi-dey: disable dey-bluetooth image feature temporarily It has a hard-coded dependence in bluez4 and this has been removed from openembedded-core. There is a different Jira for the bluez5 migration. https://jira.digi.com/browse/DEL-1890 Signed-off-by: Javier Viguera --- meta-digi-dey/recipes-core/images/dey-image-minimal.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/images/dey-image-minimal.bb b/meta-digi-dey/recipes-core/images/dey-image-minimal.bb index e1e26ec24..c1ce1fd29 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-minimal.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-minimal.bb @@ -29,7 +29,10 @@ IMAGE_FEATURES += "package-management" IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "alsa", "dey-audio", "", d)}' IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "accel-video", "dey-gstreamer", "", d)}' IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "wifi", "dey-wireless", "", d)}' -IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "bluetooth", "dey-bluetooth", "", d)}' + +# Yocto 2.0 migration: disable dey-bluetooth image feature temporarily +# It has a hard-coded dependence in bluez4 and this has been removed from openembedded-core. +# IMAGE_FEATURES += '${@base_contains("MACHINE_FEATURES", "bluetooth", "dey-bluetooth", "", d)}' # SDK features (for toolchains generated from an image with populate_sdk) SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"