Re: [yocto] Installing an rpm without repackaging

2018-01-30 Thread Burton, Ross
So first, You can't put ROOTFS_POSTPROCESS_COMMAND inside a recipe as it needs to be inside an image recipe specifically. You generally can't take an RPM from somewhere else and inject it into OE to use directly. One good reason is that the package manager used is configurable, so what do you wan

[yocto] Installing an rpm without repackaging

2018-01-30 Thread Alexandru Nicolae
Hello guys, I know that this have been discussed before, but I couldn't find a solution that works for me. I'm trying to install a rpm package, but every approach I've taken seems wrong. In the ideal case I would like a recipe that just copies the rpm somewhere on the rootfs and then execute a p