mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
documentation: Fixed links to "bitbake-term"
Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from the dev-manual to the ref-manual. Doing so caused all the links to the id "bitbake-term" to break. These had to be individually fixed. Discovered two unresolved references that were a consequence of moving that section to the ref-manual. These were fixed as well. (From yocto-docs rev: 829ca6b64562f00a69f3956e9636c7edaa90ce16) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dccca9af47
commit
45b16e35b6
@@ -17,7 +17,7 @@
|
||||
refers to the specific reference build system that
|
||||
the Yocto Project provides.
|
||||
Poky is based on <ulink url='&YOCTO_DOCS_DEV_URL;#oe-core'>OE-Core</ulink>
|
||||
and <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>.
|
||||
and <link linkend='bitbake-term'>BitBake</link>.
|
||||
Thus, the generic term used here for the build system is
|
||||
the "OpenEmbedded build system."
|
||||
Development in the Yocto Project using Poky is closely tied to OpenEmbedded, with
|
||||
@@ -810,7 +810,7 @@
|
||||
<para>
|
||||
This situation results when a build system does
|
||||
not recognize the environment variables supplied to it by
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>.
|
||||
<link linkend='bitbake-term'>BitBake</link>.
|
||||
The incident that prompted this FAQ entry involved a Makefile
|
||||
that used an environment variable named
|
||||
<filename>BINDIR</filename> instead of the more standard
|
||||
|
||||
Reference in New Issue
Block a user