* [kirkstone][meta-rockchip][PATCH] wic: add e2fsprogs dependency
@ 2022-05-12 9:48 Martin Jansa
2022-05-12 13:41 ` Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2022-05-12 9:48 UTC (permalink / raw)
To: yocto; +Cc: twoerner
From: Trevor Woerner <twoerner@gmail.com>
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.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [kirkstone][meta-rockchip][PATCH] wic: add e2fsprogs dependency
2022-05-12 9:48 [kirkstone][meta-rockchip][PATCH] wic: add e2fsprogs dependency Martin Jansa
@ 2022-05-12 13:41 ` Trevor Woerner
0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2022-05-12 13:41 UTC (permalink / raw)
To: Martin Jansa; +Cc: yocto
On Thu 2022-05-12 @ 11:48:56 AM, Martin Jansa wrote:
> From: Trevor Woerner <twoerner@gmail.com>
>
> 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>
Ah sorry, I saw your message yesterday but was in the middle of something
else... then I forgot. Thanks for the reminder.
Done.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-12 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-12 9:48 [kirkstone][meta-rockchip][PATCH] wic: add e2fsprogs dependency Martin Jansa
2022-05-12 13:41 ` 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.