Must be the hangover from the holidays!

I typed the path as you suggested (I did replace recipes-core with
recipes-sato), but I must have had a type somewhere and it did not
work and gave the same error. I then tried the relative path - which I
copied and pasted - instead of typing and it worked. So I assumed
thats what it must have been.

Now, I have the following as my recipe and it works just fine. As I
said - must be the hangover from the holidays.

require recipes-sato/images/core-image-sato.bb
IMAGE_FEATURES += "helloworld"

Thanks again

Autif

On Wed, Dec 28, 2011 at 3:31 PM, Chris Larson <clar...@kergoth.com> wrote:
> On Wed, Dec 28, 2011 at 1:22 PM, autif khan <autif.ml...@gmail.com> wrote:
>> Thats right. Accounting for the relative, path, the following recipe
>> seems to works.
>>
>> require ../../../meta/recipes-sato/images/core-image-sato.bb
>> IMAGE_FEATURES += "helloworld"
>
>
> That's not what I was referring to. You don't need the full relative
> path. It will automatically search BBPATH if you require a relative
> path. if you do require recipes-sato/images/core-image-sato.bb, it
> will search your layers and find it.
> --
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Senior Software Engineer, Mentor Graphics
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to