summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-30 16:18:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:14:07 +0100
commit2df3190f13b23c8423adf907e8ce025d04b3f781 (patch)
tree948b0ab64c521d540db82ff077371bdaf4f79713 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
parent623ea7f3fe9fe8c972b5c6c3bcbe6fc0c4798182 (diff)
downloadpoky-2df3190f13b23c8423adf907e8ce025d04b3f781.tar.gz
bitbake: sphinx: fixup for links
Since we converted the list of variables into a Sphinx glossary, the automatic conversion from Pandoc does not produce proper links. We fix them up using a Python regexp. Similarly some http links were not converted correctly, and can also be fixed up with a regexp. This patch was generated by running the following regexp: line = re.sub("` <(https?://.*)>`__", "\\1", line) line = re.sub("`+(\w+)`* <#var-bb-\\1>`__", ":term:`\\1`", line) (Bitbake rev: 57300955beb200c81762880f44f1a499451b7432) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 3c24e4e2cc..f040d81346 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -513,7 +513,7 @@ the builds.
513Aside from separate configuration files for each target, you must also 513Aside from separate configuration files for each target, you must also
514enable BitBake to perform multiple configuration builds. Enabling is 514enable BitBake to perform multiple configuration builds. Enabling is
515accomplished by setting the 515accomplished by setting the
516```BBMULTICONFIG`` <#var-bb-BBMULTICONFIG>`__ variable in the 516:term:`BBMULTICONFIG` variable in the
517``local.conf`` configuration file. As an example, suppose you had 517``local.conf`` configuration file. As an example, suppose you had
518configuration files for ``target1`` and ``target2`` defined in the build 518configuration files for ``target1`` and ``target2`` defined in the build
519directory. The following statement in the ``local.conf`` file both 519directory. The following statement in the ``local.conf`` file both