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
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:/
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
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
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