Skip to content
Commit 372798af authored by Kevin Hao's avatar Kevin Hao Committed by Richard Purdie
Browse files

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 801a27d7
("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: 801a27d7 ("uboot-config.bbclass: Raise error for bad key")
Signed-off-by: default avatarKevin Hao <kexin.hao@windriver.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 452ded8e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment