mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
machine: Build an EXT4 rootFS image
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
dcb61db68d
commit
552526019d
@@ -31,7 +31,7 @@ MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
|
||||
RISCV_BBL_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin"
|
||||
|
||||
IMAGE_FSTYPES_append = " wic.gz"
|
||||
IMAGE_FSTYPES_append = " wic.gz ext4"
|
||||
|
||||
# Do not update fstab file when using wic images
|
||||
WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
|
||||
|
||||
@@ -16,6 +16,8 @@ GDBVERSION = "riscv"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyS0 115200;hvc0"
|
||||
|
||||
IMAGE_FSTYPES_append = " ext4"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"
|
||||
EXTRA_IMAGEDEPENDS += "riscv-pk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user