Re: [yocto] Force to install package last

2015-04-16 Thread Paul Eggleton
Hi David, On Wednesday 15 April 2015 20:22:11 METHOT, DAVID wrote: > I made a package recipe to merge files into my final rootfs (mostly init > scripts under /etc). > > These files may be overriden by other packages so it is crucial that they > remain intact. > > I am wondering if there is a way

[yocto] Force to install package last

2015-04-15 Thread METHOT, DAVID
Hello, I made a package recipe to merge files into my final rootfs (mostly init scripts under /etc). These files may be overriden by other packages so it is crucial that they remain intact. I am wondering if there is a way to make sure a package is the last one to be installed in the rootfs.