summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-03-25 16:43:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-03-27 10:05:47 -0300
commit4e5c7e0d4959b027698e15565df7d3286e6860fa (patch)
treeb94c80e5395cf01115fb9dca73200f91a4f50a8e /recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
parentd24d855c9b5e15f89bb94ed9448f31587125c358 (diff)
downloadmeta-freescale-4e5c7e0d4959b027698e15565df7d3286e6860fa.tar.gz
u-boot-fslc: Set build dir only for u-boot recipe
If build dir is set in u-boot-fslc-common_2020.01.inc file, u-boot-fslc-fw-utils can't find defconfig files. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc_2020.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2020.01.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
index 9fc752a1..64588efc 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2020.01.bb
@@ -10,6 +10,8 @@ DEPENDS_append = " bc-native dtc-native lzop-native"
10 10
11PROVIDES += "u-boot" 11PROVIDES += "u-boot"
12 12
13B = "${WORKDIR}/build"
14
13# FIXME: Allow linking of 'tools' binaries with native libraries 15# FIXME: Allow linking of 'tools' binaries with native libraries
14# used for generating the boot logo and other tools used 16# used for generating the boot logo and other tools used
15# during the build process. 17# during the build process.