Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Filip Zyzniewski
On 2/8/11, Koen Kooi k.k...@student.utwente.nl wrote: Kinda hard to get to the feeds without networking The bootstrap image does not contain pppd, which is far more frequently used when accessing the Internet than bluetooth (and bluetooth scenario usually involves ppp). So either the recipe is

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Marcin Juszkiewicz
Dnia poniedziałek, 7 lutego 2011 o 23:13:42 Filip Zyzniewski napisał(a): This reduces amount of tasks for bootstrap-image from around 3400 to around 1600 for jlime. Signed-off-by: Filip Zyzniewski filip.zyzniew...@gmail.com --- recipes/tasks/task-base.bb |6 +++--- 1 files changed, 3

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Filip Zyzniewski
On 2/9/11, Marcin Juszkiewicz mar...@juszkiewicz.com.pl wrote: This change is bogus. You just remove building of BT/Wifi support for bitbake bootstrap-image for your machine not distro. Use DISTRO_FEATURES instead and then remove bluetooth wifi from DISTRO_FEATURES in your distribution

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09-02-11 13:59, Filip Zyzniewski wrote: On 2/9/11, Marcin Juszkiewicz mar...@juszkiewicz.com.pl wrote: This change is bogus. You just remove building of BT/Wifi support for bitbake bootstrap-image for your machine not distro. Use

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Filip Zyzniewski
On 2/9/11, Koen Kooi k.k...@student.utwente.nl wrote: That's the whole point of task-base, to get things built. You can then use machine_features to install them by default or not. Again, noone is forcing you to use task-base, so no need to break it for everyone else like your patch is

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Tom Rini
On 02/09/2011 06:28 AM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09-02-11 13:59, Filip Zyzniewski wrote: On 2/9/11, Marcin Juszkiewiczmar...@juszkiewicz.com.pl wrote: This change is bogus. You just remove building of BT/Wifi support for bitbake bootstrap-image for

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Phil Blundell
On Wed, 2011-02-09 at 08:01 -0700, Tom Rini wrote: So... wouldn't making the patch be DISTRO_FEATURES rather than MACHINE_FEATURES be what people want? I think that's still not quite right. As far as I can tell there are three interesting scenarios that need to be distinguished: 1. DISTRO

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-09 Thread Tom Rini
On 02/09/2011 08:22 AM, Phil Blundell wrote: On Wed, 2011-02-09 at 08:01 -0700, Tom Rini wrote: So... wouldn't making the patch be DISTRO_FEATURES rather than MACHINE_FEATURES be what people want? I think that's still not quite right. As far as I can tell there are three interesting

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Tom Rini
On 02/07/2011 03:13 PM, Filip Zyzniewski wrote: This reduces amount of tasks for bootstrap-image from around 3400 to around 1600 for jlime. Signed-off-by: Filip Zyzniewskifilip.zyzniew...@gmail.com Can some of the other distro folks chime in here? --- recipes/tasks/task-base.bb |6

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Mike Westerhof
On 2/8/2011 11:29 AM, Tom Rini wrote: On 02/07/2011 03:13 PM, Filip Zyzniewski wrote: This reduces amount of tasks for bootstrap-image from around 3400 to around 1600 for jlime. Signed-off-by: Filip Zyzniewskifilip.zyzniew...@gmail.com Can some of the other distro folks chime in here? Er,

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-02-11 18:29, Tom Rini wrote: On 02/07/2011 03:13 PM, Filip Zyzniewski wrote: This reduces amount of tasks for bootstrap-image from around 3400 to around 1600 for jlime. Signed-off-by: Filip Zyzniewskifilip.zyzniew...@gmail.com Can some

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Filip Zyzniewski
On 08-02-11 18:29, Tom Rini wrote: Yeah, this patch is wrong, since task-base is supposed to drag in bt and wifi when it's available which includes usb, pci, serial, etc. Shouldn't these optional devices be handled by packages from feed rather than the bootstrap image? bye, Filip Zyzniewski

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-02-11 21:39, Filip Zyzniewski wrote: On 08-02-11 18:29, Tom Rini wrote: Yeah, this patch is wrong, since task-base is supposed to drag in bt and wifi when it's available which includes usb, pci, serial, etc. Shouldn't these optional

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Eric Bénard
Hi Koen, On 08/02/2011 19:23, Koen Kooi wrote: On 08-02-11 18:29, Tom Rini wrote: On 02/07/2011 03:13 PM, Filip Zyzniewski wrote: This reduces amount of tasks for bootstrap-image from around 3400 to around 1600 for jlime. Signed-off-by: Filip Zyzniewskifilip.zyzniew...@gmail.com Can some

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Filip Zyzniewski
On 2/8/11, Koen Kooi k.k...@student.utwente.nl wrote: Kinda hard to get to the feeds without networking True, but couldn't we let the distro maintainers decide about this? For example we at jlime know that feeds will be fetched via wifi and we do not need bluetooth in the bootstrap image. bye,

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Tom Rini
On 02/08/2011 02:04 PM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-02-11 21:39, Filip Zyzniewski wrote: On 08-02-11 18:29, Tom Rini wrote: Yeah, this patch is wrong, since task-base is supposed to drag in bt and wifi when it's available which includes usb, pci,

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Tom Rini
On 02/08/2011 02:25 PM, Tom Rini wrote: On 02/08/2011 02:04 PM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-02-11 21:39, Filip Zyzniewski wrote: On 08-02-11 18:29, Tom Rini wrote: Yeah, this patch is wrong, since task-base is supposed to drag in bt and wifi when it's

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Eric Bénard
On 08/02/2011 23:16, Koen Kooi wrote: On 08-02-11 22:08, Eric Bénard wrote: what would be the correct way to disable inclusion of bt wifi in the image ? Use a different task, nobody is forcing you to use task-base ok that's indeed a solution ;-) Eric

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Douglas Royds
On 09/02/11 07:23, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-02-11 18:29, Tom Rini wrote: On 02/07/2011 03:13 PM, Filip Zyzniewski wrote: This reduces amount of tasks for bootstrap-image from around 3400 to around 1600 for jlime. Signed-off-by: Filip

Re: [oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-08 Thread Filip Zyzniewski
On 2/8/11, Koen Kooi k.k...@student.utwente.nl wrote: Use a different task, nobody is forcing you to use task-base But bootstrap-image is hardwired to use task-base. Should we have our own version of bootstrap-image then? I assume that bootstrap-image is: a minimal set of software needed to be

[oe] [PATCH] task-base: conditional wifi and bluetooth tasks in PACKAGES

2011-02-07 Thread Filip Zyzniewski
This reduces amount of tasks for bootstrap-image from around 3400 to around 1600 for jlime. Signed-off-by: Filip Zyzniewski filip.zyzniew...@gmail.com --- recipes/tasks/task-base.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/tasks/task-base.bb