]> 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)
committerSteve Sakoman <steve@sakoman.com>
Wed, 2 Sep 2020 14:56:28 +0000 (04:56 -1000)
commitb0fb7f18f9091db50204ef1ebd5248739ddcd6c2
tree0a68bc3ed311bf19b70ece0c59540e26226d2d79
parentd26c5882ee5dbdb41d5c8903b0e470f2291512a5
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>
(cherry picked from commit af687c9137a3e8efe48afa6fd12866cf656ae913)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/cml1.bbclass
meta/recipes-bsp/u-boot/u-boot.inc
meta/recipes-core/busybox/busybox.inc