[meta-ti] Creating simple linux for beaglebone

Nicolas Dechesne ndec13 at gmail.com
Wed Jan 9 00:01:52 PST 2013


On Wed, Jan 9, 2013 at 2:38 AM, Raul Rosetto Munoz <munoz0raul at gmail.com> wrote:
> Hello all,
>
> I want to create a simples linux for beaglebone using yocto danny.
>
> I did all the necessary clones:
> poky
> meta-ti
> meta-openembedded
>
> I changed all to danny branch!
>
> After these sets I did the poky source:
> source poky/oe-init-build-env beaglebone-linux
>
> Changed the machine to beaglebone
>
> MACHINE ?= "beaglebone"
>
> Changed the bblayer to:
>
> BBLAYERS ?= " \
>   /home/prjs/video0001/linux/poky/meta \
>   /home/prjs/video0001/linux/poky/meta-yocto \
>   /home/prjs/video0001/linux/poky/meta-yocto-bsp \
>   /home/prjs/video0001/linux/meta-ti \
>   /home/prjs/video0001/linux/meta-openembedded/meta-oe  \
>   "
>
>
> And finaly when I run bibake core-image-minimal
>
>
>
> munoz at munoz:/home/prjs/video0001/linux/linux-bone$ bitbake
> core-image-minimal
> Loading cache: 100%
> |##################################################################################################|
> ETA:  00:00:00
> Loaded 4 entries from dependency cache.
> ERROR: ParseError at
> /home/prjs/video0001/linux/meta-ti/recipes-misc/payload/bonescript.bb:5:
> Could not inherit file classes/systemd.bbclass
> ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)
> ERROR: Command execution failed: Exited with 1
>
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.

you need to add

BBMASK = "meta-ti/recipes-misc"

in local.conf, as mentioned here
http://www.crashcourse.ca/wiki/index.php/Getting_started:_OE%2C_meta-ti_and_the_PandaBoard_ES.


>
> Some one can Help me??
>
> Thanks for all help
>
> --
> Raul Rosetto Muñoz
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>



More information about the meta-ti mailing list