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