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:
Paul Barker 2021-06-13 09:35:26 +01:00 committed by Andrei Gherzan
parent 246555aea7
commit 17b56ab075

View File

@ -49,3 +49,5 @@ do_deploy() {
addtask deploy before do_build after do_install
do_deploy[dirs] += "${DEPLOYDIR}/${BOOTFILES_DIR_NAME}"
PACKAGE_ARCH = "${MACHINE_ARCH}"