]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: set PACKAGE_ARCH to MACHINE_ARCH
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Mar 2012 02:46:34 +0000 (02:46 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Mar 2012 03:00:48 +0000 (03:00 +0000)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

index 6639bfa594e1d5f00b513d5152d01f3d2f2d99a7..3471d36ecdc7d49dd6390d6960fd5fa735f25565 100644 (file)
@@ -14,3 +14,5 @@ PR = "r3"
 SRC_URI = "git://opensource.freescale.com/pub/scm/imx/uboot-imx.git;tag=rel_imx_2.6.35_11.09.01;protocol=http"
 
 S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"