aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-11-13 15:46:49 -0800
committerScott Rifenbark <srifenbark@gmail.com>2018-11-13 17:48:06 -0800
commite0cb25eafd28bcd17bfa011074fdac367618ca1f (patch)
tree8f710eb639555830e7bec08b643df54fb1ffe520 /content/tocs
parent2c9f1a50f7c4d8f6f29d095dbc1bf20a142f069b (diff)
Image Workflow Files and TOC (YAML Updates)
These are the updates for the new Image Workflow section to create the TOC nav topics and fetch the correct files. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'content/tocs')
-rw-r--r--content/tocs/getting_started/fetched_files.yml21
-rw-r--r--content/tocs/getting_started/toc_dev_en.yml10
2 files changed, 23 insertions, 8 deletions
diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml
index 62e7fbe..8123b45 100644
--- a/content/tocs/getting_started/fetched_files.yml
+++ b/content/tocs/getting_started/fetched_files.yml
@@ -68,18 +68,28 @@ repositories:
label: Debug the Application
- source: images/app-developer-workflow.png
destination: images/app-developer-workflow.png
- - source: source-code.md
- label: Download AGL Source Code
- - source: customize_bitbake_conf.md
- label: Customize the AGL build
+ - source: image-workflow-intro.md
+ label: Overview
+ - source: image-workflow-prep-host.md
+ label: Preparing Your Build Host
+ - source: image-workflow-download-sw.md
+ label: Downloading AGL Software
+ - source: image-workflow-initialize-build-environment.md
+ label: Initializing Your Build Environment
+ - source: image-workflow-cust-build.md
+ label: Customizing Your Build
+ - source: image-workflow-build.md
+ label: Building the AGL Image
- source: machines/intel.md
- label: Build for Intel
+ label: Building for Most Intel 64-Bit Hardware Platforms
- source: machines/qemu.md
label: Build for Qemu
- source: machines/R-Car-Starter-Kit-gen3.md
label: Build for R Car Starter Kit gen3 board
- source: machines/raspberrypi.md
label: Build for Raspberry PI 2/3
+ - source: images/image-developer-workflow.png
+ destination: images/image-developer-workflow.png
- source: troubleshooting.md
label: Generic issues
- source: footers/intel-footer.md
@@ -109,4 +119,5 @@ repositories:
destination: pictures/phone.png
- source: pictures/settings.png
destination: pictures/settings.png
+ - source: pictures/image-developer-workflow.png
diff --git a/content/tocs/getting_started/toc_dev_en.yml b/content/tocs/getting_started/toc_dev_en.yml
index 38f8154..89af391 100644
--- a/content/tocs/getting_started/toc_dev_en.yml
+++ b/content/tocs/getting_started/toc_dev_en.yml
@@ -39,10 +39,14 @@ name: Getting started
template: generated_index.html
children:
-
- name: Getting Started
+ name: Image Development Workflow
children:
- - url: reference/source-code.html
- - url: reference/customize_bitbake_conf.html
+ - url: reference/image-workflow-intro.html
+ - url: reference/image-workflow-prep-host.html
+ - url: reference/image-workflow-download-sw.html
+ - url: reference/image-workflow-initialize-build-environment.html
+ - url: reference/image-workflow-cust-build.html
+ - url: reference/image-workflow-build.html
- url: reference/machines/intel.html
- url: reference/machines/qemu.html
- url: reference/machines/R-Car-Starter-Kit-gen3.html