From 7cd7c832eddafe349fab15d359300c604e943227 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sun, 26 Nov 2023 10:57:49 +0000 Subject: [PATCH] rootfs-configs.yaml: Add runtime dependencies for net selftests The net kselftests require a number of userspace utilities which we don't currently include in the kselftest rootfs, add them to the bookworm-kselftest image so we can run more of the suite. Signed-off-by: Mark Brown --- config/core/rootfs-configs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/core/rootfs-configs.yaml b/config/core/rootfs-configs.yaml index 7207c6213d..adca4529c3 100644 --- a/config/core/rootfs-configs.yaml +++ b/config/core/rootfs-configs.yaml @@ -11,7 +11,9 @@ rootfs_configs: - bc - ca-certificates - iproute2 + - iputils-ping - jdim + - jq - libasound2 - libatm1 - libcap2-bin @@ -34,6 +36,8 @@ rootfs_configs: - publicsuffix - python3-minimal - python3-unittest2 + - socat + - tcpdump - tpm2-tools - wget - xz-utils