Skip to content

Commit 13096b7

Browse files
committed
rootfs-configs: Move LTP root filesystem to trixie
Debian have released a new version, trixie. Update our LTP rootfs image to use it, the LTP image is fairly straightforward and doesn't use any libraries with version numbers in the package name so it is a fairly simple change. Signed-off-by: Mark Brown <[email protected]>
1 parent 46425a9 commit 13096b7

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

config/core/rootfs-configs.yaml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -382,28 +382,6 @@ rootfs_configs:
382382
- e2fsprogs
383383
script: "scripts/bookworm-libhugetlbfs.sh"
384384

385-
bookworm-ltp:
386-
rootfs_type: debos
387-
debian_release: bookworm
388-
arch_list:
389-
- amd64
390-
- arm64
391-
- armhf
392-
extra_packages:
393-
- ca-certificates
394-
- curl
395-
- dosfstools
396-
- gdb-minimal
397-
- iproute2
398-
- jq
399-
- libnuma-dev
400-
- net-tools
401-
- ntfs-3g
402-
- python3
403-
script: "scripts/bookworm-ltp.sh"
404-
imagesize: 2GB
405-
debos_memory: 8G
406-
407385
bookworm-rt:
408386
rootfs_type: debos
409387
debian_release: bookworm
@@ -519,3 +497,26 @@ rootfs_configs:
519497
- x86
520498
frags:
521499
- baseline
500+
501+
trixie-ltp:
502+
rootfs_type: debos
503+
debian_release: trixie
504+
arch_list:
505+
- amd64
506+
- arm64
507+
- armhf
508+
extra_packages:
509+
- ca-certificates
510+
- curl
511+
- dosfstools
512+
- gdb-minimal
513+
- iproute2
514+
- jq
515+
- libnuma-dev
516+
- net-tools
517+
- ntfs-3g
518+
- python3
519+
script: "scripts/trixie-ltp.sh"
520+
imagesize: 2GB
521+
debos_memory: 8G
522+
File renamed without changes.

0 commit comments

Comments
 (0)