[yocto] How to Install Third party rpm packages
chaitanya cherukuri
ccvk.chaitanya at gmail.com
Fri Feb 22 14:10:56 PST 2019
Hi Stephen,
Thank you for pointing the documentation.
In custom image recipe I will add IMAGE_INSTALL += "custom-package.rpm" but
how do I add this "custom-package.rpm" to my YOCTO build system.
Do I need to write a recipe where I fetch this package?
I apologize for the dumb questions.
Thanks,
Chaitanya
On Fri, Feb 22, 2019 at 10:47 AM Stephen Lawrence <
stephen.lawrence at renesas.com> wrote:
> Hi,
>
>
>
> Take a look at the section 3.2 “Customizing Images” in the Development
> Tasks Manual. You can find it and the other manuals here:
>
> https://www.yoctoproject.org/docs/
>
>
>
> If you are building the package in Yocto as well the simplest is to add it
> to the image with IMAGE_INSTALL, but the manual also discusses other
> methods such as runtime package management.
>
>
>
> Select Yocto Project 2.5.x from the drop down at the top of the page to
> get the manuals for that version.
>
>
>
> Regards
>
>
>
> Steve
>
>
>
> *From:* yocto-bounces at yoctoproject.org <yocto-bounces at yoctoproject.org> *On
> Behalf Of *chaitanya cherukuri
> *Sent:* 22 February 2019 15:17
> *To:* yocto at yoctoproject.org
> *Subject:* [yocto] How to Install Third party rpm packages
>
>
>
> 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 final image
> has the rpm installed.
>
>
>
> Any help would be appreciated.
>
>
>
> Thank you,
>
> Chaithu
>
>
>
>
>
--
--
Chaitanya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20190222/bd876add/attachment-0001.html>
More information about the yocto
mailing list