Message ID | 20250530172234.7393-1-twoerner@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-rockchip,scarthgap,1/2] rauc-conf: adjust PACKAGE_ARCH only when using the demo | expand |
Hi Trevor, On 5/30/25 7:22 PM, Trevor Woerner via lists.yoctoproject.org wrote: > Make setting the PACKAGE_ARCH occur only when the user has enabled the > rk-rauc-demo feature. > > Signed-off-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
On Fri 2025-05-30 @ 01:22:33 PM, Trevor Woerner wrote: > Make setting the PACKAGE_ARCH occur only when the user has enabled the > rk-rauc-demo feature. > > Signed-off-by: Trevor Woerner <twoerner@gmail.com> > --- > .../rk-rauc-demo/recipes-core/rauc/rauc-conf.bbappend | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to meta-rockchip; branches: master, walnascar, and scarthgap NOTE: for walnascar the previous commit for this tweak didn't exist, so for that branch this patch is slightly different
diff --git a/dynamic-layers/rk-rauc-demo/recipes-core/rauc/rauc-conf.bbappend b/dynamic-layers/rk-rauc-demo/recipes-core/rauc/rauc-conf.bbappend index 9b338e7b76dd..c2a68e6236a9 100644 --- a/dynamic-layers/rk-rauc-demo/recipes-core/rauc/rauc-conf.bbappend +++ b/dynamic-layers/rk-rauc-demo/recipes-core/rauc/rauc-conf.bbappend @@ -1,6 +1,6 @@ inherit rk-rauc-demo-features-check -PACKAGE_ARCH = "${MACHINE_ARCH}" +PACKAGE_ARCH:rk-rauc-demo = "${MACHINE_ARCH}" FILESEXTRAPATHS:prepend:rk-rauc-demo := "${THISDIR}/files:"
Make setting the PACKAGE_ARCH occur only when the user has enabled the rk-rauc-demo feature. Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- .../rk-rauc-demo/recipes-core/rauc/rauc-conf.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)