diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-14 19:21:51 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-14 19:21:51 +0100 |
commit | 0b5b4c600f95d0adb5ccccc3eb0f753c47a39067 (patch) | |
tree | 178ee9724dbf2c7b16bac5b5b87413e4347032d2 /site/_tocs/hardware/fetched_files.yml | |
parent | 76a6c0d3ca4fc1f935b60d1b2848f497e0957113 (diff) |
webdocs: add hardware and devguides sections; fix processing for non-MD files
Change-Id: If85a4b894d39d7d564725729cd3d59c38e328a23
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_tocs/hardware/fetched_files.yml')
-rw-r--r-- | site/_tocs/hardware/fetched_files.yml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/site/_tocs/hardware/fetched_files.yml b/site/_tocs/hardware/fetched_files.yml index 1e0c4c7..6acd117 100644 --- a/site/_tocs/hardware/fetched_files.yml +++ b/site/_tocs/hardware/fetched_files.yml @@ -15,10 +15,22 @@ # title: "optional: info about document (default label, overloaded by file content)" # -url_fetch : "GITHUB_FETCH" -url_edit : "GITHUB_EDIT" +url_fetch : "GERRIT_FETCH" git_commit : "master" #dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) -repositories: +repositories: +- + git_name: AGL/meta-renesas + dst_prefix: renesas + documents: + - source: meta-rcar-gen2/README + destination: gen2.md + label: meta-rcar-gen2 layer + - source: meta-rcar-gen2/README.proprietary + destination: proprietary.md + label: Proprietary drivers + - source: meta-rcar-gen2/README-usbgadget.md + destination: usb-gadget.md + label: USB Gadget on Porter board |