summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-02-11 18:54:42 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-11 21:26:54 -0300
commit593817936aab466ba0f7bef65c1fb0e043d6c039 (patch)
tree4ed0e31d87a60aa5b4b42e39b6331f22d80b83f9
parentd949a7720da1ee2d8ca056a1ca586a0cf14c8e07 (diff)
downloadmeta-freescale-593817936aab466ba0f7bef65c1fb0e043d6c039.tar.gz
fix u-boot builds
In upstream openembedded-core, the definition for the B variable moved from u-boot.inc to u-boot-common.inc. None of the recipes in this layer use upstream's u-boot-common.inc, so add the B to the *common* include files here so u-boot continues to build. See: http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-bsp/u-boot?h=master-next&id=26023b6b0f897842fd98b3e10a8acd5b3ad8f418 This was build-tested with all the imx and ls* lx* MACHINES: $ MACHINE=<machine> bitbake virtual/bootloader -c compile Signed-off-by: Trevor Woerner <twoerner@gmail.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc1
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
index 575f76f8..de1d9812 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
@@ -16,3 +16,4 @@ SRCBRANCH = "2019.07+fslc"
16PV = "v2019.07+git${SRCPV}" 16PV = "v2019.07+git${SRCPV}"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19B = "${WORKDIR}/build"
diff --git a/recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc b/recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc
index 59cf594d..a296fd76 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc
+++ b/recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc
@@ -15,5 +15,6 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;no
15SRCREV= "ebb420ac9d67ffeaf9df2d69a928fdb3df78394a" 15SRCREV= "ebb420ac9d67ffeaf9df2d69a928fdb3df78394a"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18B = "${WORKDIR}/build"
18PV_append = "+fslgit" 19PV_append = "+fslgit"
19LOCALVERSION = "+fsl" 20LOCALVERSION = "+fsl"