]> code.ossystems Code Review - meta-freescale.git/commit
classes/image_types_fsl: Fix mxsboot image generation
authorFabio Berton <fabio.berton@ossystems.com.br>
Fri, 28 Apr 2017 12:16:54 +0000 (09:16 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 23 May 2017 01:27:03 +0000 (22:27 -0300)
commitd03806baa9db93ff3e09ee18fd52a86a9ef2b598
treefca129bf3bd28295a47579e96453e4a6ba5b81b9
parente96a12da5d03b27cb694052aa66608469c411191
classes/image_types_fsl: Fix mxsboot image generation

>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>
classes/image_types_fsl.bbclass