Re: [yocto] Installing .deb file in Build

2013-06-26 Thread DAMARLA Satya Swaroop
Yes, I think something wrong happened to my eyes and now its working .. Cheers, Satya On Wed, Jun 26, 2013 at 1:16 PM, Erik Botö wrote: > On Wed, Jun 26, 2013 at 11:16 AM, DAMARLA Satya Swaroop > wrote: > > Ok I did remove the stuff and I modified as you mentioned... I have two > aims > > he

Re: [yocto] Installing .deb file in Build

2013-06-26 Thread Erik Botö
On Wed, Jun 26, 2013 at 11:16 AM, DAMARLA Satya Swaroop wrote: > Ok I did remove the stuff and I modified as you mentioned... I have two aims > here, > > 1. To start the bootstraper at the start of the boot, it means it has to be > in every runlevel and I am successfull in that. > > 2. To install

Re: [yocto] Installing .deb file in Build

2013-06-26 Thread DAMARLA Satya Swaroop
Ok I did remove the stuff and I modified as you mentioned... I have two aims here, 1. To start the bootstraper at the start of the boot, it means it has to be in every runlevel and I am successfull in that. 2. To install a /opt directory which I am faling at.. I don't have any install errors but

Re: [yocto] Installing .deb file in Build

2013-06-25 Thread Paul Eggleton
On Tuesday 25 June 2013 15:20:19 DAMARLA Satya Swaroop wrote: > I am trying to install .deb file and the recipe is as follows... may I ask > you what is the mistake that is not allowing it to build it into the > rootfilesystem > > *UMMARY = "Bootstrapper from Skidata"* > *DESCRIPTION = "For th

Re: [yocto] Installing .deb file in Build

2013-06-25 Thread DAMARLA Satya Swaroop
Hi Guys, I am trying to install .deb file and the recipe is as follows... may I ask you what is the mistake that is not allowing it to build it into the rootfilesystem *UMMARY = "Bootstrapper from Skidata"* *DESCRIPTION = "For the moment it just installs the .deb file"* *LICENSE = "CLOSED"* *

Re: [yocto] Installing .deb file in Build

2013-06-20 Thread Paul Eggleton
On Wednesday 19 June 2013 09:10:20 DAMARLA Satya Swaroop wrote: > I have a .deb file which has to be installed. It installs properly on the > target image but I want to install it at the build itself by creating a > bitbake recipe.. Is it possible to install .deb files or not? If possible, > please

Re: [yocto] Installing .deb file in Build

2013-06-19 Thread Khem Raj
On Jun 19, 2013, at 12:10 AM, DAMARLA Satya Swaroop wrote: > Hey, > > I have a .deb file which has to be installed. It installs properly on the > target image but I want to install it at the build itself by creating a > bitbake recipe.. Is it possible to install .deb files or not? If possibl

[yocto] Installing .deb file in Build

2013-06-19 Thread DAMARLA Satya Swaroop
Hey, I have a .deb file which has to be installed. It installs properly on the target image but I want to install it at the build itself by creating a bitbake recipe.. Is it possible to install .deb files or not? If possible, please suggest me so that I can make it.. Greets, Satya ___