diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 13:16:47 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 13:16:47 +0400 |
commit | a7f82b5da82ca3875c6c5076db6576db107b2dfd (patch) | |
tree | 5b511312b9aaf105ab1c60dc58f9cccfed98abcb /recipes/u-boot | |
parent | 9b90a9c715e0a67e5e69678306ce76d872d68586 (diff) |
u-boot: set PACKAGE_ARCH to MACHINE_ARCH in .inc
u-boot should be generated on per-machine base. Set PACKAGE_ARCH in .inc
file so all u-boot's inherit it.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot.inc b/recipes/u-boot/u-boot.inc index d3160367d7..294b4446c4 100644 --- a/recipes/u-boot/u-boot.inc +++ b/recipes/u-boot/u-boot.inc @@ -5,6 +5,7 @@ PRIORITY = "optional" LICENSE = "GPL" PROVIDES = "virtual/bootloader" +PACKAGE_ARCH = "${MACHINE_ARCH}" PARALLEL_MAKE="" EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" |