Thanks for the reply Gary. I am attaching recipe file below. Please have a
look at it. And yes, there is a line where in all the dependencies are
given.
And this is the link from where I created the layer :
http://cgit.openembedded.org/meta-openembedded/tree/
//
Varun
On Tue, Jun 18, 2013 at 10:
On 2013-06-18 17:28, varun bhatnagar wrote:
I am building one of my application using yocto by giving bitbake -k
core-image-minimal command but I am facing some errors as this application
requires two libraries
*1) net-snmp*
*2) fuse*
*
*
I have one link where in they are asking to add these tw
I am building one of my application using yocto by giving bitbake -k
core-image-minimal command but I am facing some errors as this application
requires two libraries
*1) net-snmp*
*2) fuse*
*
*
I have one link where in they are asking to add these two libraries in the
form of layers and then execu
Can you please paste your command and it's output here..! If you don't
mind..!! Or explain with equivalent clarity. It
l will good if you can also put in your directory structure.
-
Sudhangathan BS
Ph:(+91) 9731-905-205
-
On Mon, Ju
Actually the package which I am building is having some dependencies on
some libraries. So I provided those libraries with the help of creating
layers. I did not extract those from meta-openembedded, instead, I manually
created two layers and added them in bblayer.conf file. Now, after
configuring
On 2013-06-17 18:08, varun bhatnagar wrote:
Hi,
I am trying to compile my code using yocto. For that I have created two layers:
"meta-networking" and "meta-oe". I have added these dependencies in
bblayer.conf too. But these are
not getting build. Can anyone please tell me what should I do to m