From 7a242a9ddf3174aee39cf2de9fce3d7ccc071d8d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 2 Jul 2024 18:10:06 +0200 Subject: test rules: use full stage-0 busybox ... and not only the bootstrap one. For tests, it is useful to have tools like realpath(1) and date(1) that are not needed for bootstrapping. --- etc/defaults/shell/test.TARGETS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'etc/defaults/shell') diff --git a/etc/defaults/shell/test.TARGETS b/etc/defaults/shell/test.TARGETS index 7b0f232..55ecb70 100644 --- a/etc/defaults/shell/test.TARGETS +++ b/etc/defaults/shell/test.TARGETS @@ -1,5 +1,16 @@ { "defaults": { "type": "defaults" - , "base": [["@", "stage-0", "shell", "defaults"]] + , "sh": ["shell-busybox/bin/sh"] + , "toolchain": ["shell-busybox"] + , "bin dirs": + [ "shell-busybox/bin" + , "shell-busybox/sbin" + , "shell-busybox/usr/bin" + , "shell-busybox/usr/sbin" + ] + } +, "shell-busybox": + { "type": "install" + , "dirs": [[["@", "busybox", "", "busybox"], "shell-busybox"]] } } -- cgit v1.2.3