On Wed, 2012-08-08 at 15:50 +0000, Tim Verstraete wrote:
> Yes, this was automatically generate yocto-bsp create test-test1 arm
> 

Nah, yocto-bsp doesn't output things like what you have in your version
e.g. priority 25, missing spaces after the PATTERN variable, and yes,
the extra spaces in the middle of variables.  Somehow those things got
into your version, randomly or otherwise.  Here's what I get using the
above:

$ yocto-bsp create test-test1 arm

# We have a conf and classes directory, add to BBPATH                           
                                                     
BBPATH := "${BBPATH}:${LAYERDIR}"

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

BBFILE_COLLECTIONS += "test-test1"
BBFILE_PATTERN_test-test1 := "^${LAYERDIR}/"
BBFILE_PRIORITY_test-test1 = "6"

> -----Original Message-----
> From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] 
> Sent: woensdag 8 augustus 2012 17:17
> To: Tim Verstraete
> Cc: McClintock Matthew-B29882; yocto@yoctoproject.org
> Subject: [SPAM] - Re: [yocto] image recipe gives error: has no buildable 
> providers - Email found in subject
> 
> On Wed, 8 Aug 2012, Tim Verstraete wrote:
> 
> > Hi,
> >
> > What i see is that when i do bitbake-layers show_layers that it shows the 
> > correct layers and the correct priority of the layers.
> >
> > The layers.conf is the following
> >
> > # We have a conf and classes directory, add to BBPATH 
> > BBPATH := "${BBPATH}:${LAYERDIR}"
> >
> > # We have a recipes directory, add to BBFILES BBFILES := "${BBFILES} 
> > ${LAYERDIR}/recipes-*/*/*.bb \
> >         ${LAYERDIR}/recipes-*/*/*.bbappend"
> >
> >  BBFILE_COLLECTIONS += "test-test1"
> >  BBFILE_PATTERN_ test-test1:= "^${LAYERDIR}/"
> >  BBFILE_PRIORITY_ test-test1 = "25"
>                    ^ space?
> 
>   did you seriously copy and paste the above?  because it's just wrong.
> 
> rday
> 


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

Reply via email to