All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC]: Is MACHINE_TASK_PROVIDER still being used or should it be phased out?
@ 2008-03-10 17:37 Hans Henry von Tresckow
  2008-03-11  7:28 ` José Bernardo Bandos Rodrigues
  2008-03-11 17:08 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Henry von Tresckow @ 2008-03-10 17:37 UTC (permalink / raw)
  To: oe-devel

(sorry for the repost, but I forgot the RFC tag the first time)

I am trying to fix http://bugs.openembedded.net/show_bug.cgi?id=3969.

I basicaly have two options here:

1) simply replace MACHINE_TASK_PROVIDER with task-base-extended in the
affected recipie

2) come up with a different solution that preserves MACHINE_TASK_PROVIDER
and adds a suitable definition

It seems that a lot of recent image recipies have used approach #1 and I was
wondering if MACHINE_TASK_PROVIDER  was still actively being used or if it
is mostly left over from the initial task-base switchover.

Also, if it is still in use, do any of the current users care about
opie-image in particular?

(I will use #1 if I don't hear back soon)

Thank you very much,

-- 
Henry von Tresckow (hvontres)

Poodle life support team


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC]: Is MACHINE_TASK_PROVIDER still being used or should it be phased out?
  2008-03-10 17:37 [RFC]: Is MACHINE_TASK_PROVIDER still being used or should it be phased out? Hans Henry von Tresckow
@ 2008-03-11  7:28 ` José Bernardo Bandos Rodrigues
  2008-03-11 16:12   ` Hans Henry von Tresckow
  2008-03-11 17:08 ` Koen Kooi
  1 sibling, 1 reply; 4+ messages in thread
From: José Bernardo Bandos Rodrigues @ 2008-03-11  7:28 UTC (permalink / raw)
  To: openembedded-devel

I do use and build for personal use opie-image frequently. Will this break
it, or the replace should go smoothly?

On 3/10/08, Hans Henry von Tresckow <hvontres@gmail.com> wrote:
>
> (sorry for the repost, but I forgot the RFC tag the first time)
>
> I am trying to fix http://bugs.openembedded.net/show_bug.cgi?id=3969.
>
> I basicaly have two options here:
>
> 1) simply replace MACHINE_TASK_PROVIDER with task-base-extended in the
> affected recipie
>
> 2) come up with a different solution that preserves MACHINE_TASK_PROVIDER
> and adds a suitable definition
>
> It seems that a lot of recent image recipies have used approach #1 and I
> was
> wondering if MACHINE_TASK_PROVIDER  was still actively being used or if it
> is mostly left over from the initial task-base switchover.
>
> Also, if it is still in use, do any of the current users care about
> opie-image in particular?
>
> (I will use #1 if I don't hear back soon)
>
> Thank you very much,
>
>
> --
> Henry von Tresckow (hvontres)
>
> Poodle life support team
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC]: Is MACHINE_TASK_PROVIDER still being used or should it be phased out?
  2008-03-11  7:28 ` José Bernardo Bandos Rodrigues
@ 2008-03-11 16:12   ` Hans Henry von Tresckow
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Henry von Tresckow @ 2008-03-11 16:12 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Mar 11, 2008 at 12:28 AM, José Bernardo Bandos Rodrigues <
bernardo@bandos.net> wrote:

> I do use and build for personal use opie-image frequently. Will this break
> it, or the replace should go smoothly?


This should not break anything. It should fix some packaging issues for
machines without builtin wi-fi.



-- 
Henry von Tresckow (hvontres)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC]: Is MACHINE_TASK_PROVIDER still being used or should it be phased out?
  2008-03-10 17:37 [RFC]: Is MACHINE_TASK_PROVIDER still being used or should it be phased out? Hans Henry von Tresckow
  2008-03-11  7:28 ` José Bernardo Bandos Rodrigues
@ 2008-03-11 17:08 ` Koen Kooi
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2008-03-11 17:08 UTC (permalink / raw)
  To: openembedded-devel

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

Hans Henry von Tresckow schreef:
| (sorry for the repost, but I forgot the RFC tag the first time)
|
| I am trying to fix http://bugs.openembedded.net/show_bug.cgi?id=3969.
|
| I basicaly have two options here:
|
| 1) simply replace MACHINE_TASK_PROVIDER with task-base-extended in the
| affected recipie
|
| 2) come up with a different solution that preserves MACHINE_TASK_PROVIDER
| and adds a suitable definition
|
| It seems that a lot of recent image recipies have used approach #1 and
I was
| wondering if MACHINE_TASK_PROVIDER  was still actively being used or if it
| is mostly left over from the initial task-base switchover.

A while ago I decided for myself it's up to the person creating the
image recipe what to use. Recipes are cheap, so you could just create an
opie-vontres-image.bb and have it added to the autobuilder.

regards,

Koen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFH1ryeMkyGM64RGpERAtGXAKC2eD+cSjU+kxPwGKbTo9D7fnPHWwCgiqdg
4V+FO4Y7ohOEz8v2/TrBuq0=
=gNVi
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-11 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 17:37 [RFC]: Is MACHINE_TASK_PROVIDER still being used or should it be phased out? Hans Henry von Tresckow
2008-03-11  7:28 ` José Bernardo Bandos Rodrigues
2008-03-11 16:12   ` Hans Henry von Tresckow
2008-03-11 17:08 ` Koen Kooi

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.