From f417d3274c427908c43f8cd20e797609450a3724 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 6 Dec 2022 19:09:35 +0100 Subject: manuals: add missing references to variables [YOCTO #14508] (From yocto-docs rev: 7878a21be8fb6c7a1ab88ae44aa5f7bf0079391a) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/profile-manual/intro.rst | 4 ++-- documentation/profile-manual/usage.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/profile-manual') 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. :: $ bitbake core-image-sato-sdk -or alternatively by adding 'tools-profile' to the EXTRA_IMAGE_FEATURES line in +or alternatively by adding 'tools-profile' to the :term:`EXTRA_IMAGE_FEATURES` line in your local.conf:: EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile" @@ -65,7 +65,7 @@ If you've already built a stripped image, you can generate debug packages (xxx-dbg) which you can manually install as needed. To generate debug info for packages, you can add dbg-pkgs to -EXTRA_IMAGE_FEATURES in local.conf. For example:: +:term:`EXTRA_IMAGE_FEATURES` in local.conf. For example:: EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs" 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. .. note:: If you have a :term:`Build Directory` containing multiple machines, you need - to have the MACHINE you're connecting to selected in local.conf, and + to have the :term:`MACHINE` you're connecting to selected in local.conf, and the kernel in that machine's :term:`Build Directory` must match the kernel on the booted system exactly, or you'll get the above 'crosstap' message when you try to invoke a script. -- cgit v1.2.3-54-g00ecf