* [meta-rockchip][PATCH] wic: add e2fsprogs dependency
@ 2022-03-08 17:04 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2022-03-08 17:04 UTC (permalink / raw)
To: yocto
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>
---
conf/machine/include/rockchip-wic.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include/rockchip-wic.inc
index 30b0d57..6fa5367 100644
--- a/conf/machine/include/rockchip-wic.inc
+++ b/conf/machine/include/rockchip-wic.inc
@@ -7,6 +7,7 @@ WKS_FILE = "rockchip.wks"
WKS_FILE_DEPENDS ?= " \
mtools-native \
dosfstools-native \
+ e2fsprogs-native \
virtual/bootloader \
virtual/kernel \
"
--
2.34.1.75.gabe6bb3905
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-08 17:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 17:04 [meta-rockchip][PATCH] wic: add e2fsprogs dependency Trevor Woerner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.