diff options
author | Kevin Hilman <khilman@baylibre.com> | 2020-03-02 01:57:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 01:57:28 -0800 |
commit | fef549d5bf6b15bd0be8d6ee0d7e7fdc43f99c62 (patch) | |
tree | dc4198c88aabfa1891876a3b25b3ac5fe9a27c23 /README.md | |
parent | 751e6bbf1d651a4c7335c5de03c31074f4cea1ea (diff) | |
parent | 3c351c8a3e168efec48c5d4000ecdc948c0085a1 (diff) |
Merge pull request #111 from montjoie/pr-2020.01
Pr 2020.01
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |