Re: [yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
Thanks! I was able to solve this. The problem was that I was missing the ${D} in the do_install. On Thu, Sep 12, 2013 at 8:42 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Thursday 12 September 2013 19:31:59 Ashish Dalela wrote: > > On Thu, Sep 12, 2013 at 7:27 PM, Nicolas Deche

Re: [yocto] Error while building a custom image

2013-09-12 Thread Paul Eggleton
On Thursday 12 September 2013 19:31:59 Ashish Dalela wrote: > On Thu, Sep 12, 2013 at 7:27 PM, Nicolas Dechesne < > nicolas.deche...@linaro.org> wrote: > > On Thu, Sep 12, 2013 at 3:52 PM, Ashish Dalela > > wrote: > >> I tried a small change. I removed the packagegroup entry and added the > >> foll

Re: [yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
Yes, bitbake tpmc is successful. Also, I added my layer to the BBLAYERS in the build/conf/bblayers.conf file. Thanks for responding -Ashish On Thu, Sep 12, 2013 at 7:27 PM, Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > > On Thu, Sep 12, 2013 at 3:52 PM, Ashish Dalela wrote: > >> I

Re: [yocto] Error while building a custom image

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 3:52 PM, Ashish Dalela wrote: > I tried a small change. I removed the packagegroup entry and added the > following to meta/recipes-extended/images/core-image-basic.bb > > IMAGE_INSTALL += "tpmc" > > Now, when I do a bitbake core-image-basic, I get this error: > > *Error: tp

Re: [yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
I tried a small change. I removed the packagegroup entry and added the following to meta/recipes-extended/images/core-image-basic.bb IMAGE_INSTALL += "tpmc" Now, when I do a bitbake core-image-basic, I get this error: *Error: tpmc not found in the base feeds (qemux86 i586 i486 i386 x86 noarch an

[yocto] Error while building a custom image

2013-09-12 Thread Ashish Dalela
Hi, I am new to the Yocto project and trying to build a custom image (I have built the standard images - e.g. core-image-basic and run them). I added a meta-mylayer directory in the poky directory and added a recipe for a component "tpmc". Then I modified the core-image-basic recipe and added a p