meta-digi-arm: fix machine variant in machine overrides
The machine variant is most specific than machine name. Before: MACHINEOVERRIDES="armv5:mxs:wb:ccardimx28js" After: MACHINEOVERRIDES="armv5:mxs:ccardimx28js:wb" Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
dc1499bd78
commit
7ee46b00d8
|
|
@ -18,7 +18,7 @@ IMAGE_CLASSES = "image_types_digi"
|
||||||
USE_VT = "0"
|
USE_VT = "0"
|
||||||
|
|
||||||
# Add the machine variant to the valid machine override
|
# Add the machine variant to the valid machine override
|
||||||
MACHINEOVERRIDES =. "${@['', '${MACHINE_VARIANT}:']['${MACHINE_VARIANT}' != '']}"
|
MACHINEOVERRIDES .= "${@['', ':${MACHINE_VARIANT}']['${MACHINE_VARIANT}' != '']}"
|
||||||
MACHINE_VARIANT ?= ""
|
MACHINE_VARIANT ?= ""
|
||||||
|
|
||||||
# U-Boot settings
|
# U-Boot settings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue