All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Marco Monguzzi <marco.monguzzi@gmail.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: building meta-ti + poky HOWTO?
Date: Thu, 12 Apr 2012 13:49:27 -0400	[thread overview]
Message-ID: <20120412174927.GA13291@denix.org> (raw)
In-Reply-To: <CALKp9+bY6+mzJLSpBBmZNZZKmnh1QD+Hs8NCRt+XGLyF-N88AA@mail.gmail.com>

On Thu, Apr 12, 2012 at 04:42:19PM +0200, Marco Monguzzi wrote:
> Hi Gary,
> 
> this may work for me too.
> 
> Is there a way to stick with the TI recommended toolchain?
> (gcc-4.5 + Linaro patches and binutils-2.20.1)
> 
> Adding:
> 
> GCCVERSION = "4.5%"
> BINUVERSION = "2.20.1"
> 
> to my conf/local.conf appears being ignored (tried with a 1.2_M4.rc3
> snapshot).

You add those 2 lines to your local.conf when you use a distro-less setup 
(i.e. openembedded-core+meta-ti+toolchain-layer). Poky has own distribution 
configuration and that overwrites those variables. You can try forcing it:

GCCVERSION_forcevariable = "4.5%"
BINUVERSION_forcevariable = "2.20.1"

And don't forget to add toolchain-layer to your bblayers.conf

-- 
Denys


> > Workarounds:
> > * There is still one recipe in meta-ti that causes a parse error
> >    ERROR: ParseError at /home/local/poky-multi/meta-**
> > ti/recipes-misc/payload/bonesc**ript.bb:5 <http://bonescript.bb:5>: Could
> > not inherit file classes/systemd.bbclass
> >  To work around this, add this to your conf/local.conf
> >    BBMASK ?= ".*/meta-ti/recipes-misc/**payload/bonescript*"
> > * The beaglebone kernel can't be built with its default configuration
> > using the
> >  GCC-4.6.x/BINUTILS-2.22.  It will build with the attached patch which
> > disables
> >  THUMB2_KERNEL mode.  Simply apply it to your local copy of meta-ti
> > * If you want to build the TI kernel for the beagleboard, add this to
> > conf/local.conf
> >    PREFERRED_PROVIDER_virtual/**kernel ?= "linux-omap-psp"
> >
> >

> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



  reply	other threads:[~2012-04-12 17:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-05 18:09 building meta-ti + poky HOWTO? Russell Senior
2012-04-05 18:36 ` Brian Hutchinson
2012-04-05 19:07   ` Denys Dmytriyenko
2012-04-05 19:15     ` Brian Hutchinson
2012-04-06 14:11   ` Gary Thomas
2012-04-12 14:42     ` Marco Monguzzi
2012-04-12 17:49       ` Denys Dmytriyenko [this message]
2012-04-05 19:15 ` Denys Dmytriyenko
2012-04-05 20:43   ` Russell Senior
2012-04-06  1:40     ` Russell Senior
2012-04-06 17:48       ` [Angstrom-devel] " Khem Raj
2012-04-09  1:40       ` Denys Dmytriyenko
2012-04-09  8:42         ` [PATCH] apply recommended kernel config for beaglebone Russell Senior
2012-04-09  9:08           ` Koen Kooi
2012-04-09 10:12             ` Russell Senior
2012-04-07 13:51     ` building meta-ti + poky HOWTO? Jack Mitchell
2012-04-07 19:35       ` Russell Senior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120412174927.GA13291@denix.org \
    --to=denis@denix.org \
    --cc=marco.monguzzi@gmail.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.