diff options
-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}" | ||