]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
u-boot: fix externalsrc not triggering do_configure on defconfig changes
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Thu, 21 Mar 2024 17:17:07 +0000 (18:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Mar 2024 10:16:56 +0000 (10:16 +0000)
commitfef517b5f978cf848b9cc40e8ce6bb2762681182
treede1983c0e3218a56f5882e6a365d2bd4a64813a6
parentb3afb80d07d97aaa786b6921fb6f61e316201367
u-boot: fix externalsrc not triggering do_configure on defconfig changes

externalsrc only monitors files listed in CONFIGURE_FILES environment
variable to know if it should trigger a rebuild of do_configure. By
default it is unset, but the defconfig from U-Boot should be listed
otherwise an old defconfig may be used even though the change is
technically detected by the do_compile logic later in the process.

Because U-Boot recipe uses `make oldconfig` when no defconfig is passed,
monitor .config for that special case.

This fixes U-Boot recipes not detecting defconfig changes when
devtool'ed.

Reported-by: Iskander Amara <iskander.amara@theobroma-systems.com>
Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot-configure.inc