From c6514359c8c87ddd85e07e1b4788fa34a011d021 Mon Sep 17 00:00:00 2001
From: Scott Rifenbark <srifenbark@gmail.com>
Date: Tue, 4 Dec 2018 18:03:08 -0800
Subject: app-workflow-prep-app: Re-write on installing a stand-alone SDK.

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
---
 docs/getting-started/app-workflow-prep-app.md | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/docs/getting-started/app-workflow-prep-app.md b/docs/getting-started/app-workflow-prep-app.md
index 7985a6a..7768c76 100644
--- a/docs/getting-started/app-workflow-prep-app.md
+++ b/docs/getting-started/app-workflow-prep-app.md
@@ -43,11 +43,15 @@ and then use XDS to install the SDK:
    "[Installing AGL SDKs](../../../../../docs/devguides/en/dev/reference/xds/part-1/3_install-sdks.html)"
    section for information on using both.
 
-## Installing a stand-alone SDK ##
-
-   * **Using only the SDK:** If you do not want to use XDS, you can install the SDK by itself.
-   For information, see the
-     "[App development SDK for Intel Minnowboard](https://wiki.automotivelinux.org/agl-distro/developer_resources_intel_apps)"
-     Wiki article and the
-     "[AGL SDK Quick Setup](../../../../../docs/getting_started/en/dev/reference/setup-sdk-environment.html)"
-     section for steps on how to work with a stand-alone SDK.
+## Installing a Stand-Alone SDK ##
+
+If you do not want to use XDS, you can install the SDK by itself.
+For information, see the
+"[App development SDK for Intel Minnowboard](https://wiki.automotivelinux.org/agl-distro/developer_resources_intel_apps)"
+Wiki article.
+You can also visit the
+[Yocto Project Application Development and the Extensible Software Development Kit (eSDK)](https://yoctoproject.org/docs/2.4.4/sdk-manual/sdk-manual.html)
+Manual.
+
+**NOTE:** The AGL Project is not compatible with the eSDK.
+You must use the Standard SDK.
-- 
cgit