Re: [OE-core] [RFC 5/7] lib/oe/buildcfg.py: Add additional git functions

2024-02-19 Thread Jermain Horsman
> Was there a reason why this wasn't merged in the end (other than being sent > as RFC)? I'm assuming you meant to reply to this one instead: https://lists.openembedded.org/g/openembedded-core/message/190292 I did not include this in the final version as we ended up going in a bit of a

Re: [OE-core] [RFC 5/7] lib/oe/buildcfg.py: Add additional git functions

2024-02-18 Thread Martin Jansa
Was there a reason why this wasn't merged in the end (other than being sent as RFC)? We're using git describe in webOS for long time (through our bbclass: https://github.com/webosose/meta-webosose/blob/master/meta-webos/classes/webos_base.bbclass#L114 ) I would be happy to drop it from our

[OE-core] [RFC 5/7] lib/oe/buildcfg.py: Add additional git functions

2023-11-07 Thread Jermain Horsman
From: Jermain Horsman Includes a function to determine the default remote. Signed-off-by: Jermain Horsman --- meta/lib/oe/buildcfg.py | 16 1 file changed, 16 insertions(+) diff --git a/meta/lib/oe/buildcfg.py b/meta/lib/oe/buildcfg.py index f9cb0cc74c..2ca654e56e 100644 ---