[kirkstone,meta-rockchip] wic: add e2fsprogs dependency

Message ID 20220512094856.1410218-1-Martin.Jansa@gmail.com
State New
Headers show
Series [kirkstone,meta-rockchip] wic: add e2fsprogs dependency | expand

Commit Message

Martin Jansa May 12, 2022, 9:48 a.m. UTC
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(+)

Comments

Trevor Woerner May 12, 2022, 1:41 p.m. UTC | #1
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.

Patch

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 \
 	"