mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6sl-warp: Fix typo on MACHINEOVERRIDES value
The prepended value must end with ':' as this is used as value separator when parsing the value. This fixes following error: ,---- | ERROR: Required build target 'fsl-image-machine-test' has no buildable | providers. | Missing or unbuildable dependency chain was: | ['fsl-image-machine-test', 'packagegroup-base-extended', | 'bcm4330-nvram-config'] `---- Change-Id: I92f371a39e7e4e5c38dd940435a7f4598265485a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
7a74b6c5e2
commit
fddc5aef67
|
@ -22,7 +22,7 @@
|
|||
#correct node that corresponds to the Warp board. Passing an incorrect
|
||||
#device number may overwrite the host PC file system, causing boot issues there.
|
||||
|
||||
MACHINEOVERRIDES =. "mx6:mx6sl"
|
||||
MACHINEOVERRIDES =. "mx6:mx6sl:"
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user