Re: [yocto] Verity hash in kernel bootscript

2024-05-06 Thread f . louveau
Hi everyone, I continue exploring the capability of yocto to make what I want for dm-verity, without succes until now :( As I understand, for a dedicated image, yocto/bitbake will identify packages to compile and package. And during do_rootfs, relevant packages (in PACKAGE_INSTALL) will be ins

Re: [yocto] Adding extra pam modules to the image #debian #kirkstone #poky #yocto

2024-05-02 Thread f . louveau
It's not a DISTRO_FEATURES but a IMAGE_INSTALL:append -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63026): https://lists.yoctoproject.org/g/yocto/message/63026 Mute This Topic: https://lists.yoctoproject.org/mt/105861978/21656 Mute #debian:https:/

Re: [yocto] Adding extra pam modules to the image #debian #kirkstone #poky #yocto

2024-05-02 Thread f . louveau
Hello, You probably need to add libpwquality ( https://layers.openembedded.org/layerindex/recipe/68564/ ). This recipe provides the pam plugin you want -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63022): https://lists.yoctoproject.org/g/yocto/m

Re: [yocto] Verity hash in kernel bootscript

2024-05-02 Thread f . louveau
Thanks for the advice. In my trial using 2 images, I have the following: * first image generates a rootfs + other partitions (/var) in wanted format (squashfs+verity & ext4). I delete content of /boot as it will be generated by the second image * second image is a really simplified version to j

[yocto] Verity hash in kernel bootscript

2024-05-02 Thread f . louveau
Hello, I have a project where I want to implement dm-verity on my rootfs (no initramfs here). I modify image recipe to split rootfs in multiple partition (weird this is not supported upstream). I generate rootfs as a squashfs with verity has table at the end. I also obtain a verity.env file as