All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-systemd,v2] wpa-supplicant: add systemd support
Date: Thu, 16 Aug 2012 14:00:59 +0200	[thread overview]
Message-ID: <k0indq$f96$1@ger.gmane.org> (raw)
In-Reply-To: <CALbNGRQJHwSY5CC+c0na_nWH2mck0TjcKP87k4q=aMQKmRdvgQ@mail.gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 16-08-12 13:44, Andreas Müller schreef:
> On Tue, Aug 14, 2012 at 2:10 AM, Andreas Müller 
> <schnitzeltony@googlemail.com> wrote:
>> * native systemd support came in with v1.0 [1] * needs [2] to work
>> properly * mends my wlan under control of networkmanager
>> 
>> [1]
>> http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap-1.git;a=blob_plain;f=wpa_supplicant/ChangeLog
>>
>> 
[2] http://patches.openembedded.org/patch/34335/
>> 
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- 
>> .../wpa-supplicant/wpa-supplicant_1.0.bbappend     |    3 --- 
>> .../wpa-supplicant/wpa-supplicant_1.0.bbappend     |   14
>> ++++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) delete
>> mode 100644
>> meta-oe/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>>
>> 
create mode 100644
meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>> 
>> diff --git
>> a/meta-oe/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>> b/meta-oe/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>>
>> 
deleted file mode 100644
>> index 54da0ff..0000000 ---
>> a/meta-oe/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>>
>> 
+++ /dev/null
>> @@ -1,3 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - 
>> -PRINC = "1" diff --git
>> a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>> b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>>
>> 
new file mode 100644
>> index 0000000..6f62cd8 --- /dev/null +++
>> b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
>>
>> 
@@ -0,0 +1,14 @@
>> +PRINC = "2" + +inherit systemd + +SYSTEMD_PACKAGES = "${PN}-systemd" 
>> +SYSTEMD_SERVICE = "wpa_supplicant.service" + +do_install_append () { +
>> install -d ${D}${systemd_unitdir}/system +    install -m 644
>> ${S}/systemd/*.service ${D}${systemd_unitdir}/system +} + +#
>> systemd.bbclass does not catch all multiple-instance-service-files 
>> +FILES_${PN}-systemd += "${systemd_unitdir}/system/" -- 1.7.4.4
>> 
> I am testing
> 
> SYSTEMD_AUTO_ENABLE = "disable"
> 
> to avoid starting at every boot. First results look good and I think a V3
> will follow.

wpa-supplicant should get bus-activated using the dbus.service when
connman/networkmanager/whatever need it. Is something failing in the nm case?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQLOD7MkyGM64RGpERApwPAJ4rD/uo5K5qPUkYIcM6ryyjF20A1wCfcSy2
GlOQNzYL2vE+LzuxrMU8pQE=
=xMkp
-----END PGP SIGNATURE-----




  reply	other threads:[~2012-08-16 12:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-14  0:10 [meta-systemd,v2] wpa-supplicant: add systemd support Andreas Müller
2012-08-16 11:44 ` Andreas Müller
2012-08-16 12:00   ` Koen Kooi [this message]
2012-08-16 12:28     ` Andreas Müller

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='k0indq$f96$1@ger.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.