]> code.ossystems Code Review - openembedded-core.git/commit
u-boot: Split do_configure logic into separate file
authorZev Weiss <zev@bewilderbeest.net>
Wed, 19 Jan 2022 06:48:12 +0000 (22:48 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2022 11:57:24 +0000 (11:57 +0000)
commite55e6fb4983a41f74c0e457bf54bd8dfa5608daa
treefe8dd27e79722abb919d0cb7ad1a059afdbae8d4
parent420191dc951f04b36645ffae2d946b50150feab0
u-boot: Split do_configure logic into separate file

Some auxiliary u-boot recipes may need u-boot properly configured
(including *.cfg additions via bbappends) but aren't necessarily
building u-boot itself; to support such situations, here we split the
u-boot do_configure() out of u-boot.inc and into its own
u-boot-configure.inc.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot-configure.inc [new file with mode: 0644]
meta/recipes-bsp/u-boot/u-boot.inc