From 2db9e63d8f333802cdbe9b280c033c2e0bbbe519 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sun, 28 Jan 2024 15:39:49 -0500 Subject: [PATCH] allow user-provided WKS_FILE Allow the user to provide their own WKS_FILE in situations where they want a different layout (e.g. to support A/B updates). Signed-off-by: Trevor Woerner --- conf/machine/include/rockchip-wic.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include/rockchip-wic.inc index b1ca27c..67a8310 100644 --- a/conf/machine/include/rockchip-wic.inc +++ b/conf/machine/include/rockchip-wic.inc @@ -3,7 +3,7 @@ SPL_BINARY ?= "idbloader.img" IMAGE_FSTYPES += "wic wic.bmap" -WKS_FILE = "rockchip.wks" +WKS_FILE ?= "rockchip.wks" WKS_FILE_DEPENDS ?= " \ mtools-native \ dosfstools-native \