|
[cip-kernel-config][PATCH 0/2] Add options for read-only rootfs
From: Quirin Gylstorff <quirin.gylstorff@...>
Add the necessary kernel options for a read-only rootfs with
dm-verity, secure-boot and swupdate + overlay of /etc.
Quirin Gylstorff (2):
From: Quirin Gylstorff <quirin.gylstorff@...>
Add the necessary kernel options for a read-only rootfs with
dm-verity, secure-boot and swupdate + overlay of /etc.
Quirin Gylstorff (2):
|
By
Quirin Gylstorff
·
#6897
·
|
|
[cip-kernel-config][PATCH 2/2] x86/siemens_ipc227e_defconfig: Add options for read-only rootfs
From: Quirin Gylstorff <quirin.gylstorff@...>
Add the necessary kernel option to support a read only rootfs
with dm-verity and overlay.
Signed-off-by: Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
Add the necessary kernel option to support a read only rootfs
with dm-verity and overlay.
Signed-off-by: Quirin Gylstorff
|
By
Quirin Gylstorff
·
#6896
·
|
|
[isar-cip-core][PATCH] start-qemu: Account for different kernel image names
From: Jan Kiszka <jan.kiszka@...>
This was changed in Isar a while ago, making arm64 images "vmlinux".
Signed-off-by: Jan Kiszka <jan.kiszka@...>
---
start-qemu.sh | 2 +-
1 file
From: Jan Kiszka <jan.kiszka@...>
This was changed in Isar a while ago, making arm64 images "vmlinux".
Signed-off-by: Jan Kiszka <jan.kiszka@...>
---
start-qemu.sh | 2 +-
1 file
|
By
Jan Kiszka
·
#6895
·
|
|
Re: [isar-cip-core][RFC 5/8] Create an read-only rootfs with dm-verity
Is that still a "wic-verity-img" class then? Or rather a
secure-swupdate-img class, now with persistency?
Rather than adding yet another wks file, maybe better extend the
existing
Is that still a "wic-verity-img" class then? Or rather a
secure-swupdate-img class, now with persistency?
Rather than adding yet another wks file, maybe better extend the
existing
|
By
Jan Kiszka
·
#6894
·
|
|
Re: [isar-cip-core][RFC 4/8] Create a initrd with support for dm-verity
Blank line.
Blank line, to be more readable.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
Blank line.
Blank line, to be more readable.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#6893
·
|
|
Re: [isar-cip-core][RFC 3/8] linux-cip-common: Add options necessary for dm-verity
This should be quickly addressed by expanding the configs of all boards
we want to enable this way. Start with QEMU and the IPCs. Otherwise, we
risk to ignore this subsystem /wrt CVEs.
This should be
This should be quickly addressed by expanding the configs of all boards
we want to enable this way. Start with QEMU and the IPCs. Otherwise, we
risk to ignore this subsystem /wrt CVEs.
This should be
|
By
Jan Kiszka
·
#6892
·
|
|
Re: [isar-cip-core][RFC 1/8] Add new class to create a squashfs based root file system
Blank line after this.
I don't think the anonymous function does that...
How about d.appendVar?
And Python style for python functions, please.
This should also qualify as generic Isar class. It
Blank line after this.
I don't think the anonymous function does that...
How about d.appendVar?
And Python style for python functions, please.
This should also qualify as generic Isar class. It
|
By
Jan Kiszka
·
#6891
·
|
|
Re: [PATCH] recipes-core/swupdate: Update the SRC_URI and SWUPDATE_BUILD_PROFILES append for buster
This should not be have sent.
Drop.
--
With best regards,
Quirin Gylstorff
Siemens AG
Technology
Research in Digitalization and Automation
Smart Embedded Systems
T RDA IOT
This should not be have sent.
Drop.
--
With best regards,
Quirin Gylstorff
Siemens AG
Technology
Research in Digitalization and Automation
Smart Embedded Systems
T RDA IOT
|
By
Quirin Gylstorff
·
#6890
·
|
|
[isar-cip-core][RFC 8/8] swupdate: Backport patches from SWUpdate Master
From: Quirin Gylstorff <quirin.gylstorff@...>
Backport the following patches to detect the correct partition to
update.
388f1777 util: Add get_root source /proc/self/mountinfo
3914d2b7 util:
From: Quirin Gylstorff <quirin.gylstorff@...>
Backport the following patches to detect the correct partition to
update.
388f1777 util: Add get_root source /proc/self/mountinfo
3914d2b7 util:
|
By
Quirin Gylstorff
·
#6889
·
|
|
[isar-cip-core][RFC 0/8] Read-only root file system with dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch series adds support for a read-only squashfs based root filesystem
wit SWUpdate support and secureboot.
The build is somewhat complex
From: Quirin Gylstorff <quirin.gylstorff@...>
This patch series adds support for a read-only squashfs based root filesystem
wit SWUpdate support and secureboot.
The build is somewhat complex
|
By
Quirin Gylstorff
·
#6888
·
|
|
[isar-cip-core][RFC 6/8] Create systemd mount units for a etc overlay
From: Quirin Gylstorff <quirin.gylstorff@...>
As /etc is read-only and needs to be accessed by the initrd
move the user defined settings to a overlay in /var/local/etc.
Signed-off-by: Quirin
From: Quirin Gylstorff <quirin.gylstorff@...>
As /etc is read-only and needs to be accessed by the initrd
move the user defined settings to a overlay in /var/local/etc.
Signed-off-by: Quirin
|
By
Quirin Gylstorff
·
#6887
·
|
|
[isar-cip-core][RFC 5/8] Create an read-only rootfs with dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
This root file system supports SWUpdate and secure boot.
We need a writable /tmp and /var for a boot without error messages.
Signed-off-by:
From: Quirin Gylstorff <quirin.gylstorff@...>
This root file system supports SWUpdate and secure boot.
We need a writable /tmp and /var for a boot without error messages.
Signed-off-by:
|
By
Quirin Gylstorff
·
#6886
·
|
|
[isar-cip-core][RFC 7/8] Mount writable home partition
From: Quirin Gylstorff <quirin.gylstorff@...>
Add an example how to add an writable home partition
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
From: Quirin Gylstorff <quirin.gylstorff@...>
Add an example how to add an writable home partition
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
|
By
Quirin Gylstorff
·
#6885
·
|
|
[isar-cip-core][RFC 2/8] Add classes for dm-verity based rootfs
From: Quirin Gylstorff <quirin.gylstorff@...>
Add a bbclass to add dm-verity to a existing root file system
partition. As we need the output of `veritysetup` to generate
the initrd. Therefore
From: Quirin Gylstorff <quirin.gylstorff@...>
Add a bbclass to add dm-verity to a existing root file system
partition. As we need the output of `veritysetup` to generate
the initrd. Therefore
|
By
Quirin Gylstorff
·
#6884
·
|
|
[isar-cip-core][RFC 3/8] linux-cip-common: Add options necessary for dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
CIP Kernel Config does not contain support for dm-verity
squashfs. Overlay_FS support is added for etc-overlay.
Signed-off-by: Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
CIP Kernel Config does not contain support for dm-verity
squashfs. Overlay_FS support is added for etc-overlay.
Signed-off-by: Quirin Gylstorff
|
By
Quirin Gylstorff
·
#6883
·
|
|
[isar-cip-core][RFC 4/8] Create a initrd with support for dm-verity
From: Quirin Gylstorff <quirin.gylstorff@...>
Adapt the initrd to open a dm-verity partition with a fixed
root hash.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
From: Quirin Gylstorff <quirin.gylstorff@...>
Adapt the initrd to open a dm-verity partition with a fixed
root hash.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
|
By
Quirin Gylstorff
·
#6882
·
|
|
[isar-cip-core][RFC 1/8] Add new class to create a squashfs based root file system
From: Quirin Gylstorff <quirin.gylstorff@...>
This file system is read only and use a reduced image size.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
From: Quirin Gylstorff <quirin.gylstorff@...>
This file system is read only and use a reduced image size.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
|
By
Quirin Gylstorff
·
#6881
·
|
|
[PATCH] recipes-core/swupdate: Update the SRC_URI and SWUPDATE_BUILD_PROFILES append for buster
From: Srinuvasan A <srinuvasan_a@...>
When we build the swupdate debian package for buster some build
dependency packages are not available in stable buster repo, hence we created a
patch in
From: Srinuvasan A <srinuvasan_a@...>
When we build the swupdate debian package for buster some build
dependency packages are not available in stable buster repo, hence we created a
patch in
|
By
Quirin Gylstorff
·
#6880
·
|
|
Re: [isar-cip-core][PATCH] swupdate.inc: Remove unnecessary defaults from getVar
Thanks, applied.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
Thanks, applied.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#6879
·
|
|
[isar-cip-core][PATCH] swupdate.inc: Remove unnecessary defaults from getVar
From: Quirin Gylstorff <quirin.gylstorff@...>
Also 'TRUE' is not a valid value.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
recipes-core/swupdate/swupdate.inc | 8
From: Quirin Gylstorff <quirin.gylstorff@...>
Also 'TRUE' is not a valid value.
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
recipes-core/swupdate/swupdate.inc | 8
|
By
Quirin Gylstorff
·
#6878
·
|