From e2acbfafc44d7b4a753ae74a5bb928d6ae878e00 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Mon, 15 May 2017 14:32:39 -0700 Subject: 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 Reviewed-by: Nathan Rossi --- 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 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" SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;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 ''}" - -- cgit v1.2.3-54-g00ecf