Go to file
Erik Schumacher a95982edd2
image_types_verity.bbclass: Optionally create hash data in separate file
On some setups, the verity partition and the corresponding hash data are
handled separately. To account for this, a HASHDEV_SUFFIX is introduced
to divert the hash data to a separate image artifact. By default, this
suffix is equal to the image suffix, meaning that the hash data is
appended to the verity image, like before.

When the hash data is written to a separate file, the verity image is
padded with zeroes until its size is a multiple of block_size.

Signed-off-by: Erik Schumacher <erik.schumacher@iris-sensing.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-27 17:05:46 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems recipes: drop ld-is-gold support 2025-02-23 17:36:08 -08:00
meta-gnome gegl: update 0.4.56 -> 0.4.58 2025-03-27 08:03:01 -07:00
meta-initramfs grubby: Do not inherit autotools class 2025-03-21 11:07:32 -07:00
meta-multimedia pipewire: Deduce branch name from PV 2025-03-24 20:59:08 -07:00
meta-networking memcached: upgrade 1.6.37 -> 1.6.38 2025-03-25 09:33:53 -07:00
meta-oe image_types_verity.bbclass: Optionally create hash data in separate file 2025-03-27 17:05:46 -07:00
meta-perl libnet-dns-perl: upgrade 1.49 -> 1.50 2025-02-26 08:30:50 -08:00
meta-python python3-netaddr: add missing RDEPENDS on python3-pprint 2025-03-25 18:32:07 -07:00
meta-webserver hiawatha: upgrade 11.1 -> 11.2 2025-03-20 15:17:23 -07:00
meta-xfce xfce4-sensors-plugin: 1.4.4 -> 1.4.5 2025-03-18 23:02:44 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories