mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
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:
parent
1879485e63
commit
84af21481a
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user