From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe, V2 07/32] task-basic: move systemd support to meta systemd
Date: Fri, 13 Jul 2012 10:54:02 +0200 [thread overview]
Message-ID: <jtonnb$ov3$1@dough.gmane.org> (raw)
In-Reply-To: <1342168240-7760-8-git-send-email-schnitzeltony@googlemail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 13-07-12 10:30, Andreas Müller schreef:
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> ---
> meta-oe/recipes-core/tasks/task-basic.bb | 7 +++----
> .../meta-oe/recipes-core/tasks/task-basic.bbappend | 6 ++++++ 2 files
> changed, 9 insertions(+), 4 deletions(-) create mode 100644
> meta-systemd/meta-oe/recipes-core/tasks/task-basic.bbappend
>
> diff --git a/meta-oe/recipes-core/tasks/task-basic.bb
> b/meta-oe/recipes-core/tasks/task-basic.bb index d4a0bd9..47b09de 100644
> --- a/meta-oe/recipes-core/tasks/task-basic.bb +++
> b/meta-oe/recipes-core/tasks/task-basic.bb @@ -5,7 +5,7 @@ DESCRIPTION =
> "Basic task to get a device online" LICENSE = "MIT" LIC_FILES_CHKSUM =
> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
>
> -PR = "r8" +PR = "r9"
>
> inherit task
>
> @@ -21,7 +21,7 @@ MACHINE_EXTRA_RRECOMMENDS ?= "" # Select between
> dropbear and openssh # Set TASK_BASIC_SSHDAEMON = "openssh-sshd
> openssh-sftp openssh-sftp-server" in your DISTRO config to get
> openssh(d) # -TASK_BASIC_SSHDAEMON ?= "dropbear-systemd openssh-sftp
> openssh-sftp-server" +TASK_BASIC_SSHDAEMON ?= "dropbear openssh-sftp
> openssh-sftp-server"
If I understand this patchset correctly:
* systemd.bbclass automagically adds ${PN}-systemd to RRECOMMENDS_${PN}
* dropbear bbappend moves to meta-systemd
* everything gets a PR bump
So task-basic can safely drop *-systemd.
Is that understanding correct?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFP/+IqMkyGM64RGpERAqQMAKCEaghQ1/6fTFqACChwIZKJae+slQCfdYHc
4HJHSKjK7VVTabOy2/Pv8OQ=
=qrFN
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-07-13 9:05 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-13 8:30 [meta-oe,V2 00/32] transit to meta-systemd Andreas Müller
2012-07-13 8:30 ` [meta-oe,V2 01/32] systemd.bbclass: move " Andreas Müller
2012-07-13 8:30 ` [meta-oe,V2 02/32] move systemd recipes " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 03/32] layer.conf/README: search directory structure for bbappends changed Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 04/32] meta-oe/layer.conf: systemd-serialgetty moved to meta-systemd Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 05/32] systemd.bbclass: add *-systemd packages to RRECOMMENDS Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 06/32] systemd.bbclass: do not warn for systemd files are in ${PN} Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 07/32] task-basic: move systemd support to meta systemd Andreas Müller
2012-07-13 8:54 ` Koen Kooi [this message]
2012-07-13 8:59 ` Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 08/32] task-x11: in case meta-systemd is part of BBLAYERS, xserver-nodm-init-systemd is recommended automatically Andreas Müller
2012-07-13 8:30 ` [meta-oe,V2 09/32] polkit: meta-systemd rework Andreas Müller
2012-07-13 8:30 ` [meta-oe,V2 10/32] gdm: move systemd support to meta-systemd Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 11/32] busybox: " Andreas Müller
2012-07-13 8:30 ` [meta-oe,V2 12/32] ntp: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 13/32] syslog-ng: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 14/32] udisks: " Andreas Müller
2012-07-13 8:56 ` Koen Kooi
2012-07-13 9:40 ` Andreas Müller
2012-07-13 10:59 ` Koen Kooi
2012-07-13 8:30 ` [meta-oe, V2 15/32] lighttpd: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 16/32] cronie: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 17/32] elsa: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 18/32] net-snmp: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 19/32] atftp: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 20/32] dhcp: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 21/32] connman: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 22/32] gateone: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 23/32] cherokee: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 24/32] openssh: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 25/32] cloud9: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 26/32] xinput-calibrator: : " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 27/32] xserver-nodm-init: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 28/32] dropbear: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 29/32] keymaps: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 30/32] rsyslog: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 31/32] gpsd: " Andreas Müller
2012-07-13 8:30 ` [meta-oe, V2 32/32] networkmanager: " Andreas Müller
2012-07-16 7:21 ` [meta-oe,V2 00/32] transit " Martin Jansa
2012-07-16 9:07 ` Koen Kooi
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='jtonnb$ov3$1@dough.gmane.org' \
--to=koen@dominion.thruhere.net \
--cc=openembedded-devel@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.