From 17b56ab07505c0df6831e0b39d40c9db26cf1703 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sun, 13 Jun 2021 09:35:26 +0100 Subject: [PATCH] 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 --- recipes-bsp/bootfiles/rpi-cmdline.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-cmdline.bb b/recipes-bsp/bootfiles/rpi-cmdline.bb index 3ebd1e6..13fe304 100644 --- a/recipes-bsp/bootfiles/rpi-cmdline.bb +++ b/recipes-bsp/bootfiles/rpi-cmdline.bb @@ -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}"