[OE-core] [RFC PATCH] Do not override defconfig targets on multiple u-boot builds

Alex Gonzalez alex.gonzalez at digi.com
Tue Jun 21 15:32:38 UTC 2016


This is just an RFC and is only build tested.

When using the multiple u-boot build feature, several directories are created,
one per machine being built. These directories have the same name as its
corresponding defconfig, for example machine_defconfig.

The result is that when a "make machine_defconfig" is performed, it results in:

make[1]: `machine_defconfig' is up to date.

Instead of creating a new .config based on the defconfig as the make
target is intended to do.

This is a RFC as it is my impression that this behaviour is not desired,
but it does not currently break anything.

Alex Gonzalez (1):
  u-boot.inc: Do not override defconfig targets on multiple u-boot
    builds.

 meta/recipes-bsp/u-boot/u-boot.inc | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)



More information about the Openembedded-core mailing list