[yocto] How to Install Third party rpm packages
Stephen Lawrence
stephen.lawrence at renesas.com
Fri Feb 22 07:47:35 PST 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20190222/a627845a/attachment.html>
More information about the yocto
mailing list