From f3e7db78adf417231ce29eb6a9a28a74857a2954 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 31 Jul 2020 17:58:42 +0200 Subject: sphinx: add links to section in the Bitbake manual Use intersphinx extension to replace links to the Bitbake manual with proper cross references. (From yocto-docs rev: 458a6e540a2286ac838812d802306806f77b885c) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/overview-manual/overview-manual-yp-intro.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/overview-manual/overview-manual-yp-intro.rst') diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index 743353547e..1a71308fc0 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst @@ -474,8 +474,8 @@ The following list consists of components associated with the is a build engine that works through recipes written in a specific format in order to perform sets of tasks. - You can learn more about BitBake in the `BitBake User - Manual <&YOCTO_DOCS_BB_URL;>`__. + You can learn more about BitBake in the :doc:`BitBake User + Manual `. - *OpenEmbedded-Core:* OpenEmbedded-Core (OE-Core) is a common layer of metadata (i.e. recipes, classes, and associated files) used by @@ -779,8 +779,8 @@ additional tasks as well as task prerequisites. Recipe syntax through BitBake also supports both ``_prepend`` and ``_append`` operators as a method of extending task functionality. These operators inject code into the beginning or end of a task. For information on these BitBake -operators, see the "`Appending and Prepending (Override Style -Syntax) <&YOCTO_DOCS_BB_URL;#appending-and-prepending-override-style-syntax>`__" +operators, see the +":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:appending and prepending (override style syntax)`" section in the BitBake User's Manual. .. _openembedded-build-system-workflow: -- cgit v1.2.3-54-g00ecf