]> code.ossystems Code Review - meta-freescale.git/commit
imx-base: Fix uboot.mxsboot-sdcard IMAGE_FSTYPES name
authorFabio Berton <fabio.berton@ossystems.com.br>
Fri, 28 Apr 2017 12:16:53 +0000 (09:16 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 23 May 2017 01:27:03 +0000 (22:27 -0300)
commite96a12da5d03b27cb694052aa66608469c411191
tree6590e00c2d7d0098b9e586fcf198c914e6db2e30
parent0be4eb4338ac3e327f1d141f06434a3818998138
imx-base: Fix uboot.mxsboot-sdcard IMAGE_FSTYPES name

>From OE-Core commit 8a9f249a9166347cc0468191ce130003e3d306e1:

    If image type "foo" depends on image type "bar.xz", then dependencies
    should be collected from the base image type (ie "IMAGE_DEPENDS_bar")
    not from "IMAGE_DEPENDS_bar.xz".

IMAGE_DEPENDS_uboot.mxsboot-sdcard has uboot as base image type and
IMAGE_DEPENDS_uboot.mxsboot-sdcard = "foo" never will run.
Changing IMAGE_FSYPES to uboot-mxsboot-sdcard fix this issue and base
base will be uboot-mxsboot-sdcard.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/include/imx-base.inc