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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/profile-manual/intro.rst') 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" -- cgit v1.2.3-54-g00ecf