* [meta-oe][meta-systemd][PATCH] wpa-supplicant: Add bbappend to package systemd service in a -systemd package
@ 2013-02-05 11:02 Andrei Gherzan
2013-02-05 11:22 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Andrei Gherzan @ 2013-02-05 11:02 UTC (permalink / raw)
To: openembedded-devel; +Cc: Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
.../wpa-supplicant/wpa-supplicant_2.0.bbappend | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
create mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
diff --git a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
new file mode 100644
index 0000000..d286689
--- /dev/null
+++ b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
@@ -0,0 +1,7 @@
+PRINC := "${@int(PRINC) + 1}"
+
+inherit systemd
+
+SYSTEMD_PACKAGES = "${PN}-systemd"
+SYSTEMD_SERVICE = "wpa_supplicant.service"
+SYSTEMD_AUTO_ENABLE = "disable"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [meta-oe][meta-systemd][PATCH] wpa-supplicant: Add bbappend to package systemd service in a -systemd package
2013-02-05 11:02 [meta-oe][meta-systemd][PATCH] wpa-supplicant: Add bbappend to package systemd service in a -systemd package Andrei Gherzan
@ 2013-02-05 11:22 ` Martin Jansa
2013-02-05 11:49 ` Andreas Müller
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-02-05 11:22 UTC (permalink / raw)
To: openembedded-devel; +Cc: Andrei Gherzan
[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]
On Tue, Feb 05, 2013 at 01:02:19PM +0200, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> ---
> .../wpa-supplicant/wpa-supplicant_2.0.bbappend | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
> create mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
>
> diff --git a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
> new file mode 100644
> index 0000000..d286689
> --- /dev/null
> +++ b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
> @@ -0,0 +1,7 @@
> +PRINC := "${@int(PRINC) + 1}"
> +
> +inherit systemd
> +
> +SYSTEMD_PACKAGES = "${PN}-systemd"
> +SYSTEMD_SERVICE = "wpa_supplicant.service"
> +SYSTEMD_AUTO_ENABLE = "disable"
oe-core wpa-supplicant now installs wpa_supplicant.service to PN, is
this SYSTEMD_PACKAGES correct now?
http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-January/043675.html
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [meta-oe][meta-systemd][PATCH] wpa-supplicant: Add bbappend to package systemd service in a -systemd package
2013-02-05 11:22 ` Martin Jansa
@ 2013-02-05 11:49 ` Andreas Müller
2013-02-05 12:04 ` Andrei Gherzan
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2013-02-05 11:49 UTC (permalink / raw)
To: openembedded-devel; +Cc: Andrei Gherzan
On Tue, Feb 5, 2013 at 12:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Feb 05, 2013 at 01:02:19PM +0200, Andrei Gherzan wrote:
>> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>> ---
>> .../wpa-supplicant/wpa-supplicant_2.0.bbappend | 7 +++++++
>> 1 files changed, 7 insertions(+), 0 deletions(-)
>> create mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
>
> oe-core wpa-supplicant now installs wpa_supplicant.service to PN, is
> this SYSTEMD_PACKAGES correct now?
>
> http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-January/043675.html
>
> --
oe-core has set facts. The decision systemd or not is made by
DISTRO_FEATURE. I think we have to follow that (=let meta-systemd die)
to avoid two concurrent systemd enable mechanisms.
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][meta-systemd][PATCH] wpa-supplicant: Add bbappend to package systemd service in a -systemd package
2013-02-05 11:49 ` Andreas Müller
@ 2013-02-05 12:04 ` Andrei Gherzan
2013-02-05 12:29 ` Andreas Müller
0 siblings, 1 reply; 5+ messages in thread
From: Andrei Gherzan @ 2013-02-05 12:04 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembedded-devel
On Tue, Feb 05, 2013 at 12:49:43PM +0100, Andreas Müller wrote:
> On Tue, Feb 5, 2013 at 12:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Tue, Feb 05, 2013 at 01:02:19PM +0200, Andrei Gherzan wrote:
> >> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> >> ---
> >> .../wpa-supplicant/wpa-supplicant_2.0.bbappend | 7 +++++++
> >> 1 files changed, 7 insertions(+), 0 deletions(-)
> >> create mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
> >
> > oe-core wpa-supplicant now installs wpa_supplicant.service to PN, is
> > this SYSTEMD_PACKAGES correct now?
> >
Hmm... don't really understand your question. I know the service is installed in
PN and by using SYSTEMD_PACKAGES="${PN}-systemd" I actually move that
service in ${PN}-systemd.
> > http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-January/043675.html
> >
> > --
> oe-core has set facts. The decision systemd or not is made by
> DISTRO_FEATURE. I think we have to follow that (=let meta-systemd die)
> to avoid two concurrent systemd enable mechanisms.
I understand this and makes sense. But still, systemd services should be in a
systemd package. Will resend this to oe-core.
--
Andrei Gherzan | Wind River Systems
m: +40 734 450 615 | p: +40 236 320 307
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [meta-oe][meta-systemd][PATCH] wpa-supplicant: Add bbappend to package systemd service in a -systemd package
2013-02-05 12:04 ` Andrei Gherzan
@ 2013-02-05 12:29 ` Andreas Müller
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2013-02-05 12:29 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: openembedded-devel
On Tue, Feb 5, 2013 at 1:04 PM, Andrei Gherzan
<andrei.gherzan@windriver.com> wrote:
> On Tue, Feb 05, 2013 at 12:49:43PM +0100, Andreas Müller wrote:
>> On Tue, Feb 5, 2013 at 12:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > On Tue, Feb 05, 2013 at 01:02:19PM +0200, Andrei Gherzan wrote:
>> >> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>> >> ---
>> >> .../wpa-supplicant/wpa-supplicant_2.0.bbappend | 7 +++++++
>> >> 1 files changed, 7 insertions(+), 0 deletions(-)
>> >> create mode 100644 meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
>> >
>> > oe-core wpa-supplicant now installs wpa_supplicant.service to PN, is
>> > this SYSTEMD_PACKAGES correct now?
>> >
>
> Hmm... don't really understand your question. I know the service is installed in
> PN and by using SYSTEMD_PACKAGES="${PN}-systemd" I actually move that
> service in ${PN}-systemd.
>
>> > http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-January/043675.html
>> >
>> > --
>> oe-core has set facts. The decision systemd or not is made by
>> DISTRO_FEATURE. I think we have to follow that (=let meta-systemd die)
>> to avoid two concurrent systemd enable mechanisms.
>
> I understand this and makes sense. But still, systemd services should be in a
> systemd package. Will resend this to oe-core.
>
Good luck :))
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-05 12:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 11:02 [meta-oe][meta-systemd][PATCH] wpa-supplicant: Add bbappend to package systemd service in a -systemd package Andrei Gherzan
2013-02-05 11:22 ` Martin Jansa
2013-02-05 11:49 ` Andreas Müller
2013-02-05 12:04 ` Andrei Gherzan
2013-02-05 12:29 ` Andreas Müller
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.