]> code.ossystems Code Review - meta-freescale.git/commit
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)
commit593817936aab466ba0f7bef65c1fb0e043d6c039
tree4ed0e31d87a60aa5b4b42e39b6331f22d80b83f9
parentd949a7720da1ee2d8ca056a1ca586a0cf14c8e07
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>
recipes-bsp/u-boot/u-boot-fslc-common_2019.07.inc
recipes-bsp/u-boot/u-boot-qoriq-common_2019.09.inc