mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
machine: freedom-u540: add WIC support
Signed-off-by: Mirza Krak <mirza.krak@endian.se>
This commit is contained in:
parent
1c407570ac
commit
75acee750f
1 changed files with 16 additions and 0 deletions
|
@ -27,3 +27,19 @@ RISCV_BBL_PAYLOAD ?= "${KERNEL_IMAGETYPE}${KERNEL_INITRAMFS}-${MACHINE}.bin"
|
|||
INITRAMFS_IMAGE_BUNDLE = "1"
|
||||
INITRAMFS_IMAGE = "riscv-initramfs-image"
|
||||
KERNEL_INITRAMFS = '-initramfs'
|
||||
|
||||
IMAGE_FSTYPES_append = " wic.gz"
|
||||
|
||||
# Do not update fstab file when using wic images
|
||||
WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
|
||||
|
||||
IMAGE_BOOT_FILES = ""
|
||||
|
||||
### wic default support
|
||||
WKS_FILE_DEPENDS ?= " \
|
||||
riscv-pk \
|
||||
e2fsprogs-native \
|
||||
bmap-tools-native \
|
||||
"
|
||||
|
||||
WKS_FILE ?= "freedom-u540-bbl.wks"
|
||||
|
|
Loading…
Add table
Reference in a new issue