mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
wic: add e2fsprogs dependency
Started seeing the following error in my builds: ERROR: A native program mkfs.ext4 required to build the image was not found Please make sure wic-tools have e2fsprogs-native in its DEPENDS Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
966e8a3ffa
commit
3d640e3246
|
@ -7,6 +7,7 @@ WKS_FILE = "rockchip.wks"
|
||||||
WKS_FILE_DEPENDS ?= " \
|
WKS_FILE_DEPENDS ?= " \
|
||||||
mtools-native \
|
mtools-native \
|
||||||
dosfstools-native \
|
dosfstools-native \
|
||||||
|
e2fsprogs-native \
|
||||||
virtual/bootloader \
|
virtual/bootloader \
|
||||||
virtual/kernel \
|
virtual/kernel \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user