Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Khem Raj
edded-devel-boun...@lists.openembedded.org > >>> [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > >>> Khem Raj > >>> Sent: Wednesday, August 04, 2010 2:49 PM > >>> To: openembedded-devel@lists.openembedded.org > >>> Subject: Re: [oe]

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Koen Kooi
...@lists.openembedded.org] On Behalf Of >>> Khem Raj >>> Sent: Wednesday, August 04, 2010 2:49 PM >>> To: openembedded-devel@lists.openembedded.org >>> Subject: Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in >>> COMPATIBLE_MACHINES >>&g

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Khem Raj
10 2:49 PM >> To: openembedded-devel@lists.openembedded.org >> Subject: Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in >> COMPATIBLE_MACHINES >> >> On Wed, Aug 4, 2010 at 2:54 AM, Phil Blundell wrote: >> > On Tue, 2010-08-03 at 16:47 -0500

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Phil Blundell
On Wed, 2010-08-04 at 09:11 -0500, Maupin, Chase wrote: > From what I've learned it seems that MACHINE_CLASS and SOC_FAMILY are > different in what they are trying to accomplish. > > SOC_FAMILY is defining a family of processors and the features that processor > has. Whereas MACHINE_CLASS is de

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Maupin, Chase
ject: Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in > COMPATIBLE_MACHINES > > On Wed, Aug 4, 2010 at 2:54 AM, Phil Blundell wrote: > > On Tue, 2010-08-03 at 16:47 -0500, Chase Maupin wrote: > >> * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES > &

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Khem Raj
On Wed, Aug 4, 2010 at 2:54 AM, Phil Blundell wrote: > On Tue, 2010-08-03 at 16:47 -0500, Chase Maupin wrote: >> * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES >>   setting for a recipe. >> * This will allow recipes to work for entire families of >>   devices without having to maint

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Graeme Gregory
On 04/08/10 18:21, Denys Dmytriyenko wrote: > On Wed, Aug 04, 2010 at 05:59:30PM +0100, Graeme Gregory wrote: >> On 04/08/10 17:13, Denys Dmytriyenko wrote: >>> On Wed, Aug 04, 2010 at 12:48:38PM +0100, Phil Blundell wrote: On Wed, 2010-08-04 at 13:17 +0200, Michael 'Mickey' Lauer wrote: >>>

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Tom Rini
Frans Meulenbroeks wrote: 2010/8/4 Koen Kooi -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04-08-10 02:19, Denys Dmytriyenko wrote: On Tue, Aug 03, 2010 at 04:47:20PM -0500, Chase Maupin wrote: * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES setting for a recipe. * This w

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Denys Dmytriyenko
On Wed, Aug 04, 2010 at 05:59:30PM +0100, Graeme Gregory wrote: > On 04/08/10 17:13, Denys Dmytriyenko wrote: > > On Wed, Aug 04, 2010 at 12:48:38PM +0100, Phil Blundell wrote: > >> On Wed, 2010-08-04 at 13:17 +0200, Michael 'Mickey' Lauer wrote: > >>> FWIW, minimal is using MACHINE_CLASS since qu

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Denys Dmytriyenko
On Wed, Aug 04, 2010 at 09:11:19AM -0500, Maupin, Chase wrote: > > > Failing that though, testing COMPATIBLE_MACHINE against MACHINE_CLASS > > probably is more desirable than adding a completely new variable (i.e. > > SOC_FAMILY) for that purpose. > > From what I've learned it seems that MACHINE_

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Graeme Gregory
On 04/08/10 17:13, Denys Dmytriyenko wrote: > On Wed, Aug 04, 2010 at 12:48:38PM +0100, Phil Blundell wrote: >> On Wed, 2010-08-04 at 13:17 +0200, Michael 'Mickey' Lauer wrote: >>> FWIW, minimal is using MACHINE_CLASS since quite a while to >>> reduce the need for adding the same files over and ov

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Denys Dmytriyenko
On Wed, Aug 04, 2010 at 12:48:38PM +0100, Phil Blundell wrote: > On Wed, 2010-08-04 at 13:17 +0200, Michael 'Mickey' Lauer wrote: > > FWIW, minimal is using MACHINE_CLASS since quite a while to > > reduce the need for adding the same files over and over again, > > this is being used e.g. for HTC ms

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Maupin, Chase
ject: Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in > COMPATIBLE_MACHINES > > On Wed, 2010-08-04 at 13:17 +0200, Michael 'Mickey' Lauer wrote: > > FWIW, minimal is using MACHINE_CLASS since quite a while to > > reduce the need for adding the same files

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Phil Blundell
On Wed, 2010-08-04 at 13:17 +0200, Michael 'Mickey' Lauer wrote: > FWIW, minimal is using MACHINE_CLASS since quite a while to > reduce the need for adding the same files over and over again, > this is being used e.g. for HTC msm7 series and OpenEZX series > (see conf/machine/include). > > Perhaps

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Michael 'Mickey' Lauer
FWIW, minimal is using MACHINE_CLASS since quite a while to reduce the need for adding the same files over and over again, this is being used e.g. for HTC msm7 series and OpenEZX series (see conf/machine/include). Perhaps it's time to standardize something like that. Cheers, -- :M: ___

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Phil Blundell
On Tue, 2010-08-03 at 16:47 -0500, Chase Maupin wrote: > * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES > setting for a recipe. > * This will allow recipes to work for entire families of > devices without having to maintain/update the compatible > devices as new devices are add

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Frans Meulenbroeks
2010/8/4 Koen Kooi > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04-08-10 02:19, Denys Dmytriyenko wrote: > > On Tue, Aug 03, 2010 at 04:47:20PM -0500, Chase Maupin wrote: > >> * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES > >> setting for a recipe. > >> * This will a

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-04 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04-08-10 02:19, Denys Dmytriyenko wrote: > On Tue, Aug 03, 2010 at 04:47:20PM -0500, Chase Maupin wrote: >> * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES >> setting for a recipe. >> * This will allow recipes to work for entire fami

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-03 Thread Khem Raj
On (03/08/10 20:19), Denys Dmytriyenko wrote: > On Tue, Aug 03, 2010 at 04:47:20PM -0500, Chase Maupin wrote: > > * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES > > setting for a recipe. > > * This will allow recipes to work for entire families of > > devices without having to ma

Re: [oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-03 Thread Denys Dmytriyenko
On Tue, Aug 03, 2010 at 04:47:20PM -0500, Chase Maupin wrote: > * Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES > setting for a recipe. > * This will allow recipes to work for entire families of > devices without having to maintain/update the compatible > devices as new devices

[oe] [PATCH] base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES

2010-08-03 Thread Chase Maupin
* Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES setting for a recipe. * This will allow recipes to work for entire families of devices without having to maintain/update the compatible devices as new devices are added into a family Signed-off-by: Chase Maupin --- classes/base.