On Mon, Feb 25, 2019 at 5:09 AM Burton, Ross wrote:
> On Mon, 25 Feb 2019 at 00:45, chaitanya cherukuri
> wrote:
> > Thank you for the clarification.
> > In do_install(), I used rpm2cpio.sh to extract the rpm and then copied
> the rpm contents in the right place.
> >
. This script
executes after the installation of RPM. Could I know what is the efficient
way to run the script?
Thank you,
Chaitanya
On Fri, Feb 22, 2019 at 5:57 PM Burton, Ross wrote:
> On Fri, 22 Feb 2019 at 22:16, chaitanya cherukuri
> wrote:
> > Do I need to write a recipe w
from the drop down at the top of the page to
> get the manuals for that version.
>
>
>
> Regards
>
>
>
> Steve
>
>
>
> *From:* yocto-boun...@yoctoproject.org *On
> Behalf Of *chaitanya cherukuri
> *Sent:* 22 February 2019 15:17
> *To:* yocto@yoctop
Hello All,
I 'm new to YOCTO. I am using YOCTO version 2.5.
I would like to install third party rpm package to my image. Currently I'm
installing rpm package on my target machine using rpm command
rpm -ivh --prefix=/opt/ example.rpm
Is there any way that I can do this in a recipe, so that my fi