[meta-xilinx] [PATCH] u-boot-xlnx.inc: Remove redefinition of package arch
Manjukumar Matha
manjukumar.harthikote-matha at xilinx.com
Mon May 15 14:32:39 PDT 2017
PACKAGE_ARCH = "${MACHINE_ARCH}" is defined in u-boot.inc. Remove the
package arch here to be consistent with upstream
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
recipes-bsp/u-boot/u-boot-xlnx.inc | 2 --
1 file changed, 2 deletions(-)
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index defe17e..8ec6698 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -9,9 +9,7 @@ UBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('UBRANCH', True) !
SRC_URI = "${UBOOTURI};branch=${UBRANCH}"
S = "${WORKDIR}/git"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}"
-
--
2.7.4
More information about the meta-xilinx
mailing list