From 57da87d6273e0f84358441efc11b676f2b518939 Mon Sep 17 00:00:00 2001 From: Vignesh Raman Date: Thu, 23 Oct 2025 08:42:08 +0530 Subject: [PATCH 1/2] rootfs-configs.yaml: update LTP rootfs packages kexec-tools and sudo are required for running ima tests. Signed-off-by: Vignesh Raman --- config/core/rootfs-configs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/core/rootfs-configs.yaml b/config/core/rootfs-configs.yaml index 3ad2b970e3..98de161d06 100644 --- a/config/core/rootfs-configs.yaml +++ b/config/core/rootfs-configs.yaml @@ -397,10 +397,12 @@ rootfs_configs: - gdb-minimal - iproute2 - jq + - kexec-tools - libnuma-dev - net-tools - ntfs-3g - python3 + - sudo script: "scripts/bookworm-ltp.sh" imagesize: 2GB debos_memory: 8G From 9a9f7a1e4a518966e1d17789d0a506117030ae6c Mon Sep 17 00:00:00 2001 From: Vignesh Raman Date: Thu, 23 Oct 2025 08:45:15 +0530 Subject: [PATCH 2/2] rootfs: bookworm-ltp: build ltp with libcap-dev LTP needs to compiled without libcap-dev, so that capability tests will be run. Signed-off-by: Vignesh Raman --- config/rootfs/debos/scripts/bookworm-ltp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfs/debos/scripts/bookworm-ltp.sh b/config/rootfs/debos/scripts/bookworm-ltp.sh index d2d2a5626f..1b4632697a 100755 --- a/config/rootfs/debos/scripts/bookworm-ltp.sh +++ b/config/rootfs/debos/scripts/bookworm-ltp.sh @@ -22,6 +22,7 @@ BUILD_DEPS="\ flex \ m4 \ libc6-dev \ + libcap-dev \ libnuma-dev \ "