Re: [yocto] How to install own package using yocto

2013-05-07 Thread Gaurang Shastri
Hi Varun, Can you go and check the available good amount of documents.for you i can suggest, http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-addpkg //Gaurang Shastri On Tue, May 7, 2013 at 10:48 PM, varun bhatnagar wrote: > Hi, > > I am new to Yocto. >

[yocto] How to install own package using yocto

2013-05-07 Thread varun bhatnagar
Hi, I am new to Yocto. I have a tar package and I want to install this package in my image created by Yocto. I want to perform three steps to install the package: 1) Build directory named "build" (*mkdir build*) 2) Change the directory to "build" (*cd build*) 3) Execute cmake command (*cmake ..*)