summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/machines
diff options
context:
space:
mode:
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.