diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-14 09:55:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:48 +0000 |
commit | a77c4c8053e224780b6bc296cf062dffbd086d6b (patch) | |
tree | 8397b553be7f310772541a6bad9b2d4faf343ffe /documentation/dev-manual | |
parent | 75c87f08e8a843b903c1b05e119165a47da28cbc (diff) | |
download | poky-a77c4c8053e224780b6bc296cf062dffbd086d6b.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: 0eca6618be8e4765b8513fb5951257ec17cdd355)
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.xml | 9 |
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> |