From 5ec706b035b1213bb82ceabf5e7d160d8003b174 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 13 Sep 2018 14:02:09 +0200 Subject: Permit to add tags to devices This patch permits to add tags to device Signed-off-by: Corentin Labbe --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 16db7b8..18334af 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,9 @@ boards: uboot_macaddr: (Optional) the MAC address to set in uboot 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 # One of uart or connection_command must be choosen uart: idvendor: The VID of the UART (Formated as 0xXXXX) -- cgit 1.2.3-korg