**** BEGIN LOGGING AT Wed Jan 22 02:59:56 2025 Jan 22 14:24:58 hey, I use OE 5.0 LTS, scarthgap ... I build an image derived from core-image-minimal which includes both base-files and bash recipes , and I use RPM as package manager Jan 22 14:25:19 when I build the image locally, dnf installs base-files first, bash second and after that, runs bash postinst script Jan 22 14:25:40 when I build the image in CI, dnf installs bash first, and after that, runs bash postinst script, and after that installs base-files Jan 22 14:26:03 the problem is, bash postinst script modifies /etc/shells , which is not installed yet , because it comes from base-files Jan 22 14:26:18 I just ... don't understand where does this dependency oddity come from in CI Jan 22 14:26:22 and why I cannot reproduce it locally Jan 22 14:26:50 I assume that because bash RDEPENDS on base-files , dnf should install base-files first and bash second in do_rootfs, right ? Jan 22 14:28:10 I also worry this might not be the only issue ... and also, it does not happen with OE kirkstone LTS built of the same setup Jan 22 18:18:55 any alsa gursu around? Jan 22 18:38:26 Crofton: try #alsa-soc Jan 22 18:39:32 that would be smart **** ENDING LOGGING AT Thu Jan 23 02:59:56 2025