aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2020-03-02 01:57:28 -0800
committerGitHub <noreply@github.com>2020-03-02 01:57:28 -0800
commitfef549d5bf6b15bd0be8d6ee0d7e7fdc43f99c62 (patch)
treedc4198c88aabfa1891876a3b25b3ac5fe9a27c23 /README.md
parent751e6bbf1d651a4c7335c5de03c31074f4cea1ea (diff)
parent3c351c8a3e168efec48c5d4000ecdc948c0085a1 (diff)
Merge pull request #111 from montjoie/pr-2020.01
Pr 2020.01
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9fd43d..3848bef 100644
--- a/README.md
+++ b/README.md
@@ -285,6 +285,8 @@ slaves:
host_healthcheck: If true, enable the optional healthcheck container. See hosting healthchecks below
lava-coordinator: Does the slave should ran a lava-coordinator
expose_ser2net: Do ser2net ports need to be available on host
+ custom_volumes:
+ - "name:path" Add a custom volume
expose_ports: Expose port p1 on the host to p2 on the worker slave.
- p1:p2
extra_actions: An optional list of action to do at end of the docker build
@@ -309,8 +311,10 @@ boards:
kvm: (For qemu only) Does the qemu could use KVM (default: no)
uboot_ipaddr: (optional) a static IP to set in uboot
uboot_macaddr: (Optional) the MAC address to set in uboot
- custom_option: (optional) All following strings will be directly append to devicefile
+ custom_option: (optional) All following strings will be directly append to devicefile included in {% opt %}
- "set x=1"
+ raw_custom_option: (optional) All following strings will be directly append to devicefile
+ - "{% set x=1 %}"
tags: (optional) List of tag to set on this device
- tag1
- tag2