diff mbox series

[v4,07/11] buildman: Update the default settings file

Message ID 20221107232847.753769-8-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show
Series buildman: Correct various issues with missing blobs | expand

Commit Message

Simon Glass Nov. 7, 2022, 11:28 p.m. UTC
The settings file omits a few lines which are useful for getting every
board building. Add these and update the documentation tool.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v4:
- Add new patch to update the default settings file

 tools/buildman/bsettings.py | 3 +++
 tools/buildman/buildman.rst | 2 ++
 2 files changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py
index 35bb2c1d03a..f53564e0f8a 100644
--- a/tools/buildman/bsettings.py
+++ b/tools/buildman/bsettings.py
@@ -79,10 +79,13 @@  other = /
 [toolchain-prefix]
 # name = path to prefix
 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-
+# arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32-
 
 [toolchain-alias]
 # arch = alias
 # Indicates which toolchain should be used to build for that arch
+riscv = riscv32
+sh = sh4
 x86 = i386
 blackfin = bfin
 openrisc = or1k
diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst
index 06602c14d01..fbff98b89d9 100644
--- a/tools/buildman/buildman.rst
+++ b/tools/buildman/buildman.rst
@@ -206,6 +206,8 @@  Setting up
    arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32-
 
    [toolchain-alias]
+   riscv = riscv32
+   sh = sh4
    x86: i386
    blackfin: bfin
    openrisc: or1k