From: Otavio Salvador Date: Fri, 16 Mar 2012 02:46:34 +0000 (+0000) Subject: u-boot-imx: set PACKAGE_ARCH to MACHINE_ARCH X-Git-Tag: 2.1~1910 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f7af746eae404daa525bc71196760cf4867d37ca;p=meta-freescale.git u-boot-imx: set PACKAGE_ARCH to MACHINE_ARCH Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 6639bfa5..3471d36e 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -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}"