Re: [yocto] how to copy a tar file to Root file system

2016-11-02 Thread Swapna.Gurumani
Thank you to Paul Eggleton, Daniel and Ross Burton. I was able to solve by miseries by adding the following line to my miseries: FILES_${PN}-staticdev = "/opt/crank/linux-sama5d-armle-fbdev-obj/lib/*.a" Ref: http://stackoverflow.com/questions/28792597/how-to-add-a-new-library-using-yocto Regards

Re: [yocto] how to copy a tar file to Root file system

2016-11-02 Thread Swapna.Gurumani
> > Also if I look into the > /home/swapna/workspace/work/yocto/poky/build-atmel/tmp/work/cortexa5hf > -neon- > poky-linux-gnueabi/crank/1.0-r2 It is empty. There's something strange going on here, because the path you have just given is ${WORKDIR} - and that shouldn't be able to be empty at

Re: [yocto] how to copy a tar file to Root file system

2016-11-02 Thread Swapna.Gurumani
Hi Danile, Thank you so much for your help. My .bb file now looks like as attached. Did your tar file have .a and .so?? I am getting errors because of them. Can I force the do_package_qa to skip? Thanks, Regards Swapna From: Daniel. [mailto:danielhi...@gmail.com] Sent: Tuesday, November 01,

Re: [yocto] how to copy a tar file to Root file system

2016-11-01 Thread Swapna.Gurumani
Hello, Every step I take close, I take 2 back :( My bb now looks like the one attached. I had to add each folder for FILES_${PN} contrary to your advice otherwise I got the following error: ERROR: crank-1.0-r2 do_package: QA Issue: crank: Files/directories were installed but not shipped in any

Re: [yocto] how to copy a tar file to Root file system

2016-10-31 Thread Swapna.Gurumani
With the attached recipe I get the following error: ERROR: crank-1.0-r0 do_package: QA Issue: crank: Files/directories were installed but not shipped in any package: /opt /opt/sb_launch.sh /opt/clear_buffers /opt/runsb.sh /opt/README.txt .. ... . . .

[yocto] how to copy a tar file to Root file system

2016-10-31 Thread Swapna.Gurumani
Hi, I have a tar file on my local drive and I want to untar this and copy it to my rootfilesystem image. Please find attached the .bb recipe I am using. When I run bitbake for this recipe, my build breaks with the following error: ERROR: crank-1.0-r0 do_install: Function failed: do_install (log