Message ID | cover.1726059965.git.liezhi.yang@windriver.com |
---|---|
State | New |
Headers | show |
Sorry, I sent this to the wrong mailing list, please ignore it. // Robert On 9/11/24 21:10, Robert Yang via lists.openembedded.org wrote: > From: Robert Yang <liezhi.yang@windriver.com> > > * V2: > - Move the code out of get_layer_revisions() as Alexander suggested > - Always print bitbake branch and revision to make the output consistent > whenever bitbake is in a separate repo or not. > > * V1: > - Initial version > > // Robert > > The following changes since commit 918e2b266eba6779f19f65349f85caa880ba45e7: > > libedit: Make docs generation deterministic (2024-09-11 11:56:34 +0100) > > are available in the Git repository at: > > https://github.com/robertlinux/yocto rbt/bbrev > https://github.com/robertlinux/yocto/tree/rbt/bbrev > > Robert Yang (1): > classes: Print bitbake branch and revision > > meta/classes-global/base.bbclass | 10 +++++++--- > meta/classes/buildhistory.bbclass | 5 +++-- > meta/classes/image-buildinfo.bbclass | 13 +++++++++++-- > meta/lib/oe/buildcfg.py | 13 +++++++++++++ > 4 files changed, 34 insertions(+), 7 deletions(-) > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#112243): https://lists.openembedded.org/g/openembedded-devel/message/112243 > Mute This Topic: https://lists.openembedded.org/mt/108393076/7304958 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [liezhi.yang@eng.windriver.com] > -=-=-=-=-=-=-=-=-=-=-=- >
From: Robert Yang <liezhi.yang@windriver.com> * V2: - Move the code out of get_layer_revisions() as Alexander suggested - Always print bitbake branch and revision to make the output consistent whenever bitbake is in a separate repo or not. * V1: - Initial version // Robert The following changes since commit 918e2b266eba6779f19f65349f85caa880ba45e7: libedit: Make docs generation deterministic (2024-09-11 11:56:34 +0100) are available in the Git repository at: https://github.com/robertlinux/yocto rbt/bbrev https://github.com/robertlinux/yocto/tree/rbt/bbrev Robert Yang (1): classes: Print bitbake branch and revision meta/classes-global/base.bbclass | 10 +++++++--- meta/classes/buildhistory.bbclass | 5 +++-- meta/classes/image-buildinfo.bbclass | 13 +++++++++++-- meta/lib/oe/buildcfg.py | 13 +++++++++++++ 4 files changed, 34 insertions(+), 7 deletions(-)