From f7a8e145e96b7056237e8911d799afa4430edbe3 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 3 Sep 2021 10:46:25 +0200 Subject: manuals: font fixes This fixes font inconsistencies, mixing a ``text`` string with another string with the regular font, where the whole string makes more sense with a single font. The result is also much simpler and will make future searches easier. (From yocto-docs rev: e6d1c166a97a1b6bb42ca49dfcbd3d39f8eadc16) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-2.7.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/migration-guides') diff --git a/documentation/migration-guides/migration-2.7.rst b/documentation/migration-guides/migration-2.7.rst index 69bd390603..ae70353bf7 100644 --- a/documentation/migration-guides/migration-2.7.rst +++ b/documentation/migration-guides/migration-2.7.rst @@ -87,8 +87,8 @@ This section provides information about packaging changes. ``bind-utils`` package. - Debug split: The default debug split has been changed to create - separate source packages (i.e. package_name\ ``-dbg`` and - package_name\ ``-src``). If you are currently using ``dbg-pkgs`` in + separate source packages (i.e. ``package_name-dbg`` and + ``package_name-src``). If you are currently using ``dbg-pkgs`` in :term:`IMAGE_FEATURES` to bring in debug symbols and you still need the sources, you must now also add ``src-pkgs`` to :term:`IMAGE_FEATURES`. Source packages remain in the -- cgit v1.2.3-54-g00ecf