meta-digi-arm: allow to build variant 0x8
Variant 0x8 does not have wireless/bluetooth, but it uses the same device tree than the other variants. https://jira.digi.com/browse/DEL-1524 Signed-off-by: Javier Viguera <javier.viguera@digi.com> (cherry picked from commit 3ba5bff51ebbe6be8325128ae3beb950993607d2)
This commit is contained in:
parent
cdec338906
commit
423c1115d1
|
|
@ -92,7 +92,7 @@ DTB_VARIANT_STR_wbq512 = "-wb"
|
|||
DTB_VARIANT_STR_wbq1024 = "-wb"
|
||||
DTB_VARIANT_STR_wq1024 = "-wb"
|
||||
DTB_VARIANT_STR_wdl256 = "-w"
|
||||
DTB_VARIANT_STR_q512 = "-z"
|
||||
DTB_VARIANT_STR_q512 = "-wb"
|
||||
DTB_VARIANT_STR_dl256 = "-z"
|
||||
DTB_VARIANT_STR_wdl512 = "-mw"
|
||||
DTB_VARIANT_STR_wbdl1024 = "-mwb"
|
||||
|
|
|
|||
Loading…
Reference in New Issue