mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00

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>
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
inherit rk-rauc-demo-features-check
|
|
|
|
PACKAGE_ARCH:rk-rauc-demo = "${MACHINE_ARCH}"
|
|
|
|
FILESEXTRAPATHS:prepend:rk-rauc-demo := "${THISDIR}/files:"
|
|
|
|
do_install:prepend:rk-rauc-demo() {
|
|
sed -ie 's!@MACHINE@!${MACHINE}!g' ${UNPACKDIR}/system.conf
|
|
}
|