diff options
-rw-r--r-- | content/tocs/getting_started/fetched_files.yml | 21 | ||||
-rw-r--r-- | content/tocs/getting_started/toc_dev_en.yml | 10 |
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 |