u-boot: set PACKAGE_ARCH to MACHINE_ARCH in .inc
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 19 Jun 2009 09:16:47 +0000 (13:16 +0400)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 19 Jun 2009 09:16:47 +0000 (13:16 +0400)
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>
recipes/u-boot/u-boot.inc

index d316036..294b444 100644 (file)
@@ -5,6 +5,7 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 PROVIDES = "virtual/bootloader"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 PARALLEL_MAKE=""
 
 EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"