mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
wic: Update the sdcard generation
Update the SD card generation to follow a more standard sdcard boot flow. At the moment we don't use this new boot flow, but let's at least have it ready for future use. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
b9e9d6942e
commit
ef0189f2d8
@@ -33,8 +33,6 @@ IMAGE_FSTYPES_append = " wic.gz ext4"
|
||||
# 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 ?= " \
|
||||
opensbi \
|
||||
@@ -42,6 +40,10 @@ WKS_FILE_DEPENDS ?= " \
|
||||
bmap-tools-native \
|
||||
"
|
||||
|
||||
IMAGE_BOOT_FILES ?= " \
|
||||
Image \
|
||||
"
|
||||
|
||||
WKS_FILE ?= "freedom-u540-opensbi.wks"
|
||||
|
||||
BAD_RECOMMENDATIONS += "\
|
||||
|
||||
Reference in New Issue
Block a user