On Fri, 2021-07-02 at 13:59 +0200, Peter Bergin wrote: > This reverts commit 10aa1291979fb90bed1beb49be4d406ed0e1e4d5. > > As there is no build dependency between libubootenv and the > configuration > of u-boot there is no reason to check for UBOOT_CONFIG or UBOOT_MACHINE > by adding the class uboot-config. Revert this in order to remove > useless > workaround in bsp layer (meta-freescale).
This was added to address failures in world builds: https://lists.openembedded.org/g/openembedded-core/message/141757 If this is not required, then I think we'd need to address those failures. Thanks, Anuj > > Signed-off-by: Peter Bergin <[email protected]> > --- > meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb > b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb > index 2cf87c794e..306296922c 100644 > --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb > +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb > @@ -15,7 +15,7 @@ SRCREV = "ba7564f5006d09bec51058cf4f5ac90d4dc18b3c" > > S = "${WORKDIR}/git" > > -inherit uboot-config cmake lib_package > +inherit cmake lib_package > > EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153508): https://lists.openembedded.org/g/openembedded-core/message/153508 Mute This Topic: https://lists.openembedded.org/mt/83938334/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
