summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-14 13:58:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:48 +0000
commit73588fa725f5292cdc50f8ec522d70cd48e45458 (patch)
tree7555ef0c5ace94f887d18dd35341c1901bffd2c6 /documentation/dev-manual
parent261fd1bb2555bcf96d72b2ef52833b85a6a632bc (diff)
downloadpoky-73588fa725f5292cdc50f8ec522d70cd48e45458.tar.gz
dev-manual: Updated sysroot location for Eclipse examples.
Fixes [YOCTO #7029] I was missing the "sysroots" part of the path. I added this to the pathname. (From yocto-docs rev: 077efc8063ed01ef4067f7e71912dd52c1f6a4a6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 1eba138c7e..59d6adb3fc 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1047,7 +1047,7 @@
1047 If you used the ADT Installer script and 1047 If you used the ADT Installer script and
1048 accepted the default installation directory, 1048 accepted the default installation directory,
1049 then the location is 1049 then the location is
1050 <filename>/opt/poky/&DISTRO;</filename>. 1050 <filename>/opt/poky/&DISTRO;/sysroots</filename>.
1051 Additionally, when you use the ADT Installer 1051 Additionally, when you use the ADT Installer
1052 script, the same location is used for the QEMU 1052 script, the same location is used for the QEMU
1053 user-space tools and the NFS boot process. 1053 user-space tools and the NFS boot process.