cfa10036: Fix IMAGE_FSTYPES barebox-mxsboot-sdcard

>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".

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit c9f33e664d)
This commit is contained in:
Fabio Berton 2017-08-23 17:23:55 -03:00 committed by Otavio Salvador
parent 1879485e63
commit 84af21481a

View File

@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "barebox"
IMAGE_BOOTLOADER = "barebox" IMAGE_BOOTLOADER = "barebox"
BAREBOX_BINARY = "barebox" BAREBOX_BINARY = "barebox"
IMAGE_FSTYPES_mxs = "tar.bz2 barebox.mxsboot-sdcard sdcard.gz" IMAGE_FSTYPES_mxs = "tar.bz2 barebox-mxsboot-sdcard sdcard.gz"
IMXBOOTLETS_MACHINE = "cfa10036" IMXBOOTLETS_MACHINE = "cfa10036"