From: Denys Dmytriyenko <denys@ti.com>
To: Tomas Frydrych <tf+lists.yocto@r-finger.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: Help with building gstreamer-ti on beagleboard
Date: Tue, 13 Nov 2012 10:22:38 -0500 [thread overview]
Message-ID: <20121113152237.GA12650@edge> (raw)
In-Reply-To: <50A26410.5030405@r-finger.com>
On Tue, Nov 13, 2012 at 03:15:28PM +0000, Tomas Frydrych wrote:
> Hi,
>
> On 13/11/12 13:46, Flavio Castro Alves Filho wrote:
> > Hello all,
> >
> > I'm using Yocto Project and meta-ti to build an embedded Linux distribution
> > for BeagleBoard-xM.
> >
> > I need to add gstreamer-ti into the project, and I'm having problems in
> > building this package with my configuration.
> >
> > NOTE: package ti-codec-engine-2_26_02_11-${MACHINE_KERNEL_PR}b: task
> > do_fetch: Started
>
> My guess would be that your layers are not set up correctly, you can see
> in the error output that the ${MACHINE_KERNEL_PR} variable is not
> getting expanded; this is defined in omap3.inc in meta-ti, which would
> be included from the meta-ti beagleboard.conf, but the way the layers
> are set up leads to the yocto beagleboard.conf being used instead.
Right.
> For Denzil it is not possible to arrange meta-yocto and meta-ti layers
> in a way that would work; this has been fixed in Danny (in
> meta-yocto-bsp). If you want to stick with Denzil, there are different
> ways to work around it, easiest should be to delete the offending
> beagleboard.conf from meta-yocto.
Why can't you put meta-ti in front of meta-yocto in Denzil? Works just fine.
> (If you are providing your own distro layer, and the layer is set up to
> prefix itself to the BBPATH, you can provide your own beagleboard.conf
> that sources the correct one from meta-ti, something like this,
Well, it's only the problem for the BBLAYERS order, so you don't really need
any fancy setups, just do this in build/conf/bblayers.conf in Denzil:
BBLAYERS ?= " \
/OE/poky/meta \
/OE/poky/meta-ti \
/OE/poky/meta-yocto \
"
Or for Danny/master:
BBLAYERS ?= " \
/OE/poky/meta \
/OE/poky/meta-yocto \
/OE/poky/meta-ti \
/OE/poky/meta-yocto-bsp \
"
--
Denys
next prev parent reply other threads:[~2012-11-13 15:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-13 13:46 Help with building gstreamer-ti on beagleboard Flavio Castro Alves Filho
2012-11-13 15:15 ` Tomas Frydrych
2012-11-13 15:22 ` Denys Dmytriyenko [this message]
2012-11-13 15:38 ` Tomas Frydrych
2012-11-13 15:43 ` Robert P. J. Day
2012-11-13 15:44 ` Denys Dmytriyenko
2012-11-13 21:25 ` Flavio Castro Alves Filho
2012-11-13 21:51 ` Tomas Frydrych
2012-11-14 1:10 ` Flavio Castro Alves Filho
2012-11-14 1:37 ` Denys Dmytriyenko
2012-11-14 6:19 ` Flavio Castro Alves Filho
2012-11-14 18:09 ` Flavio Castro Alves Filho
2012-11-15 13:29 ` Flavio Castro Alves Filho
2012-11-14 1:28 ` Denys Dmytriyenko
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=20121113152237.GA12650@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=tf+lists.yocto@r-finger.com \
/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.