[yocto] yocto with meta-ti

Edward Vidal vidal.develone at gmail.com
Tue Jun 4 12:41:32 PDT 2013


Michael wrote

Hi,

As a quick hack you can mask out recipes-misc by adding the following line
to your conf/local.conf :

BBMASK = "meta-ti/recipes-misc"

It seem to mask out everything in meta-ti/recipes-misc.

This was a suggestion I found on the net. The better way would be if
meta-ti would be split into multiple layers where one of them is a
meta-ti-bsp layer.

Best regards
Michael

I build with yocto and meta-ti for the beaglebone and pandaboard.

This is what I add to local.conf
MACHINE ?= "beaglebone"
MACHINE ?= "pandaboard"
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor|graphics/mesa)/"

and in bblayers.conf
BBLAYERS ?= " \
  /home/vidal/POKY/build060213_dylan_panda/poky/meta \
  /home/vidal/POKY/build060213_dylan_panda/poky/meta-yocto \
  /home/vidal/POKY/build060213_dylan_panda/poky/meta-ti \
  /home/vidal/POKY/build060213_dylan_panda/poky/meta-oe/meta-oe \
  /home/vidal/POKY/build060213_dylan_panda/poky/meta-yocto-bsp \
  "
BBLAYERS_NON_REMOVABLE ?= " \
  /home/vidal/POKY/build060213_dylan_panda/poky/meta \
  /home/vidal/POKY/build060213_dylan_panda/poky/meta-yocto \

This works okay see the post
[yocto] beaglebone beagleboard pandaboard
<https://lists.yoctoproject.org/pipermail/yocto/2013-June/016393.html>
*Edward Vidal
*

*Let me know if this helps I am  using dylan branch with an older
version of meta-ti
commit d61bfa88ed3df9190ac9fd5643c27f77b34c5f01
Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon Feb 25 22:48:33 2013 -0500

    linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7

    Patch by Steve Sakoman

    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
*

*I hope this helps
*

*Ed Vidal
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130604/1abfdc6d/attachment.html>


More information about the yocto mailing list