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:
Otavio Salvador 2016-09-14 14:20:44 -03:00
parent 7a74b6c5e2
commit fddc5aef67

View File

@ -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