aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tereschenko <alext.mkrs@gmail.com>2015-11-17 21:38:21 +0100
committerBrendan Le Foll <brendan.le.foll@intel.com>2015-11-18 13:55:50 +0000
commit5b1068fc62b743dab7e0cea673aad6dd52d7e275 (patch)
tree85f0c664bd219f0074ce04517aba0991b38cd8cf
parentbde9715c942e0e1f675951e4d1572b7fafec27b0 (diff)
README.md: updated Edison SDK version to the latest one.
Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
-rw-r--r--docs/building.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building.md b/docs/building.md
index 919c49f..f74dd66 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -123,11 +123,11 @@ generally support building both at once.
## Using a Yocto/OE toolchain
In order to compile with a Yocto/OE toolchain use the following toolchain file.
-This works well on the Edison 1.6 SDK. First source the environment file, then
+This works well on the Edison 1.7.2 SDK. First source the environment file, then
use our CMake toolchain file.
~~~~~~~~~~~~~{.sh}
-source /opt/poky-edison/1.6/environment-setup-core2-32-poky-linux
+source /opt/poky-edison/1.7.2/environment-setup-core2-32-poky-linux
mkdir build
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/oe-sdk_cross.cmake ..
make