On Thu, 2024-05-02 at 11:57 +0100, Peter Hoyes via lists.openembedded.org wrote: > 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"
Doesn't that mean parsing would hit the network by default every time? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198912): https://lists.openembedded.org/g/openembedded-core/message/198912 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]] -=-=-=-=-=-=-=-=-=-=-=-
