mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
cubox-i: Migrate to use wic image creator tool
Use wic image creator tool instead of image_types_fsl class to create sdcard images. wic uses imx-uboot-spl.wks file and this new layout has only one partition, so all files will be installed on the same partition. We need to set MACHINE_ESSENTIAL_EXTRA_RDEPENDS to install kernel image and devitree and u-boot to root part, set wic.gz as IMAGE_FSTYPES and set correct WKS_FILES. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
038b0b737f
commit
7595ac2738
|
@ -34,3 +34,15 @@ MACHINE_FEATURES += "pci wifi bluetooth alsa irda serial usbhost"
|
|||
MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config bcm4329-nvram-config"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
||||
kernel-image \
|
||||
kernel-devicetree \
|
||||
u-boot-fslc \
|
||||
"
|
||||
|
||||
WKS_FILES ?= "imx-uboot-spl.wks"
|
||||
|
||||
IMAGE_DEPENDS_wic_append = " virtual/bootloader"
|
||||
|
||||
IMAGE_FSTYPES = "wic.gz"
|
||||
|
|
Loading…
Reference in New Issue
Block a user