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

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to