From e0cb25eafd28bcd17bfa011074fdac367618ca1f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Nov 2018 15:46:49 -0800 Subject: 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 --- content/tocs/getting_started/fetched_files.yml | 21 ++++++++++++++++----- content/tocs/getting_started/toc_dev_en.yml | 10 +++++++--- 2 files changed, 23 insertions(+), 8 deletions(-) (limited to 'content/tocs') 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 -- cgit 1.2.3-korg