[yocto] unmodified binary RPM installed on rootfs?

Alexander Kanavin alexander.kanavin at linux.intel.com
Mon May 22 05:59:56 PDT 2017


On 05/22/2017 02:43 AM, Russell Peterson wrote:
> I am fairly new to yocto and I think I’m having trouble installing an
> RPM on the rootfs. What I am trying to do is install an arm64 binary RPM
> file straight onto the root file system without a recipe… just use the
> native rpm tool to put it there.  There are several reasons why I’m
> experimenting with this.  Seems fairly simple but I have now been
> messing around for days with little to show for it.  Here is what I’m doing…

Yocto does not currently support installing 3rd party RPMs. Even if it 
would install, whatever contents it has would very likely not work due 
to mismatches between the environment where the rpm was built and the 
environment where you are installing it. And --nodeps would only make 
the problem worse.

You have to write a recipe.


Alex




More information about the yocto mailing list