diff options
-rw-r--r-- | recipes-bsp/ppa/ppa_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb index eae77f56..23327627 100644 --- a/recipes-bsp/ppa/ppa_git.bb +++ b/recipes-bsp/ppa/ppa_git.bb | |||
@@ -44,4 +44,7 @@ addtask deploy before do_build after do_install | |||
44 | 44 | ||
45 | PACKAGES += "${PN}-image" | 45 | PACKAGES += "${PN}-image" |
46 | FILES_${PN}-image += "/boot" | 46 | FILES_${PN}-image += "/boot" |
47 | |||
47 | COMPATIBLE_MACHINE = "(ls1043ardb)" | 48 | COMPATIBLE_MACHINE = "(ls1043ardb)" |
49 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
50 | |||