All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [RFC PATCH 0/2] Add /etc/os-release
Date: Fri, 13 Dec 2013 07:56:36 -0700	[thread overview]
Message-ID: <cover.1386946335.git.kergoth@gmail.com> (raw)

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



             reply	other threads:[~2013-12-13 14:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-13 14:56 Christopher Larson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1386946335.git.kergoth@gmail.com \
    --to=kergoth@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.