mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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 <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2e78ec95be
commit
f7a8e145e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user