summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/machines
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-03-28 08:23:45 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-03-28 08:23:45 -0700
commitbb997cda4aaaf2c41cb2a83bdabb6b9539221bbf (patch)
tree071a999463c2f9101b5fcff035704f89ea58e22b /docs/getting-started/machines
parent10db36254b03a648a9534b936fc61196a139afc0 (diff)
Removed WRITER'S NOTES.
I took out some remaining WRITER'S NOTES from four of the *.md files. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/getting-started/machines')
-rw-r--r--docs/getting-started/machines/intel.md2
-rw-r--r--docs/getting-started/machines/renesas.md4
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/getting-started/machines/intel.md b/docs/getting-started/machines/intel.md
index bd55fdc..3658408 100644
--- a/docs/getting-started/machines/intel.md
+++ b/docs/getting-started/machines/intel.md
@@ -88,8 +88,6 @@ The build process puts the resulting image in the Build Directory:
<build_directory>/tmp/deploy/images/intel-corei7-64/
```
-**WRITER NOTE:** I am not sure what to do with the following information:
-
An alternative method for building an image is to use the AGL SDK delivered in a Docker container.
There is currently no SDK dedicated to IA but the SDK provided for the Porter Board can build an IA image without changes (just `aglsetup.sh` needs to call for Intel).
diff --git a/docs/getting-started/machines/renesas.md b/docs/getting-started/machines/renesas.md
index fc1d57e..895fe19 100644
--- a/docs/getting-started/machines/renesas.md
+++ b/docs/getting-started/machines/renesas.md
@@ -20,10 +20,6 @@ Renesas development kits.
You can find more information on building images from these resources:
-**WRITER NOTE:**
-This following list looks a bit dated.
-Do we want to update these PDFs or are they still useful?
-
* [AGL-Devkit-Build-your-1st-AGL-Application.pdf](https://iot.bzh/download/public/2016/sdk/AGL-Devkit-Build-your-1st-AGL-Application.pdf)
Generic guide on how to build various application types (HTML5, native, Qt, QML, …) for AGL.
This is really about building an application and not the AGL image.