summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-05-15 14:32:39 -0700
committerNathan Rossi <nathan@nathanrossi.com>2017-06-03 16:55:31 +1000
commite2acbfafc44d7b4a753ae74a5bb928d6ae878e00 (patch)
tree3cf40f30c496cc2666b2dbb8ce070540f1f441eb
parent0e185b1a8dded22c6379397a111dbfaf2a1c2735 (diff)
downloadmeta-xilinx-e2acbfafc44d7b4a753ae74a5bb928d6ae878e00.tar.gz
u-boot-xlnx.inc: Remove redefinition of package arch
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@xilinx.com> Reviewed-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index dd28a053..a5e72f4f 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -6,9 +6,7 @@ UBRANCH ?= "master"
6SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBRANCH}" 6SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBRANCH}"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 9
11FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" 10FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
12FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" 11FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
13FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}" 12FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}"
14