Re: [yocto] unmodified binary RPM installed on rootfs?

2017-05-23 Thread Alexander Kanavin
On 05/23/2017 03:16 AM, Russell Peterson wrote: Of course, I decided to go for the gold and attempt to get this recipe to handle a binary .tgz file that contains itself multiple rpm files (one is binary, the other is a source rpm for the kernel modules). I added a do_unpack_extra function to

Re: [yocto] unmodified binary RPM installed on rootfs?

2017-05-22 Thread Alexander Kanavin
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.

[yocto] unmodified binary RPM installed on rootfs?

2017-05-21 Thread Russell Peterson
Hello, 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