From 612403dd7eb5607abc96ce20de3ffc3e8687f62f Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 5 Oct 2022 12:36:17 +0200 Subject: distro:tdx-base.inc: drop bluez5 from DISTRO_FEATURES Since commit dcf889e93401f7c4de0055d53271eacc3882eccc in OE: [ meta: Remove remnants of bluez4 support bluez4 was removed from meta-oe 2 years ago. Simplfy the setup of the two level bluetooth and bluez4/bluez5 distro features by removing the bluez4/bluez5 distro features. This also removes the no longer required bluetooth class. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie ] bluez5 is no longer a distro feature, and there is no reference to it neither in Toradex/Freescale/OE meta layers, let's drop it. Related-to: ELB-4824 Signed-off-by: Ming Liu (cherry picked from commit bdb31caa6c2a6a96112f536c76d4e1eca8da3ea4) --- conf/distro/include/tdx-base.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf') diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc index eca1829..c51bda6 100644 --- a/conf/distro/include/tdx-base.inc +++ b/conf/distro/include/tdx-base.inc @@ -59,9 +59,6 @@ INHERIT += "image-buildinfo" INHERIT += "buildhistory" BUILDHISTORY_COMMIT = "1" -# Use bluez5 as default. -DISTRO_FEATURES:append = " bluez5" - IMAGE_LINGUAS ?= "en-us" # Some Toradex recipes like linux-toradex, u-boot-toradex, -- cgit v1.2.3