From f1526b68138d82abc0ec9c0d2f8f6a44e76c2de6 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 13 Feb 2015 16:07:16 +0100 Subject: [PATCH] meta-digi-arm: allow to build variant 0x5 Variant 0x5 (Furuno) does not have bluetooth, but the device tree in the kernel is the same than the variant with bluetooth. https://jira.digi.com/browse/DEL-1524 Signed-off-by: Javier Viguera (cherry picked from commit 7de11f08e95fecb8d4895556292a488a91af6817) --- meta-digi-arm/conf/machine/include/ccimx6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/include/ccimx6.inc b/meta-digi-arm/conf/machine/include/ccimx6.inc index 5cdce24e5..aacdf762b 100644 --- a/meta-digi-arm/conf/machine/include/ccimx6.inc +++ b/meta-digi-arm/conf/machine/include/ccimx6.inc @@ -90,7 +90,7 @@ DTB_VARIANT_STR = "" DTB_VARIANT_STR_wbkq1024 = "-wbk" DTB_VARIANT_STR_wbq512 = "-wb" DTB_VARIANT_STR_wbq1024 = "-wb" -DTB_VARIANT_STR_wq1024 = "-w" +DTB_VARIANT_STR_wq1024 = "-wb" DTB_VARIANT_STR_wdl256 = "-w" DTB_VARIANT_STR_q512 = "-z" DTB_VARIANT_STR_dl256 = "-z"