All of lore.kernel.org
 help / color / mirror / Atom feed
* meta-ti vs meta-texasinstruments
@ 2012-03-06 12:33 Gary Thomas
  2012-03-06 13:19 ` Enrico
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2012-03-06 12:33 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

Why are there two layers, each seemingly providing support for
TI products (boards, tools, etc)?  They have a great overlap,
but many differences...

Shouldn't there only be one such layer?  As is, the meta-texasinstruments
one seems to be rather out of date, but I'm not sure.

n.b. I stumbled across this while looking at the u-boot-fw-utils
package which is referred to in meta-ti, but only created by
meta-texasinstruments.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: meta-ti vs meta-texasinstruments
  2012-03-06 12:33 meta-ti vs meta-texasinstruments Gary Thomas
@ 2012-03-06 13:19 ` Enrico
  2012-03-06 13:35   ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Enrico @ 2012-03-06 13:19 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-ti@yoctoproject.org

On Tue, Mar 6, 2012 at 1:33 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> Why are there two layers, each seemingly providing support for
> TI products (boards, tools, etc)?  They have a great overlap,
> but many differences...
>
> Shouldn't there only be one such layer?  As is, the meta-texasinstruments
> one seems to be rather out of date, but I'm not sure.

url of these layers? Maybe it's just an old reference in your setup
that is not getting updated (previously it was called
meta-texasinstruments and then it became meta-ti).

Enrico


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

* Re: meta-ti vs meta-texasinstruments
  2012-03-06 13:19 ` Enrico
@ 2012-03-06 13:35   ` Gary Thomas
  2012-03-06 13:39     ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2012-03-06 13:35 UTC (permalink / raw)
  To: Enrico; +Cc: meta-ti@yoctoproject.org

On 2012-03-06 06:19, Enrico wrote:
> On Tue, Mar 6, 2012 at 1:33 PM, Gary Thomas<gary@mlbassoc.com>  wrote:
>> Why are there two layers, each seemingly providing support for
>> TI products (boards, tools, etc)?  They have a great overlap,
>> but many differences...
>>
>> Shouldn't there only be one such layer?  As is, the meta-texasinstruments
>> one seems to be rather out of date, but I'm not sure.
>
> url of these layers? Maybe it's just an old reference in your setup
> that is not getting updated (previously it was called
> meta-texasinstruments and then it became meta-ti).

Indeed, the meta-texasinstruments one may just be left over chaff.

That said, where is u-boot-fw-utils (assuming not meta-texasinstruments)?
A quick find in angstrom/sources shows
   ./meta-ti/recipes-bsp/u-boot/u-boot_2011.12.bb:RRECOMMENDS_${PN}_beagleboard = "u-boot-fw-utils"
   ./meta-ti/recipes-bsp/u-boot/u-boot_git.bb:RRECOMMENDS_${PN}_omap3-touchbook = "u-boot-fw-utils"

   ./meta-texasinstruments/recipes-bsp/u-boot/u-boot.inc:PACKAGES += "${PN}-fw-utils"
   ./meta-texasinstruments/recipes-bsp/u-boot/u-boot.inc:FILES_${PN}-fw-utils = "${sysconfdir} ${base_sbindir}"

   ./meta-openpandora/recipes-bsp/u-boot/u-boot.inc:PACKAGES += "${PN}-fw-utils"
   ./meta-openpandora/recipes-bsp/u-boot/u-boot.inc:FILES_${PN}-fw-utils = "${sysconfdir} ${base_sbindir}"
   ./meta-openpandora/recipes-bsp/u-boot/u-boot.inc:INSANE_SKIP_${PN}-fw-utils = True

   ./meta-efikamx/recipes-bsp/u-boot/u-boot.inc:PACKAGES += "${PN}-fw-utils"
   ./meta-efikamx/recipes-bsp/u-boot/u-boot.inc:FILES_${PN}-fw-utils = "${sysconfdir} ${base_sbindir}"
   ./meta-efikamx/recipes-bsp/u-boot/u-boot.inc:INSANE_SKIP_${PN}-fw-utils = "1"

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: meta-ti vs meta-texasinstruments
  2012-03-06 13:35   ` Gary Thomas
@ 2012-03-06 13:39     ` Koen Kooi
  2012-03-06 13:54       ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2012-03-06 13:39 UTC (permalink / raw)
  To: meta-ti


Op 6 mrt. 2012, om 14:35 heeft Gary Thomas het volgende geschreven:

> On 2012-03-06 06:19, Enrico wrote:
>> On Tue, Mar 6, 2012 at 1:33 PM, Gary Thomas<gary@mlbassoc.com>  wrote:
>>> Why are there two layers, each seemingly providing support for
>>> TI products (boards, tools, etc)?  They have a great overlap,
>>> but many differences...
>>> 
>>> Shouldn't there only be one such layer?  As is, the meta-texasinstruments
>>> one seems to be rather out of date, but I'm not sure.
>> 
>> url of these layers? Maybe it's just an old reference in your setup
>> that is not getting updated (previously it was called
>> meta-texasinstruments and then it became meta-ti).
> 
> Indeed, the meta-texasinstruments one may just be left over chaff.
> 
> That said, where is u-boot-fw-utils (assuming not meta-texasinstruments)?

Hmm, let's look at the README and the layers it lists as requirements and take the first one, oe-core:

http://cgit.openembedded.org/openembedded-core/commit/?id=4a2543c0641f1df6d74c18cfe0c3ac3cfd50e60c

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

* Re: meta-ti vs meta-texasinstruments
  2012-03-06 13:39     ` Koen Kooi
@ 2012-03-06 13:54       ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2012-03-06 13:54 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti

On 2012-03-06 06:39, Koen Kooi wrote:
>
> Op 6 mrt. 2012, om 14:35 heeft Gary Thomas het volgende geschreven:
>
>> On 2012-03-06 06:19, Enrico wrote:
>>> On Tue, Mar 6, 2012 at 1:33 PM, Gary Thomas<gary@mlbassoc.com>   wrote:
>>>> Why are there two layers, each seemingly providing support for
>>>> TI products (boards, tools, etc)?  They have a great overlap,
>>>> but many differences...
>>>>
>>>> Shouldn't there only be one such layer?  As is, the meta-texasinstruments
>>>> one seems to be rather out of date, but I'm not sure.
>>>
>>> url of these layers? Maybe it's just an old reference in your setup
>>> that is not getting updated (previously it was called
>>> meta-texasinstruments and then it became meta-ti).
>>
>> Indeed, the meta-texasinstruments one may just be left over chaff.
>>
>> That said, where is u-boot-fw-utils (assuming not meta-texasinstruments)?
>
> Hmm, let's look at the README and the layers it lists as requirements and take the first one, oe-core:
>
> http://cgit.openembedded.org/openembedded-core/commit/?id=4a2543c0641f1df6d74c18cfe0c3ac3cfd50e60c

Which was missed by my simple search of "fw-utils" _inside_ the recipes, not
the recipe names themselves.

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2012-03-06 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 12:33 meta-ti vs meta-texasinstruments Gary Thomas
2012-03-06 13:19 ` Enrico
2012-03-06 13:35   ` Gary Thomas
2012-03-06 13:39     ` Koen Kooi
2012-03-06 13:54       ` Gary Thomas

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.