mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
rpi-cmdline: Package is machine-specific
The cmdline.txt file generated by this recipe includes machine-specific information so we should set PACKAGE_ARCH appropriately. Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
parent
246555aea7
commit
17b56ab075
|
@ -49,3 +49,5 @@ do_deploy() {
|
||||||
|
|
||||||
addtask deploy before do_build after do_install
|
addtask deploy before do_build after do_install
|
||||||
do_deploy[dirs] += "${DEPLOYDIR}/${BOOTFILES_DIR_NAME}"
|
do_deploy[dirs] += "${DEPLOYDIR}/${BOOTFILES_DIR_NAME}"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user