aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'content/tocs/hardware')
-rw-r--r--content/tocs/hardware/fetched_files.yml56
-rw-r--r--content/tocs/hardware/section_flounder.yml11
-rw-r--r--content/tocs/hardware/section_guppy.yml11
-rw-r--r--content/tocs/hardware/section_master.yml11
4 files changed, 33 insertions, 56 deletions
diff --git a/content/tocs/hardware/fetched_files.yml b/content/tocs/hardware/fetched_files.yml
deleted file mode 100644
index f1decf7..0000000
--- a/content/tocs/hardware/fetched_files.yml
+++ /dev/null
@@ -1,56 +0,0 @@
-##############################################################################################################
-# GLOBAL DOCUMENT
-# <any REPOSITORY option>: global setting
-# repositories: array of objects with documents to fetchd
-#
-# REPOSITORY ENTRY:
-# -
-# url_fetch: gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration)
-# url_edit: gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration)
-# git_name: repository name (%repo%)
-# git_commit: git reference: revision, SHA1, branch... (%commit%)
-# src_prefix: prefix prepended to %source%
-# dst_prefix: prefix prepended to destination name
-# documents: array of documents to fetch
-#
-# DOCUMENT ENTRY:
-# source: subpath within repository (%source%)
-# destination: local destination filename
-# label|title: name within TOC
-# edit|editURI: specific edition URI
-#
-# EXAMPLE:
-# ------------------------------------
-# url: "GERRIT_FETCH"
-# git_commit: "master"
-# repositories:
-# -
-# git_name: src/foo
-# src_prefix: docs
-# dst_prefix: foodocs
-# documents:
-# - source: intro.md
-# label: Introduction
-# - source: topic/README.md
-# destination: topic.md
-# label: My Topic
-# ------------------------------------
-##############################################################################################################
-
-#dst_prefix: # destination_path = destination_prefix + (document.destination || document.source)
-
-url_fetch: "GERRIT_FETCH"
-git_commit: "AGL_GERRIT_BRANCH"
-
-repositories:
--
- git_name: AGL/meta-renesas-rcar-gen3
- dst_prefix: renesas-gen3
- documents:
- - source: meta-rcar-gen3/README
- destination: gen3.md
- label: meta-rcar-gen3 layer
- - source: meta-rcar-gen3/README.proprietary
- destination: proprietary.md
- label: Proprietary drivers
-
diff --git a/content/tocs/hardware/section_flounder.yml b/content/tocs/hardware/section_flounder.yml
new file mode 100644
index 0000000..fd6388b
--- /dev/null
+++ b/content/tocs/hardware/section_flounder.yml
@@ -0,0 +1,11 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "flounder"
+
+name: Hardware Support
+template: generated_index.html
+books:
+-
+ id: renesas-gen3-boards-flounder
+ git_name: AGL/meta-renesas-rcar-gen3
+ path: meta-rcar-gen3/docs-book.yml
+ dst_prefix: renesas-gen3
diff --git a/content/tocs/hardware/section_guppy.yml b/content/tocs/hardware/section_guppy.yml
new file mode 100644
index 0000000..e0b95d9
--- /dev/null
+++ b/content/tocs/hardware/section_guppy.yml
@@ -0,0 +1,11 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "AGL_GERRIT_BRANCH"
+
+name: Hardware Support
+template: generated_index.html
+books:
+-
+ id: renesas-gen3-boards
+ git_name: AGL/meta-renesas-rcar-gen3
+ path: meta-rcar-gen3/docs-book.yml
+ dst_prefix: renesas-gen3
diff --git a/content/tocs/hardware/section_master.yml b/content/tocs/hardware/section_master.yml
new file mode 100644
index 0000000..e0b95d9
--- /dev/null
+++ b/content/tocs/hardware/section_master.yml
@@ -0,0 +1,11 @@
+url_fetch : "GERRIT_FETCH"
+git_commit : "AGL_GERRIT_BRANCH"
+
+name: Hardware Support
+template: generated_index.html
+books:
+-
+ id: renesas-gen3-boards
+ git_name: AGL/meta-renesas-rcar-gen3
+ path: meta-rcar-gen3/docs-book.yml
+ dst_prefix: renesas-gen3