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
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
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
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
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
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