mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-04 20:54:48 +02:00
rauc-conf: adjust PACKAGE_ARCH only when using the demo
Make setting the PACKAGE_ARCH occur only when the user has enabled the rk-rauc-demo feature. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
1ebf40b409
commit
8936083292
|
@ -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:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user