From d4493345395c1fcff2efbb7c2b98939469e6c73b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Nov 2018 15:40:14 -0800 Subject: Getting Started Image Workflow Created new workflow to build out an AGL image. This commit goes through the Intel-specific build. Signed-off-by: Scott Rifenbark --- docs/getting-started/image-workflow-intro.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/getting-started/image-workflow-intro.md (limited to 'docs/getting-started/image-workflow-intro.md') diff --git a/docs/getting-started/image-workflow-intro.md b/docs/getting-started/image-workflow-intro.md new file mode 100644 index 0000000..ad36d01 --- /dev/null +++ b/docs/getting-started/image-workflow-intro.md @@ -0,0 +1,31 @@ +# Overview # + +The AGL image development workflow consists of setting up +the system (i.e. the build host) that builds the image and finishes with +using the +[Yocto Project](https://yoctoproject.org) to create an image +targeted towards specific hardware. + +The following figure and list overview the AGL image development +process. +You can learn about the steps in the process by reading through the +remaining sections. + +**NOTE:** This procedure uses information from many other procedures +in the AGL Documentation set. +Links are provided when a set of steps is required that is documented +elsewhere. + +
+ +1. Prepare your build host to use use the tools needed to build your image. + +2. Download the AGL software into a local Git repository on your build host. + +3. Run the build environment script to initialize variables and paths needed for the build. + +4. Make sure your build configuration is defined exactly how you want it for your build. + +5. Use + [BitBake](https://yoctoproject.org/docs/2.4.4/bitbake-user-manual/bitbake-user-manual.html) + to build your image. -- cgit 1.2.3-korg