[oe-commits] Dmitry Eremin-Solenikov : u-boot: set PACKAGE_ARCH to MACHINE_ARCH in .inc

git version control git at git.openembedded.org
Fri Jun 19 15:31:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a7f82b5da82ca3875c6c5076db6576db107b2dfd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7f82b5da82ca3875c6c5076db6576db107b2dfd

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Fri Jun 19 13:16:47 2009 +0400

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 at gmail.com>

---

 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 d316036..294b444 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}"





More information about the Openembedded-commits mailing list