summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.