summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-06 19:09:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commitf417d3274c427908c43f8cd20e797609450a3724 (patch)
treeb09dd3addc6a43f1711573ee66db7c5445bc2d72 /documentation/profile-manual
parentf3adc7a899b85101238b24989ebf824a6066f9fa (diff)
downloadpoky-f417d3274c427908c43f8cd20e797609450a3724.tar.gz
manuals: add missing references to variables
[YOCTO #14508] (From yocto-docs rev: 7878a21be8fb6c7a1ab88ae44aa5f7bf0079391a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual')
-rw-r--r--documentation/profile-manual/intro.rst4
-rw-r--r--documentation/profile-manual/usage.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/profile-manual/intro.rst b/documentation/profile-manual/intro.rst
index e9208dfde8..93f8429ee3 100644
--- a/documentation/profile-manual/intro.rst
+++ b/documentation/profile-manual/intro.rst
@@ -38,7 +38,7 @@ an 'sdk' image e.g. ::
38 38
39 $ bitbake core-image-sato-sdk 39 $ bitbake core-image-sato-sdk
40 40
41or alternatively by adding 'tools-profile' to the EXTRA_IMAGE_FEATURES line in 41or alternatively by adding 'tools-profile' to the :term:`EXTRA_IMAGE_FEATURES` line in
42your local.conf:: 42your local.conf::
43 43
44 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile" 44 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile"
@@ -65,7 +65,7 @@ If you've already built a stripped image, you can generate debug
65packages (xxx-dbg) which you can manually install as needed. 65packages (xxx-dbg) which you can manually install as needed.
66 66
67To generate debug info for packages, you can add dbg-pkgs to 67To generate debug info for packages, you can add dbg-pkgs to
68EXTRA_IMAGE_FEATURES in local.conf. For example:: 68:term:`EXTRA_IMAGE_FEATURES` in local.conf. For example::
69 69
70 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs" 70 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs"
71 71
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst
index 01fbde1411..1e31019897 100644
--- a/documentation/profile-manual/usage.rst
+++ b/documentation/profile-manual/usage.rst
@@ -1896,7 +1896,7 @@ manual, and boot the resulting target image.
1896.. note:: 1896.. note::
1897 1897
1898 If you have a :term:`Build Directory` containing multiple machines, you need 1898 If you have a :term:`Build Directory` containing multiple machines, you need
1899 to have the MACHINE you're connecting to selected in local.conf, and 1899 to have the :term:`MACHINE` you're connecting to selected in local.conf, and
1900 the kernel in that machine's :term:`Build Directory` must match the kernel on 1900 the kernel in that machine's :term:`Build Directory` must match the kernel on
1901 the booted system exactly, or you'll get the above 'crosstap' message 1901 the booted system exactly, or you'll get the above 'crosstap' message
1902 when you try to invoke a script. 1902 when you try to invoke a script.