diff options
| author | Paul Barker <paul@pbarker.dev> | 2021-06-13 09:35:26 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-06-18 00:17:18 +0100 |
| commit | 17b56ab07505c0df6831e0b39d40c9db26cf1703 (patch) | |
| tree | 113998a8005206fd64bbcc51bb0f446c7715fe22 | |
| parent | 246555aea70660d053f536e6f9dfb5a068ecdaa1 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-cmdline.bb | 2 |
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 | ||
| 50 | addtask deploy before do_build after do_install | 50 | addtask deploy before do_build after do_install |
| 51 | do_deploy[dirs] += "${DEPLOYDIR}/${BOOTFILES_DIR_NAME}" | 51 | do_deploy[dirs] += "${DEPLOYDIR}/${BOOTFILES_DIR_NAME}" |
| 52 | |||
| 53 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
