Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Add /etc/os-release
@ 2013-12-13 14:56 Christopher Larson
  2013-12-13 14:56 ` [RFC 1/2] os-release: add new operating system identification recipe Christopher Larson
  2013-12-13 14:56 ` [RFC 2/2] systemd: rrecommend os-release Christopher Larson
  0 siblings, 2 replies; 12+ messages in thread
From: Christopher Larson @ 2013-12-13 14:56 UTC (permalink / raw)
  To: openembedded-core

systemd wants /etc/os-release, and it's useful for other software, and the
user as well. This adds it as a separate recipe which generates the metadata
using our config metadata variables (e.g. DISTRO_*), and rreccomends it from
systemd. I think this is a reasonablea pproach, but I wanted to run it by
folks, and also pursue an answer to my open question on this, should
base-files pull it in instead of systemd, or something else, for non-systemd
images? Do we care if it's missing from those? Thoughts?

The following changes since commit 62849843a4a83b10316bc6cb1e4b3f0622391dea:

  gdb-7.6.1: fix cygwin check in configure script (2013-12-12 22:41:13 +0000)

are available in the git repository at:

  git@github.com:kergoth/oe-core.git os-release

for you to fetch changes up to b00a526527b3248c9014bc3c0e5c606ef97e0838:

  systemd: rrecommend os-release (2013-12-13 07:41:08 -0700)

----------------------------------------------------------------
Christopher Larson (2):
  os-release: add new operating system identification recipe
  systemd: rrecommend os-release

 meta/recipes-core/os-release/os-release.bb | 42 ++++++++++++++++++++++++++++++
 meta/recipes-core/systemd/systemd_208.bb   |  1 +
 2 files changed, 43 insertions(+)
 create mode 100644 meta/recipes-core/os-release/os-release.bb

-- 
1.8.3.4



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

end of thread, other threads:[~2013-12-13 16:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 14:56 [RFC PATCH 0/2] Add /etc/os-release Christopher Larson
2013-12-13 14:56 ` [RFC 1/2] os-release: add new operating system identification recipe Christopher Larson
2013-12-13 15:08   ` Martin Jansa
2013-12-13 15:12     ` Chris Larson
2013-12-13 15:18       ` Chris Larson
2013-12-13 16:33       ` Martin Jansa
2013-12-13 15:56   ` Mark Hatle
2013-12-13 16:14     ` Chris Larson
2013-12-13 16:30       ` Koen Kooi
2013-12-13 16:27   ` Enrico Scholz
2013-12-13 16:31   ` Koen Kooi
2013-12-13 14:56 ` [RFC 2/2] systemd: rrecommend os-release Christopher Larson

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