Re: [yocto] Error while adding a new recipe

2012-07-15 Thread Navani Srivastava
I did the mentioned modification and it worked.. Thanks a lot.. On Thu, Jul 12, 2012 at 7:33 AM, Khem Raj wrote: > On Thu, Jul 12, 2012 at 1:03 AM, Navani Srivastava > wrote: > > Sorry, but it didn't worked for me.. > > .bb file is something like- > > > > "PACKAGES = "colorado" > > > > SRC_URI

Re: [yocto] Error while adding a new recipe

2012-07-12 Thread Khem Raj
On Thu, Jul 12, 2012 at 1:03 AM, Navani Srivastava wrote: > Sorry, but it didn't worked for me.. > .bb file is something like- > > "PACKAGES = "colorado" > > SRC_URI = " file://colorado_gui_bk" > > do_install () { > # > # Create directories and install device independent scripts > # > ins

Re: [yocto] Error while adding a new recipe

2012-07-12 Thread Navani Srivastava
Sorry, but it didn't worked for me.. .bb file is something like- "PACKAGES = "colorado" SRC_URI = " file://colorado_gui_bk" do_install () { # # Create directories and install device independent scripts # install -d ${D}/{homedir}/Test install -d ${D}${homedir}/Test/Bin #

Re: [yocto] Error while adding a new recipe

2012-07-12 Thread Khem Raj
On Wed, Jul 11, 2012 at 9:03 PM, Navani Srivastava wrote: > Thanks for your reply.. > It is a pre-built-binary which I am trying to put in a specific path of > rootfs. > I didn't get what does it mean by "packaging it seperately".. is this the only file in this package ? you might add INHIBIT_PAC

Re: [yocto] Error while adding a new recipe

2012-07-11 Thread Navani Srivastava
Thanks for your reply.. It is a pre-built-binary which I am trying to put in a specific path of rootfs. I didn't get what does it mean by "packaging it seperately".. On Wed, Jul 11, 2012 at 8:04 PM, Khem Raj wrote: > On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava > wrote: > > ERROR: QA Issu

Re: [yocto] Error while adding a new recipe

2012-07-11 Thread Khem Raj
On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava wrote: > ERROR: QA Issue: Architecture did not match (40 to 3) on > /work/armv6-vfp-poky-linux-gnueabi/colorado-1.0-r0/packages-split/colorado/home/Leica/Bin/colorado_gui_bk what is this file ? is it some precompiled binary or some firmware blob

[yocto] Error while adding a new recipe

2012-07-11 Thread Navani Srivastava
Hi, I am working on poky-denzil-1.0 and I have added a recipe to copy pre-built binaries and some documents to specified path of rootfs. I am able to copy documents in rootfs successfully but while copying binaries to rootfs, I am getting following error - NOTE: package colorado-1.0-r0: task do_p