On Wed, Jun 05, 2013 at 08:05:52AM +0200, Nicolas Dechesne wrote:
> On Wed, Jun 5, 2013 at 7:55 AM, Akshay Sahota <akki.sah...@gmail.com> wrote:
> 
> > *
> > BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor|graphics/mesa)/"
> >  #BBMASK = "meta-ti/recipes-misc meta-oe/recipes-graphics"
> > #BBMASK = "meta-oe/recipes-devtools"
> > #BBMASK = "meta-oe/recipes-graphics"
> > #
> > # Parallelism Options*...
> >
> >
> > and bblayers.conf
> >
> > *BBLAYERS ?= " \
> >   /home/asahota/poky-try/poky/meta \
> >   /home/asahota/poky-try/poky/meta-yocto \
> >   /home/asahota/poky-try/poky/meta-yocto-bsp \
> >   /home/asahota/poky-try/poky/meta-ti \

Please pay attention to the order of BSP layers, especially those providing 
the same machine configuration... For example, in the above setup, you won't 
be able to use "beagleboard" machine config from meta-ti, as you have it 
shadowed by the config from meta-yocto-bsp.

-- 
Denys


> >   /home/asahota/poky-try/poky/meta-openembedded/meta-oe \
> >   "
> > *
> >
> 
> i suspect you are using wrong combination of branch/version, but you don't
> give what branch/version you are using, not cannot confirm.
> 
> 
> > *
> > BBLAYERS_NON_REMOVABLE ?= " \
> >   /home/asahota/poky-try/poky/meta \
> >   /home/asahota/poky-try/poky/meta-yocto \
> >   "*
> >
> > and the output is :
> > *$ bitbake -k core-image-minimal
> > Pseudo is not present but is required, building this first before the main
> > build
> > WARNING: Host distribution "Ubuntu 12.04.2 LTS" has not been validated
> > with this version of the build system; you may possibly experience
> > unexpected failures. It is recommended that you use a tested distribution.
> > ERROR: ParseError at
> > /home/asahota/poky-try/poky/meta-openembedded/meta-oe/recipes-devtools/cloud9/
> > cloud9_0.6.bb:11: Could not inherit file classes/systemd.bbclass
> > *
> >
> 
> systemd.bbclass was introduced in 'dylan' version of Yocto (aka 1.4). are
> you sure this is what you are using? to be it sounds like you are using
> Yocto/danny with meta-ti and meta-oe 'master' branch (or dylan branch).
> 
> 
> *ERROR: Command execution failed: Exited with 1
> >
> > Summary: There was 1 WARNING message shown.
> > Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> > *
> > What is the mistake, sounds too silly.!

> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to