summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorPaul Barker <paul@pbarker.dev>2021-06-13 09:35:26 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-06-18 00:17:18 +0100
commit17b56ab07505c0df6831e0b39d40c9db26cf1703 (patch)
tree113998a8005206fd64bbcc51bb0f446c7715fe22 /recipes-bsp
parent246555aea70660d053f536e6f9dfb5a068ecdaa1 (diff)
downloadmeta-raspberrypi-17b56ab07505c0df6831e0b39d40c9db26cf1703.tar.gz
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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/bootfiles/rpi-cmdline.bb2
1 files changed, 2 insertions, 0 deletions
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() {
49 49
50addtask deploy before do_build after do_install 50addtask deploy before do_build after do_install
51do_deploy[dirs] += "${DEPLOYDIR}/${BOOTFILES_DIR_NAME}" 51do_deploy[dirs] += "${DEPLOYDIR}/${BOOTFILES_DIR_NAME}"
52
53PACKAGE_ARCH = "${MACHINE_ARCH}"