Hi it was my type, I couldnt copy and paste so I type it myself on 
------------------------------layer.conf:------------------------------
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"

# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "fsl-arm-extra"
BBFILE_PATTERN_fsl-arm-extra := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-arm-extra = "4"
-----------------------------------------------------------------------------

---------------------------bblayers.conf------------------------------
LCONF_VERSION = "4"

BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) +
 '/../..')}"

BBFILES ?= ""
BBLAYERS = " \
  ${BSPDIR}/sources/poky/meta \
  ${BSPDIR}/sources/poky/meta-yocto \
  \
  ${BSPDIR}/sources/meta-openembedded/meta-oe \
  \
  ${BSPDIR}/sources/meta-fsl-arm \
  ${BSPDIR}/sources/meta-fsl-arm-extra \
  ${BSPDIR}/sources/meta-fsl-demos \
"
-----------------------------------------------------------------------------------

--- On Wed, 2/13/13, Rudolf Streif <rstr...@linuxfoundation.org> wrote:

From: Rudolf Streif <rstr...@linuxfoundation.org>
Subject: Re: [yocto] hob error
To: "Andre Bella" <scanc...@yahoo.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Date: Wednesday, February 13, 2013, 2:21 PM

Hi Andre,
You may want to send the content for layer.conf and bblayers.conf.
However, you may have a typo if you copied and pasted the error message:

${BBPATH}:/home/andre/fsl-community-bsp/soucers/meta-fsl-arm which triggered 
exception Exception: variable BBPATH reference itself!


It says "soucers" where it should be "sources", I suppose.

Rudi


On Wed, Feb 13, 2013 at 10:55 AM, Andre Bella <scanc...@yahoo.com> wrote:

Hello,
I'm getting this error when I run hob, 

Error
Unable to parse 
/home/andre/fsl-community-bsd/sources/meta-fsl-arm-extra/conf/layer.conf:Failture
 expanding variable BBPATH, expression was 
${BBPATH}:/home/andre/fsl-community-bsp/soucers/meta-fsl-arm which triggered 
exception Exception: variable BBPATH reference itself!


what I'm trying to do is is add nano, vlc and gstreamer to the rootfs.


_______________________________________________

yocto mailing list

yocto@yoctoproject.org

https://lists.yoctoproject.org/listinfo/yocto





-- 
-- 
Rudolf J. StreifDirector of Embedded Solutions
The Linux Foundation
rudolf.str...@linux.com
Phone: +1.619.631.5383Skype: rudolfstreifPGP: RSA 2048/2048 D6E7D28B

Linux Foundation Events Schedule:  events.linuxfoundation.org

Linux Foundation Training Schedule: training.linuxfoundation.org




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

Reply via email to