1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-11 09:55:58 +00:00

packaging: Build the confidential kernel with MEASURED_ROOTFS support

This is already done for the TDX kernel, and should have been done also
for the confidential one.

This action requires us to bump the kernel version as the resulting
kernel will be different from the cached one.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-02-02 16:21:24 +01:00
parent c7680839f9
commit 4394dacb88
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B
2 changed files with 3 additions and 1 deletions
tools/packaging
kata-deploy/local-build
kernel

View File

@ -409,6 +409,8 @@ install_kernel() {
install_kernel_confidential() {
local kernel_url="$(get_from_kata_deps assets.kernel.confidential.url)"
export MEASURED_ROOTFS=yes
install_kernel_helper \
"assets.kernel.confidential.version" \
"kernel-confidential" \

View File

@ -1 +1 @@
123
124