summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc1
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2020.01.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc
index aa5c5d73..6e5e5986 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2020.01.inc
@@ -16,4 +16,3 @@ SRCBRANCH = "2020.01+fslc"
16PV = "v2020.01+git${SRCPV}" 16PV = "v2020.01+git${SRCPV}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19B = "${WORKDIR}/build"
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.