summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx.inc')
-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