* [meta-oe] task-basic: include wireless-tools for distros featuring wifi @ 2011-10-30 10:01 Andreas Müller 2011-10-30 10:01 ` Andreas Müller 0 siblings, 1 reply; 6+ messages in thread From: Andreas Müller @ 2011-10-30 10:01 UTC (permalink / raw) To: openembedded-devel On image based on angstrom xfce-nm-image wireless-tools were missing (although networkmanager has them in DEPENDS). Was it intended not to have them on distos supporting wifi? Andreas Müller (1): task-basic: include wireless-tools for distros featuring wifi meta-oe/recipes-core/tasks/task-basic.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.4.4 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [meta-oe] task-basic: include wireless-tools for distros featuring wifi 2011-10-30 10:01 [meta-oe] task-basic: include wireless-tools for distros featuring wifi Andreas Müller @ 2011-10-30 10:01 ` Andreas Müller 2011-10-31 10:42 ` Koen Kooi 0 siblings, 1 reply; 6+ messages in thread From: Andreas Müller @ 2011-10-30 10:01 UTC (permalink / raw) To: openembedded-devel Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- meta-oe/recipes-core/tasks/task-basic.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-core/tasks/task-basic.bb b/meta-oe/recipes-core/tasks/task-basic.bb index 34aa7e1..9b9385e 100644 --- a/meta-oe/recipes-core/tasks/task-basic.bb +++ b/meta-oe/recipes-core/tasks/task-basic.bb @@ -51,7 +51,7 @@ RRECOMMENDS_${PN} = "\ ${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \ \ ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ - ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ + ${@base_contains("DISTRO_FEATURES", "wifi", "iw wireless-tools wpa-supplicant", "", d)} \ \ tzdata \ \ -- 1.7.4.4 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [meta-oe] task-basic: include wireless-tools for distros featuring wifi 2011-10-30 10:01 ` Andreas Müller @ 2011-10-31 10:42 ` Koen Kooi 2011-10-31 11:10 ` Andreas Müller 0 siblings, 1 reply; 6+ messages in thread From: Koen Kooi @ 2011-10-31 10:42 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 30-10-11 11:01, Andreas Müller schreef: > > Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- > meta-oe/recipes-core/tasks/task-basic.bb | 2 +- 1 files changed, 1 > insertions(+), 1 deletions(-) > > diff --git a/meta-oe/recipes-core/tasks/task-basic.bb > b/meta-oe/recipes-core/tasks/task-basic.bb index 34aa7e1..9b9385e 100644 > --- a/meta-oe/recipes-core/tasks/task-basic.bb +++ > b/meta-oe/recipes-core/tasks/task-basic.bb @@ -51,7 +51,7 @@ > RRECOMMENDS_${PN} = "\ ${@base_contains("MACHINE_FEATURES", "usbgadget", > "kernel-module-g-ether kernel-module-g-serial > kernel-module-g-mass-storage", "", d)} \ \ > ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ - > ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} > \ + ${@base_contains("DISTRO_FEATURES", "wifi", "iw wireless-tools > wpa-supplicant", "", d)} \ I have to NAK this one, 'iw' has replaced wireless in the linux-wireless world and having both doesn't make sense. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFOrnugMkyGM64RGpERAlz9AKCVmZKrR98wxQ0X7sbVtlpJCeXlmACfba2v 9kKB7H1D6OrM2DgxRWmiyLg= =R97K -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] task-basic: include wireless-tools for distros featuring wifi 2011-10-31 10:42 ` Koen Kooi @ 2011-10-31 11:10 ` Andreas Müller 2011-10-31 11:17 ` Andreas Müller 0 siblings, 1 reply; 6+ messages in thread From: Andreas Müller @ 2011-10-31 11:10 UTC (permalink / raw) To: openembedded-devel On Monday, October 31, 2011 11:42:40 AM Koen Kooi wrote: > Op 30-10-11 11:01, Andreas Müller schreef: > > Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- > > meta-oe/recipes-core/tasks/task-basic.bb | 2 +- 1 files changed, 1 > > insertions(+), 1 deletions(-) > > > > diff --git a/meta-oe/recipes-core/tasks/task-basic.bb > > b/meta-oe/recipes-core/tasks/task-basic.bb index 34aa7e1..9b9385e 100644 > > --- a/meta-oe/recipes-core/tasks/task-basic.bb +++ > > b/meta-oe/recipes-core/tasks/task-basic.bb @@ -51,7 +51,7 @@ > > RRECOMMENDS_${PN} = "\ ${@base_contains("MACHINE_FEATURES", "usbgadget", > > "kernel-module-g-ether kernel-module-g-serial > > kernel-module-g-mass-storage", "", d)} \ \ > > ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ - > > ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} > > \ + ${@base_contains("DISTRO_FEATURES", "wifi", "iw wireless-tools > > wpa-supplicant", "", d)} \ > > I have to NAK this one, 'iw' has replaced wireless in the linux-wireless > world and having both doesn't make sense. > I had the feeling (am not 100% sure), that adding wireless-tools to image made my wlan work under networkmanger control - will do some tests on that. FYI: networkmanager has wireless-tools in DEPENDS but that is not enough to make wireless-tools into the image. How about wireless-tools in RDEPENDS for networkmanager? Andreas ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] task-basic: include wireless-tools for distros featuring wifi 2011-10-31 11:10 ` Andreas Müller @ 2011-10-31 11:17 ` Andreas Müller 2011-10-31 18:45 ` Andreas Müller 0 siblings, 1 reply; 6+ messages in thread From: Andreas Müller @ 2011-10-31 11:17 UTC (permalink / raw) To: openembedded-devel On Monday, October 31, 2011 12:10:28 PM Andreas Müller wrote: > On Monday, October 31, 2011 11:42:40 AM Koen Kooi wrote: > > Op 30-10-11 11:01, Andreas Müller schreef: > > > Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- > > > meta-oe/recipes-core/tasks/task-basic.bb | 2 +- 1 files changed, 1 > > > insertions(+), 1 deletions(-) > > > > > > diff --git a/meta-oe/recipes-core/tasks/task-basic.bb > > > b/meta-oe/recipes-core/tasks/task-basic.bb index 34aa7e1..9b9385e > > > 100644 --- a/meta-oe/recipes-core/tasks/task-basic.bb +++ > > > b/meta-oe/recipes-core/tasks/task-basic.bb @@ -51,7 +51,7 @@ > > > RRECOMMENDS_${PN} = "\ ${@base_contains("MACHINE_FEATURES", > > > "usbgadget", "kernel-module-g-ether kernel-module-g-serial > > > kernel-module-g-mass-storage", "", d)} \ \ > > > ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ - > > > ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", > > > d)} \ + ${@base_contains("DISTRO_FEATURES", "wifi", "iw wireless-tools > > > wpa-supplicant", "", d)} \ > > > > I have to NAK this one, 'iw' has replaced wireless in the linux-wireless > > world and having both doesn't make sense. > > I had the feeling (am not 100% sure), that adding wireless-tools to image > made my wlan work under networkmanger control - will do some tests on > that. > > FYI: networkmanager has wireless-tools in DEPENDS but that is not enough to > make wireless-tools into the image. > > How about wireless-tools in RDEPENDS for networkmanager? > I took a look at networkmanager configure.ac: | AC_MSG_ERROR(wireless-tools or libiw development headers >= 28pre9 not installed or not functional) I seems better to have iw in dependencies there instead of wireless-tools. Will give that one a try. Andreas ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe] task-basic: include wireless-tools for distros featuring wifi 2011-10-31 11:17 ` Andreas Müller @ 2011-10-31 18:45 ` Andreas Müller 0 siblings, 0 replies; 6+ messages in thread From: Andreas Müller @ 2011-10-31 18:45 UTC (permalink / raw) To: openembedded-devel On Monday, October 31, 2011 12:17:28 PM Andreas Müller wrote: > On Monday, October 31, 2011 12:10:28 PM Andreas Müller wrote: > > On Monday, October 31, 2011 11:42:40 AM Koen Kooi wrote: > > > Op 30-10-11 11:01, Andreas Müller schreef: > > > > Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- > > > > meta-oe/recipes-core/tasks/task-basic.bb | 2 +- 1 files changed, 1 > > > > insertions(+), 1 deletions(-) > > > > > > > > diff --git a/meta-oe/recipes-core/tasks/task-basic.bb > > > > b/meta-oe/recipes-core/tasks/task-basic.bb index 34aa7e1..9b9385e > > > > 100644 --- a/meta-oe/recipes-core/tasks/task-basic.bb +++ > > > > b/meta-oe/recipes-core/tasks/task-basic.bb @@ -51,7 +51,7 @@ > > > > RRECOMMENDS_${PN} = "\ ${@base_contains("MACHINE_FEATURES", > > > > "usbgadget", "kernel-module-g-ether kernel-module-g-serial > > > > kernel-module-g-mass-storage", "", d)} \ \ > > > > ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ > > > > - ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", > > > > "", d)} \ + ${@base_contains("DISTRO_FEATURES", "wifi", "iw > > > > wireless-tools wpa-supplicant", "", d)} \ > > > > > > I have to NAK this one, 'iw' has replaced wireless in the > > > linux-wireless world and having both doesn't make sense. > > > > I had the feeling (am not 100% sure), that adding wireless-tools to image > > made my wlan work under networkmanger control - will do some tests on > > that. > > > > FYI: networkmanager has wireless-tools in DEPENDS but that is not enough > > to make wireless-tools into the image. > > > > How about wireless-tools in RDEPENDS for networkmanager? > > I took a look at networkmanager configure.ac: > | AC_MSG_ERROR(wireless-tools or libiw development headers >= 28pre9 not > > installed or not functional) > > I seems better to have iw in dependencies there instead of wireless-tools. > Will give that one a try. > For maiden image wlan works without change / wireless-tools. Sorry for the noise. Andreas ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-10-31 18:46 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-10-30 10:01 [meta-oe] task-basic: include wireless-tools for distros featuring wifi Andreas Müller 2011-10-30 10:01 ` Andreas Müller 2011-10-31 10:42 ` Koen Kooi 2011-10-31 11:10 ` Andreas Müller 2011-10-31 11:17 ` Andreas Müller 2011-10-31 18:45 ` 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.