Re: [poky] execute pkg_postinst_ontarget when read-only-rootfs-delayed-postinsts is set for a read only rootfs
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <b3ac57bc2f8963fcacd6f47e32c990e3302319dc.camel@linuxfoundation.org> |
On Thu, 2024-07-04 at 13:07 +0200, Alexander Kanavin via lists.yoctoproject.org wrote: > On Thu, 4 Jul 2024 at 12:50, Gassner, Tobias.ext via > lists.yoctoproject.org > <[email protected]> wrote: > > + for classes in ("package_rpm", "package_deb", "package_ipk"): > > Do we need to try every package manager in a loop? I know other tests > do it, but if the issue being tested is read-only rootfs with > read-write /tmp, then maybe testing just once is enough? If postinsts are involved, that area of the code is quite package manager specific so that may be why the test code is doing this... Cheers, Richard