public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] classes: Print bitbake branch and revision
@ 2024-09-11 14:35 liezhi.yang
  2024-09-11 14:35 ` [PATCH v3 1/2] " liezhi.yang
  2024-09-11 14:36 ` [PATCH v3 2/2] lib/buildcfg: Add is_bitbake_in_separate_repo() liezhi.yang
  0 siblings, 2 replies; 7+ messages in thread
From: liezhi.yang @ 2024-09-11 14:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: alex.kanavin

From: Robert Yang <liezhi.yang@windriver.com>

* V3:
  - Add is_bitbake_in_separate_repo() as Alexander suggested

* 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 (2):
  classes: Print bitbake branch and revision
  lib/buildcfg: Add is_bitbake_in_separate_repo()

 meta/classes-global/base.bbclass     | 10 +++++++---
 meta/classes/buildhistory.bbclass    |  5 +++--
 meta/classes/image-buildinfo.bbclass | 13 +++++++++++--
 meta/lib/oe/buildcfg.py              | 23 +++++++++++++++++++++++
 4 files changed, 44 insertions(+), 7 deletions(-)

-- 
2.44.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-18  7:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 14:35 [PATCH v3 0/2] classes: Print bitbake branch and revision liezhi.yang
2024-09-11 14:35 ` [PATCH v3 1/2] " liezhi.yang
2024-09-17 11:12   ` [OE-core] " Richard Purdie
2024-09-18  7:56     ` Robert Yang
2024-09-11 14:36 ` [PATCH v3 2/2] lib/buildcfg: Add is_bitbake_in_separate_repo() liezhi.yang
2024-09-12  5:13   ` [OE-core] " Peter Kjellerstedt
2024-09-12  9:10     ` Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox