diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-24 11:00:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 16:23:54 +0200 |
commit | fcd091b1339768184c8f097048480dc34c867c36 (patch) | |
tree | 75f60fd23993ce52bd6a20df2653f1fa535f8845 /etc | |
parent | 3a4f91f9d4a3c2319ba7706d426a2bed1ad40daa (diff) | |
download | bootstrappable-toolchain-fcd091b1339768184c8f097048480dc34c867c36.tar.gz |
stage-0: use bootstrapped ash as shell
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/shell/stage-0.TARGETS | 7 | ||||
-rw-r--r-- | etc/repos.json | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/defaults/shell/stage-0.TARGETS b/etc/defaults/shell/stage-0.TARGETS new file mode 100644 index 0000000..06a0c5c --- /dev/null +++ b/etc/defaults/shell/stage-0.TARGETS @@ -0,0 +1,7 @@ +{ "defaults": + { "type": "defaults" + , "sh": ["bin/sh"] + , "toolchain": [["@", "busybox", "", "bootstrap"]] + , "bin dirs": ["bin"] + } +} diff --git a/etc/repos.json b/etc/repos.json index 8720019..4aa6abb 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -21,6 +21,7 @@ , "target_root": "defaults" , "target_file_name": "stage-0.TARGETS" , "rule_root": "rules" + , "bindings": {"busybox": "stage-0/busybox"} } , "rules/stage-1": { "repository": "rules" |