mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 11:24:42 +00:00
buildman: Correct the indentation in the setting-up section
The example settings file should be indented so that it shows correctly in the output. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6bf74a2e0b
commit
d6ebe17d9d
1 changed files with 13 additions and 14 deletions
|
@ -186,23 +186,22 @@ Setting up
|
||||||
#. Create ~/.buildman to tell buildman where to find tool chains (see
|
#. Create ~/.buildman to tell buildman where to find tool chains (see
|
||||||
buildman_settings_ for details). As an example::
|
buildman_settings_ for details). As an example::
|
||||||
|
|
||||||
# Buildman settings file
|
# Buildman settings file
|
||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
root: /
|
root: /
|
||||||
rest: /toolchains/*
|
rest: /toolchains/*
|
||||||
eldk: /opt/eldk-4.2
|
eldk: /opt/eldk-4.2
|
||||||
arm: /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux
|
arm: /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux
|
||||||
aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
|
aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
|
||||||
|
|
||||||
[toolchain-prefix]
|
[toolchain-prefix]
|
||||||
arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32-
|
arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32-
|
||||||
|
|
||||||
[toolchain-alias]
|
|
||||||
riscv = riscv32
|
|
||||||
sh = sh4
|
|
||||||
x86: i386
|
|
||||||
|
|
||||||
|
[toolchain-alias]
|
||||||
|
riscv = riscv32
|
||||||
|
sh = sh4
|
||||||
|
x86: i386
|
||||||
|
|
||||||
This selects the available toolchain paths. Add the base directory for
|
This selects the available toolchain paths. Add the base directory for
|
||||||
each of your toolchains here. Buildman will search inside these directories
|
each of your toolchains here. Buildman will search inside these directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue