[meta-ti] Getting started with meta-ti (beaglebone)

Manjukumar Harthikote Matha manjukumar.harthikote-matha at xilinx.com
Wed Aug 3 10:37:03 PDT 2016



On 08/03/2016 10:28 AM, Denys Dmytriyenko wrote:
> On Tue, Aug 02, 2016 at 11:17:35AM -0700, Manjukumar Harthikote Matha wrote:
>> All,
>>
>> On 08/01/2016 07:12 PM, Gary Thomas wrote:
>>> On 2016-08-02 01:34, Denys Dmytriyenko wrote:
>>>> On Mon, Aug 01, 2016 at 03:49:37PM -0700, Manjukumar Harthikote Matha
>>>> wrote:
>>>>> All,
>>>>>
>>>>> I am trying to build for beaglebone but facing some errors on master
>> <..>
>>>>> Added BBMASK = "meta-ti/recipes-misc" in local.conf
>>>>
>>>> What's this ^^^ for?
>
>> This is not required, I copied it from a wiki page (getting started
>> on meta-ti)
>
> I don't know what that wiki is or how old it is, but there's no recipes-misc
> in meta-ti... It's not a good idea to collect random outdated tidbits on the
> Internet and try to get it all working...
>
Agreed :)
>
>>>>> MACHINE=beaglebone bitbake core-image-minimal
>>>>>
>>>>> Gives me an error
>>>>
>>>> Are those Python3 related errors?
>>>>
>> <...>>>
>>>>> line 51
>>>>>    os.chmod(binfile, 0755)
>>>>>                         ^
>>>>> SyntaxError: invalid token
>>>
>>> In python3 this needs to be 0o755
>
>> Yes this works and fails on a tar extraction command. Another
>> Python3 error, will look into it. For now, I just deleted the
>> extraction block to surpass the error.
>
> Yeah, that was my other question - why master? There's currently Python3
> migration going on upstream and meta-ti is slightly behind on this. I'd
> recommend using krogoth stable release to get your stuff working. You
> should only be playing with latest master code, especially with several
> additional layers, only if you really know what you are doing...
>
I was working on a patch to OE-CORE for u-boot. I got a pushback stating 
beaglebone was not working on master. So I started on master, however I 
did verify my patch on Krogoth as well(both works and build u-boot using 
outoftree source code). Didn't realize beaglebone also existed in 
meta-yocto-bsp, now i have verified in all the possible combinations for 
beaglebone :)

Thanks for all the help, much appreciated

Thanks
Manju


More information about the meta-ti mailing list