All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] br2-external: export list and versions of used extrenal trees (branch yem/br2-ext-name-ver)
@ 2023-02-11 10:52 Yann E. MORIN
  2023-02-11 10:52 ` [Buildroot] [PATCH 1/2] br2-external: make the list of external trees public Yann E. MORIN
  2023-02-11 10:52 ` [Buildroot] [PATCH 2/2] br2-external: make version of external trees available Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: Yann E. MORIN @ 2023-02-11 10:52 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN

Hello All!

This small two-patch series extends the information exported about the
br2-external trees in use for the current configuration: the list of
br2-external trees names, and the version for each. They are available
in Kconfig, and thus in the .config file, as well as make variables that
are exported in the environment.

Note: we'd have liked to also have the origin of said trees, like the
git origin remote or such, but that is far from trivial to extract.
Indeed, a br2-external on a git tree may have more than one remote
configured, and may get checked-out from a hash that is reachable from
branches in more than one remote.

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (2):
      br2-external: make the list of external trees public
      br2-external: make version of external trees available

 support/scripts/br2-external | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-05-13 10:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-11 10:52 [Buildroot] [PATCH 0/2] br2-external: export list and versions of used extrenal trees (branch yem/br2-ext-name-ver) Yann E. MORIN
2023-02-11 10:52 ` [Buildroot] [PATCH 1/2] br2-external: make the list of external trees public Yann E. MORIN
2023-05-13 10:06   ` Yann E. MORIN
2023-02-11 10:52 ` [Buildroot] [PATCH 2/2] br2-external: make version of external trees available Yann E. MORIN
2023-05-13 10:07   ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.