|
Re: [PATCH] cip-core-image-security: remove unnecessary dependency package names
By
Venkata Pyla
·
#6924
·
|
|
Re: [PATCH] cip-core-image-security: remove unnecessary dependency package names
OK, would be good to document that in the commit message.
OVERRIDES_append = ":${BASE_DISTRO_CODENAME}"
IMAGE_PREINSTALL_append_buster = "libtss2-esys0"
IMAGE_PREINSTALL_append_bullseye =
OK, would be good to document that in the commit message.
OVERRIDES_append = ":${BASE_DISTRO_CODENAME}"
IMAGE_PREINSTALL_append_buster = "libtss2-esys0"
IMAGE_PREINSTALL_append_bullseye =
|
By
Jan Kiszka
·
#6923
·
|
|
Re: [PATCH] cip-core-image-security: remove unnecessary dependency package names
By
Venkata Pyla
·
#6922
·
|
|
Re: [isar-cip-core][PATCH 07/11] Create cip-core-image-kernelci
I didn't look at the complete file yet (too many steps) but I suspect it
can be shrunk by
- using initrd.img.gz for all images
- doing
if extension:
extension = extension + "-"
and
I didn't look at the complete file yet (too many steps) but I suspect it
can be shrunk by
- using initrd.img.gz for all images
- doing
if extension:
extension = extension + "-"
and
|
By
Jan Kiszka
·
#6921
·
|
|
Re: [PATCH] cip-core-image-security: remove unnecessary dependency package names
Was the list possibly intended to list all packages explicitly that are
security related? If not or that was incomplete anyway, this is fine.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence
Was the list possibly intended to list all packages explicitly that are
security related? If not or that was incomplete anyway, this is fine.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence
|
By
Jan Kiszka
·
#6920
·
|
|
Re: [isar-cip-core][PATCH 08/11] Remove root password
This should also be achievable via
USER_root[flags] = "allow-empty-password"
Could be set in the kernel-ci image recipe. Maybe nicer than the back
and forth.
Actually topic-wise beyond what
This should also be achievable via
USER_root[flags] = "allow-empty-password"
Could be set in the kernel-ci image recipe. Maybe nicer than the back
and forth.
Actually topic-wise beyond what
|
By
Jan Kiszka
·
#6919
·
|
|
Re: [isar-cip-core][RFC 4/8] Create a initrd with support for dm-verity
Hi,
No problem - I will make this configurable during build time in v2.
Quirin
Hi,
No problem - I will make this configurable during build time in v2.
Quirin
|
By
Quirin Gylstorff
·
#6918
·
|
|
Re: [isar-cip-core][PATCH 05/11] Ignore extension argument when not set
Reasoning missing.
Therefore it is tricky for me to judge if this separate patch makes
sense or is better folded into an earlier one.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center
Reasoning missing.
Therefore it is tricky for me to judge if this separate patch makes
sense or is better folded into an earlier one.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center
|
By
Jan Kiszka
·
#6917
·
|
|
Re: [isar-cip-core][PATCH 04/11] Create kernelci build step
Why that renaming? Is it no longer about deploying for kernelci?
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
Why that renaming? Is it no longer about deploying for kernelci?
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#6916
·
|
|
Re: [isar-cip-core][PATCH 02/11] Rename initrd with the gz suffix
Why not fold that into patch 1 directly? Fixing new files right after
introducing them is not an optimal pattern.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
Why not fold that into patch 1 directly? Fixing new files right after
introducing them is not an optimal pattern.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#6915
·
|
|
[isar-cip-core][PATCH 11/11] Upload to KernelCI production
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
scripts/deploy-kernelci.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/deploy-kernelci.py
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
scripts/deploy-kernelci.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/deploy-kernelci.py
|
By
Alice Ferrazzi
·
#6914
·
|
|
[isar-cip-core][PATCH 10/11] dmesg.sh is needed for KernelCI
This script is needed for make dmesg logs readable by lava.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.../kernelci-customizations/files/dmesg.sh | 23
This script is needed for make dmesg logs readable by lava.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.../kernelci-customizations/files/dmesg.sh | 23
|
By
Alice Ferrazzi
·
#6913
·
|
|
[isar-cip-core][PATCH 09/11] Set the profile for KernelCI
This profile is need for make KernelCI recognize that we have
successfully effectuated the log in.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
This profile is need for make KernelCI recognize that we have
successfully effectuated the log in.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
|
By
Alice Ferrazzi
·
#6912
·
|
|
[isar-cip-core][PATCH 08/11] Remove root password
KernelCI require the image to login automatically without
root password for testing.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
KernelCI require the image to login automatically without
root password for testing.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
|
By
Alice Ferrazzi
·
#6911
·
|
|
[isar-cip-core][PATCH 07/11] Create cip-core-image-kernelci
Initialization of the cip-core-image-kernelci
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.gitlab-ci.yml | 3 ++
kas/opt/kernelci.yml
Initialization of the cip-core-image-kernelci
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.gitlab-ci.yml | 3 ++
kas/opt/kernelci.yml
|
By
Alice Ferrazzi
·
#6910
·
|
|
[isar-cip-core][PATCH 06/11] Enable KernelCI build step also for arm and arm64
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.gitlab-ci.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.gitlab-ci.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index
|
By
Alice Ferrazzi
·
#6909
·
|
|
[isar-cip-core][PATCH 05/11] Ignore extension argument when not set
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
scripts/deploy-kernelci.py | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
scripts/deploy-kernelci.py | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git
|
By
Alice Ferrazzi
·
#6908
·
|
|
[isar-cip-core][PATCH 04/11] Create kernelci build step
By default disable KernelCI upload and enable it only when
needed for KernelCI image build.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.gitlab-ci.yml | 15 +++++++++++++--
By default disable KernelCI upload and enable it only when
needed for KernelCI image build.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
.gitlab-ci.yml | 15 +++++++++++++--
|
By
Alice Ferrazzi
·
#6907
·
|
|
[isar-cip-core][PATCH 03/11] Add latest folder to the storage fileserver
Creating a latest folder useful if we want to test the latest
image.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
scripts/deploy-kernelci.py | 8 ++++++++
1 file changed, 8
Creating a latest folder useful if we want to test the latest
image.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
scripts/deploy-kernelci.py | 8 ++++++++
1 file changed, 8
|
By
Alice Ferrazzi
·
#6906
·
|
|
[isar-cip-core][PATCH 02/11] Rename initrd with the gz suffix
Generated initrd are actually gz compressed and KernelCI need
the initrd image filename to contain the gz suffix for work.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
Generated initrd are actually gz compressed and KernelCI need
the initrd image filename to contain the gz suffix for work.
Signed-off-by: Alice Ferrazzi <alice.ferrazzi@...>
---
|
By
Alice Ferrazzi
·
#6905
·
|