aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index d58ebc0b71..fc29b95e04 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -39,7 +39,8 @@
<filename>scripts/</filename> is executed to run the main BitBake executable,
which resides in the <filename>bitbake/bin/</filename> directory.
Sourcing the <link linkend="structure-core-script">oe-init-build-env</link>
- script places the BitBake wrapper into the shell's <filename>PATH</filename> environment
+ script places the <filename>scripts</filename> and <filename>bitbake/bin</filename>
+ directories (in that order) into the shell's <filename>PATH</filename> environment
variable.
</para>