All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] user-selectable wic format
@ 2024-06-11 14:15 Trevor Woerner
  2024-06-11 14:31 ` [yocto-patches] " Quentin Schulz
  0 siblings, 1 reply; 5+ messages in thread
From: Trevor Woerner @ 2024-06-11 14:15 UTC (permalink / raw)
  To: yocto-patches

Allow the user to choose their preferred wic image format.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/include/rockchip-wic.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include/rockchip-wic.inc
index dab61d83ed2c..eb895cd0b4ad 100644
--- a/conf/machine/include/rockchip-wic.inc
+++ b/conf/machine/include/rockchip-wic.inc
@@ -5,7 +5,8 @@ require conf/machine/include/rockchip-rk-u-boot-env.inc
 
 SPL_BINARY ?= "idbloader.img"
 
-IMAGE_FSTYPES += "wic wic.bmap"
+WIC_FSTYPE ?= "wic"
+IMAGE_FSTYPES += "${WIC_FSTYPE} wic.bmap"
 WKS_FILE ?= "rockchip.wks"
 WKS_FILE_DEPENDS ?= " \
 	e2fsprogs-native \
-- 
2.44.0.478.g7774cfed6261



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-11 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 14:15 [meta-rockchip][PATCH] user-selectable wic format Trevor Woerner
2024-06-11 14:31 ` [yocto-patches] " Quentin Schulz
2024-06-11 15:13   ` Trevor Woerner
2024-06-11 15:28     ` Quentin Schulz
2024-06-11 17:17       ` 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.