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 <javier.viguera@digi.com> (cherry picked from commit 7de11f08e95fecb8d4895556292a488a91af6817)
This commit is contained in:
parent
953b8ee3be
commit
f1526b6813
|
|
@ -90,7 +90,7 @@ DTB_VARIANT_STR = ""
|
||||||
DTB_VARIANT_STR_wbkq1024 = "-wbk"
|
DTB_VARIANT_STR_wbkq1024 = "-wbk"
|
||||||
DTB_VARIANT_STR_wbq512 = "-wb"
|
DTB_VARIANT_STR_wbq512 = "-wb"
|
||||||
DTB_VARIANT_STR_wbq1024 = "-wb"
|
DTB_VARIANT_STR_wbq1024 = "-wb"
|
||||||
DTB_VARIANT_STR_wq1024 = "-w"
|
DTB_VARIANT_STR_wq1024 = "-wb"
|
||||||
DTB_VARIANT_STR_wdl256 = "-w"
|
DTB_VARIANT_STR_wdl256 = "-w"
|
||||||
DTB_VARIANT_STR_q512 = "-z"
|
DTB_VARIANT_STR_q512 = "-z"
|
||||||
DTB_VARIANT_STR_dl256 = "-z"
|
DTB_VARIANT_STR_dl256 = "-z"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue