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

Denys Dmytriyenko denys at ti.com
Wed Aug 3 10:28:10 PDT 2016


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...


> >>>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...

-- 
Denys


More information about the meta-ti mailing list