diff options
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc index 40ca73ef..4b8c4efe 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | |||
@@ -13,6 +13,7 @@ UBRANCHARG = "${@['nobranch=1', 'branch=${UBRANCH}'][d.getVar('UBRANCH', True) ! | |||
13 | SRC_URI = "${UBOOTURI};${UBRANCHARG}" | 13 | SRC_URI = "${UBOOTURI};${UBRANCHARG}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | B = "${WORKDIR}/build" | ||
16 | 17 | ||
17 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" | 18 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" |
18 | 19 | ||