summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-14 09:55:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:40 +0000
commit271b6cb7148d0ccb238199e811de46e66297121e (patch)
tree0023b95f4efbc3e43bef0cffe80b5f78be852966 /documentation/dev-manual
parentb7f25ec9cd6ba6675214f2fdf05cfd17d2cf339b (diff)
downloadpoky-271b6cb7148d0ccb238199e811de46e66297121e.tar.gz
dev-manual: Added note for BB Commander project location.
Fixes [YOCTO #5203] Adding a BB Commander project location that is the same as your Eclipse workspace causes an error. I have added a note warning the user to not do this. (From yocto-docs rev: eff9eeba71cc7f464302b824a07bdb2591149f84) 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.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index a3e61cb6c2..a82d998ff4 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1470,7 +1470,14 @@
1470 the "Clone from Yocto Git Repository" box, which 1470 the "Clone from Yocto Git Repository" box, which
1471 would execute a <filename>git clone</filename> 1471 would execute a <filename>git clone</filename>
1472 command to get the project's Metadata files. 1472 command to get the project's Metadata files.
1473 </para></listitem> 1473 <note>
1474 Do not specify your Eclipse workspace as your
1475 Bitbake Commander project location.
1476 Doing so causes an error indicating that the
1477 current project overlaps the location of
1478 another project.
1479 This error occurs even if no such project exits.
1480 </note></para></listitem>
1474 <listitem><para>Select <filename>Finish</filename> to 1481 <listitem><para>Select <filename>Finish</filename> to
1475 create the project.</para></listitem> 1482 create the project.</para></listitem>
1476 </orderedlist> 1483 </orderedlist>