diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-26 14:08:42 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 16:23:54 +0200 |
commit | 4040f490e899240f99d8148058e389e2a1986954 (patch) | |
tree | a75ee585d3566c64b23ec9ac8b16c4e071d02fe8 /etc | |
parent | 5b076e4c227cc3d15f823244d728b21acd30aaa4 (diff) | |
download | bootstrappable-toolchain-4040f490e899240f99d8148058e389e2a1986954.tar.gz |
stage-1: add shell defaults
... using the full busybox from stage-0
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/shell/stage-1.TARGETS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/defaults/shell/stage-1.TARGETS b/etc/defaults/shell/stage-1.TARGETS new file mode 100644 index 0000000..55ecb70 --- /dev/null +++ b/etc/defaults/shell/stage-1.TARGETS @@ -0,0 +1,16 @@ +{ "defaults": + { "type": "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"]] + } +} |