mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
bitbake: bitbake-user-manual-ref-variables.xml: Edits to the BBPATH variable.
I took the stuff about running bitbake outside the build directory and removed the note syntax. (Bitbake rev: 783f29a593ce16a37b275b02f71b3ec918ef8c91) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
45880c7235
commit
ef7fac5bba
@@ -1080,20 +1080,21 @@
|
|||||||
(<filename>.conf</filename>) files.
|
(<filename>.conf</filename>) files.
|
||||||
This variable is analogous to the
|
This variable is analogous to the
|
||||||
<filename>PATH</filename> variable.
|
<filename>PATH</filename> variable.
|
||||||
<note>
|
</para>
|
||||||
If you run BitBake from a directory outside of the
|
|
||||||
build directory,
|
<para>
|
||||||
you must be sure to set
|
If you run BitBake from a directory outside of the
|
||||||
<filename>BBPATH</filename> to point to the
|
build directory,
|
||||||
build directory.
|
you must be sure to set
|
||||||
Set the variable as you would any environment variable
|
<filename>BBPATH</filename> to point to the
|
||||||
and then run BitBake:
|
build directory.
|
||||||
<literallayout class='monospaced'>
|
Set the variable as you would any environment variable
|
||||||
|
and then run BitBake:
|
||||||
|
<literallayout class='monospaced'>
|
||||||
$ BBPATH="<build_directory>"
|
$ BBPATH="<build_directory>"
|
||||||
$ export BBPATH
|
$ export BBPATH
|
||||||
$ bitbake <target>
|
$ bitbake <target>
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</note>
|
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user