To enable downstream testing of the bleeding edge of U-Boot, add devupstream to the recipe, with SRCREV set to automatically track the latest revision.
Signed-off-by: Peter Hoyes <[email protected]> --- meta/recipes-bsp/u-boot/u-boot_2024.04.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-bsp/u-boot/u-boot_2024.04.bb b/meta/recipes-bsp/u-boot/u-boot_2024.04.bb index b15bcaa818..dc2e2da8ae 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2024.04.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2024.04.bb @@ -3,3 +3,6 @@ require u-boot.inc DEPENDS += "bc-native dtc-native python3-pyelftools-native" +BBCLASSEXTEND += "devupstream:target" +SRCREV:class-devupstream = "${AUTOREV}" +PV:class-devupstream = "dev+git" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198911): https://lists.openembedded.org/g/openembedded-core/message/198911 Mute This Topic: https://lists.openembedded.org/mt/105860305/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
