mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 05:19:40 +01:00
sphinx: ref-manual: fix heading for oe-init-build-env
In DocBook this section name is set to &OE_INIT_FILE; variable. However using a substitution pattern in a heading in Sphinx does not seem to work well. Let's just set the script environment name here directly, without using a variable. We don't expect to change this name anyways, so a variable is not really needed. (From yocto-docs rev: e3347fa41888183c0818852fc07d1e0735406156) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6625b264da
commit
2c96878eb0
@@ -140,8 +140,8 @@ back to the Yocto Project, such as ``create-pull-request`` and
|
||||
|
||||
.. _structure-core-script:
|
||||
|
||||
````
|
||||
----
|
||||
``oe-init-build-env``
|
||||
---------------------
|
||||
|
||||
This script sets up the OpenEmbedded build environment. Running this
|
||||
script with the ``source`` command in a shell makes changes to ``PATH``
|
||||
|
||||
Reference in New Issue
Block a user