summaryrefslogtreecommitdiffstats
path: root/boards.yaml.example
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05Implement MultipleslaveCorentin LABBE1-66/+47
This patch implement multiple slave support. Instead of having a maximum of one master and one slave in one docker image, it is now possible to have multiple slave accross several docker host. For helping this change, a new boards.yaml format is introduced (See README.md for details) Note that tokens.yaml is also squashed in boards.yaml
2018-04-13Rename macaddr to uboot_macaddrCorentin LABBE1-1/+1
For clarify the use of macaddr, rename it to uboot_macaddr.
2018-02-14Force the use of hexadecimal values for product/vendor IDsCorentin LABBE1-12/+12
Using "idproduct: 6001" let python convert 6001 to 24577 and so corrupt the UDEV line.
2018-02-02Documentation: document lava-dockerCorentin LABBE1-0/+66
Ths patch documenent lava-docker and add a boards.yaml.example