]> code.ossystems Code Review - openembedded-core.git/commit
cml1: Move find_cfgs() helper to cml1.bbclass
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Thu, 9 Jul 2020 20:19:53 +0000 (22:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2020 11:20:38 +0000 (12:20 +0100)
commitaf687c9137a3e8efe48afa6fd12866cf656ae913
tree4042ea4d444c480a21d6182cacf6ddb68ec166f4
parent419ad35ffe7f5199e49a246ef9854f0810ca1d6c
cml1: Move find_cfgs() helper to cml1.bbclass

u-boot.inc and busybox.inc contain identical copies of this little
helper. They both inherit the cml1 class and use cml1_do_configure
right after having used this helper, and other recipes that want to
write similar logic for doing Kconfig via fragments will also need it
or something equivalent.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cml1.bbclass
meta/recipes-bsp/u-boot/u-boot.inc
meta/recipes-core/busybox/busybox.inc