]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
uboot-config.bbclass: Don't bail out early in multi configs
authorKevin Hao <kexin.hao@windriver.com>
Tue, 9 Aug 2022 10:28:19 +0000 (18:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2022 18:22:01 +0000 (19:22 +0100)
commit372798afe028569b07ac55e0dc1ff377d83d18bf
tree39c828f346ee7f2bbf666307fc62d408f604f225
parent452ded8e88db51f8b2fd704d40860ea84c433ada
uboot-config.bbclass: Don't bail out early in multi configs

Previously we had the support to build multiple u-boot configs for a
machine, but after the change in the commit 801a27d73b10
("uboot-config.bbclass: Raise error for bad key"), this anonymous
function would bail out after handling the first config in UBOOT_CONFIG.
This is definitely not what we want. Fix it by making sure all the
configs are handled.

Fixed: 801a27d73b10 ("uboot-config.bbclass: Raise error for bad key")
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes-recipe/uboot-config.bbclass