|
[isar-cip-core][PATCH v5 8/8] refactor verity image creation
This patch simplifies the integration of verity with swupdate. We now directly copy the generated verity image into the swu file, instead of going via wic. This solves the issue with leading partition
This patch simplifies the integration of verity with swupdate. We now directly copy the generated verity image into the swu file, instead of going via wic. This solves the issue with leading partition
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 7/8] prefix swu related variables with SWU
This patch ensures that all variables used in the swupdate.bbclass are either only active when swu is selected, or are prefixed with SWU. By that, we avoid accidental name collisions in the image reci
This patch ensures that all variables used in the swupdate.bbclass are either only active when swu is selected, or are prefixed with SWU. By that, we avoid accidental name collisions in the image reci
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 6/8] swu: replace custom image compression
This patch replaces the custom compression logic for the rootfs in the swupdate swu file by using the imagetype infrastructure. This handles some corner-cases and in general streamlines the options us
This patch replaces the custom compression logic for the rootfs in the swupdate swu file by using the imagetype infrastructure. This handles some corner-cases and in general streamlines the options us
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 5/8] make sw-description spec compliant
Remove the filesystem attribute from the images object, as this can only be applied to files objects. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-core/images/swu/sw-description.
Remove the filesystem attribute from the images object, as this can only be applied to files objects. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-core/images/swu/sw-description.
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 3/8] swu: directly image from squashfs rootfs
This patch reworks the generation of the swu file. Instead of using the rootfs partition created by wic, we directly use the squashfs rootfs as default. By that, we do not have to deploy the WIC parti
This patch reworks the generation of the swu file. Instead of using the rootfs partition created by wic, we directly use the squashfs rootfs as default. By that, we do not have to deploy the WIC parti
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v5 1/8] register image classes via layer.conf
This patch registers the provided image classes via the bblayer.conf file. By that, no manual additions of these classes via kas is required and erronous implementations are detected early (e.g. manda
This patch registers the provided image classes via the bblayer.conf file. By that, no manual additions of these classes via kas is required and erronous implementations are detected early (e.g. manda
|
By
Felix Moessbauer
·
|
|
New CVE entries this week
Hi ! It's this week's CVE report. This week reported 2 new CVEs and no updated CVEs. * New CVEs CVE-2022-27672: Cross-Thread Return Address Predictions CVSS v3 score is not provided When SMT is enable
Hi ! It's this week's CVE report. This week reported 2 new CVEs and no updated CVEs. * New CVEs CVE-2022-27672: Cross-Thread Return Address Predictions CVSS v3 score is not provided When SMT is enable
|
By
Masami Ichikawa
·
|
|
[isar-cip-core][PATCH v4 2/8] refactor: use imagetypes for swu generation
5 messages
This patch reworks the implementation of the swupdate type. All generic aspects are moved from the swupdate.inc file into the swupdate class and made conditional on the swu type. The sw-description fi
This patch reworks the implementation of the swupdate type. All generic aspects are moved from the swupdate.inc file into the swupdate class and made conditional on the swu type. The sw-description fi
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v2 2/3] wic(ebg): add support for riscv64
This patch adds the mapping between the efi architecture and the distro architecture for riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- scripts/lib/wic/plugins/source/efibootguard
This patch adds the mapping between the efi architecture and the distro architecture for riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- scripts/lib/wic/plugins/source/efibootguard
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v2 1/3] fix efibootguard for riscv64
This commit backports an upstream patch for efibootguard that fixes the riscv64 install location. As it is not yet in an EBG release, we add it as a patch here. No internal logic of EBG is changed, he
This commit backports an upstream patch for efibootguard that fixes the riscv64 install location. As it is not yet in an EBG release, we add it as a patch here. No internal logic of EBG is changed, he
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v2 3/3] add swupdate support for qemu-riscv64
This patch enables the swupdate KConfig entry for the qemu-riscv64 board. For that, we also duplicate the qemu-arm64-efibootguard.wks template for qemu-riscv64. As this is the first riscv64 board, we
This patch enables the swupdate KConfig entry for the qemu-riscv64 board. For that, we also duplicate the qemu-arm64-efibootguard.wks template for qemu-riscv64. As this is the first riscv64 board, we
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH 2/3] fix efibootguard for riscv64
This commit backports an upstream patch for efibootguard that fixes the riscv64 install location. As it is not yet in an EBG release, we add it as a patch here. No internal logic of EBG is changed, he
This commit backports an upstream patch for efibootguard that fixes the riscv64 install location. As it is not yet in an EBG release, we add it as a patch here. No internal logic of EBG is changed, he
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH 3/3] wic(ebg): add support for riscv64
This patch adds the mapping between the efi architecture and the distro architecture for riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- scripts/lib/wic/plugins/source/efibootguard
This patch adds the mapping between the efi architecture and the distro architecture for riscv64. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- scripts/lib/wic/plugins/source/efibootguard
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH 1/3] ebg: install for correct distro-arch
5 messages
When does this bite us? Current master is not affected as it seems. Bookworm/sid, when all efibootguard archs are available at the same time? In any case, another regression from the switch to buildch
When does this bite us? Current master is not affected as it seems. Bookworm/sid, when all efibootguard archs are available at the same time? In any case, another regression from the switch to buildch
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH v4 1/8] register image classes via layer.conf
4 messages
This patch registers the provided image classes via the bblayer.conf file. By that, no manual additions of these classes via kas is required and erronous implementations are detected early (e.g. manda
This patch registers the provided image classes via the bblayer.conf file. By that, no manual additions of these classes via kas is required and erronous implementations are detected early (e.g. manda
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH 3/3] wic(ebg): add support for riscv64
4 messages
Now, does the swupdate image work with that already? Can we enabled it in Kconfig then? Or are there more changes still needed? Jan -- Siemens AG, Technology Competence Center Embedded Linux
Now, does the swupdate image work with that already? Can we enabled it in Kconfig then? Or are there more changes still needed? Jan -- Siemens AG, Technology Competence Center Embedded Linux
|
By
Jan Kiszka
·
|
|
[isar-cip-core][PATCH v4 7/8] prefix swu related variables with SWU
This patch ensures that all variables used in the swupdate.bbclass are either only active when swu is selected, or are prefixed with SWU. By that, we avoid accidental name collisions in the image reci
This patch ensures that all variables used in the swupdate.bbclass are either only active when swu is selected, or are prefixed with SWU. By that, we avoid accidental name collisions in the image reci
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v4 6/8] swu: replace custom image compression
This patch replaces the custom compression logic for the rootfs in the swupdate swu file by using the imagetype infrastructure. This handles some corner-cases and in general streamlines the options us
This patch replaces the custom compression logic for the rootfs in the swupdate swu file by using the imagetype infrastructure. This handles some corner-cases and in general streamlines the options us
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v4 5/8] make sw-description spec compliant
Remove the filesystem attribute from the images object, as this can only be applied to files objects. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-core/images/swu/sw-description.
Remove the filesystem attribute from the images object, as this can only be applied to files objects. Signed-off-by: Felix Moessbauer <felix.moessbauer@...> --- recipes-core/images/swu/sw-description.
|
By
Felix Moessbauer
·
|
|
[isar-cip-core][PATCH v4 4/8] swupdate: only check partition uuids on swupdate
This patch moves the partition uuid check into a task to only execute the logic in case an swu image is built. Previously this was checked at parse time, leading to errors when not setting these varia
This patch moves the partition uuid check into a task to only execute the logic in case an swu image is built. Previously this was checked at parse time, leading to errors when not setting these varia
|
By
Felix Moessbauer
·
|