]> 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>
Sun, 30 Apr 2017 19:50:39 +0000 (16:50 -0300)
commit9bee191b03921abaa6556438805004469221c7fc
treee7cd69bcd3459f4cc64270973d8fa0ca4c8b9d56
parent3b7f5a0069c5df1b8c2ffbd0752158cdbc5053ce
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