]> code.ossystems Code Review - meta-freescale.git/commitdiff
fix u-boot builds
authorTrevor Woerner <twoerner@gmail.com>
Tue, 11 Feb 2020 23:54:42 +0000 (18:54 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2020 00:26:54 +0000 (21:26 -0300)
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>
recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc

index 575f76f887a64ef3f84010206066b7821cb23e06..de1d9812288e0b52a418fc7d556b1e74414f2b43 100644 (file)
@@ -16,3 +16,4 @@ SRCBRANCH = "2019.07+fslc"
 PV = "v2019.07+git${SRCPV}"
 
 S = "${WORKDIR}/git"
+B = "${WORKDIR}/build"
index 59cf594d669efa6d38e2e9d8edf76434e0d6d1fe..a296fd764039e0c042ff468a54f2d51e77ff251e 100644 (file)
@@ -15,5 +15,6 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;no
 SRCREV= "ebb420ac9d67ffeaf9df2d69a928fdb3df78394a"
 
 S = "${WORKDIR}/git"
+B = "${WORKDIR}/build"
 PV_append = "+fslgit"
 LOCALVERSION = "+fsl"