This reverts commit be1cf223bf9c514ee81820ded5b13318458c0daf. The original change was added to resolve build errors [1] for MACHINE values that don't have u-boot support. This recipe was, after that change, skipped in world builds for those MACHINEs.
But we should be able to build libubootenv with or without u-boot support [2] so the original solution to inherit uboot-config was not perfect. But until we have a better solution, revert this so builds don't fail for others. [1] https://lists.openembedded.org/g/openembedded-core/message/153508 [2] https://lists.openembedded.org/g/openembedded-core/message/153614 Signed-off-by: Anuj Mittal <[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 6774290ea5..cb59dd3f1d 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 cmake lib_package +inherit uboot-config cmake lib_package EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154103): https://lists.openembedded.org/g/openembedded-core/message/154103 Mute This Topic: https://lists.openembedded.org/mt/84391892/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
