diff mbox series

[meta-rockchip,1/2] allow user-provided WKS_FILE

Message ID 20240129012920.23122-1-twoerner@gmail.com
State New
Headers show
Series [meta-rockchip,1/2] allow user-provided WKS_FILE | expand

Commit Message

Trevor Woerner Jan. 29, 2024, 1:29 a.m. UTC
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 <twoerner@gmail.com>
---
 conf/machine/include/rockchip-wic.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Trevor Woerner Jan. 30, 2024, 2:46 a.m. UTC | #1
On Sun 2024-01-28 @ 08:29:20 PM, Trevor Woerner via lists.yoctoproject.org wrote:
> The bbappend provided in this layer only needs to apply to the
> u-boot_<version> file itself and not all u-boot files in oe-core.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  recipes-bsp/u-boot/{u-boot%.bbappend => u-boot_%.bbappend} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename recipes-bsp/u-boot/{u-boot%.bbappend => u-boot_%.bbappend} (100%)

Applied to meta-rockchip, master branch.
diff mbox series

Patch

diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include/rockchip-wic.inc
index b1ca27cdd0a2..67a8310f7d6a 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 \