[yocto] Installing .deb file in Build

Khem Raj raj.khem at gmail.com
Wed Jun 19 19:06:22 PDT 2013


On Jun 19, 2013, at 12:10 AM, DAMARLA Satya Swaroop <swaroop.damarla at gmail.com> 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 possible, please suggest me so that I can make it..
> 


you can extract the contents of  deb by something like below

ar p <debfile> data.tar.gz | tar -xvz 


> Greets,
> Satya
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto




More information about the yocto mailing list