Re: Does Edison work with Beagleboard & linux-yocto-3.0 kernel?
Brian Hutchinson <b.hutchman@...>
Hey Koen, good to hear from you. My next step is to bring meta-ti. I've been following that list so I hope to get things working with it soon.
Regards,
Brian
From Droid Incredible
On Jan 15, 2012 3:47 AM, "Koen Kooi" <koen@...> wrote:
Op 11 jan. 2012, om 21:57 heeft Brian Hutchinson het volgende geschreven:
> On Wed, Jan 11, 2012 at 3:47 PM, Joshua Lock <josh@...> wrote:
>
>> In meta-yocto/conf/distro/poky.conf there's a line which sets:
>>
>> PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
>>
>> Which is then overridden for the qemu machines to:
>>
>> PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.0%"
>>
>> If you add a similar line for beagleboard to a conf file, such as
>> local.conf, it would look for a 3.0 kernel version and use your tree.
>>
>> PREFERRED_VERSION_linux-yocto_beagleboard ?= "3.0%"
>>
>> I know you've switched to master but I wanted to help you understand the
>> system is doing what it is.
>>
>
> Ah, very good! Yes, good to know information. I'm coming from
> OE-Angstrom/Arago and so far most things have been pretty familiar but
> it always helps to know how it fits together. I need to make several
> BSP's for TI processors and this helps me understand things a bit
> better.
If that's the case, you'd be a lot better off basing it off the official TI BSP layer instead of meta-yocto.