diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-08 10:25:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | 01e5d22507e57c66452f14610ee8eb3d66ac9d71 (patch) | |
tree | 7241fa93a3a0d11db32d042e5d70a750132ab0a1 /documentation/kernel-dev/advanced.rst | |
parent | 8b812b29c4b13ba028c0d66f73a6599a988486d5 (diff) | |
download | poky-01e5d22507e57c66452f14610ee8eb3d66ac9d71.tar.gz |
manuals: fix double colons
Fixing double colons appearing alone on a line, while
they could be put at the end of the previous line.
Sometimes placing a note after the quoted text
to avoid such a situation. It's more natural too
not to have a note between the introduction text
and the quoted section.
(From yocto-docs rev: fb054622f5119444eb947fe580253f37e0d872c6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/advanced.rst')
-rw-r--r-- | documentation/kernel-dev/advanced.rst | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst index b16b3e0517..a8734900a0 100644 --- a/documentation/kernel-dev/advanced.rst +++ b/documentation/kernel-dev/advanced.rst | |||
@@ -566,15 +566,7 @@ Example | |||
566 | Many real-world examples are more complex. Like any other ``.scc`` file, | 566 | Many real-world examples are more complex. Like any other ``.scc`` file, |
567 | BSP descriptions can aggregate features. Consider the Minnow BSP | 567 | BSP descriptions can aggregate features. Consider the Minnow BSP |
568 | definition given the ``linux-yocto-4.4`` branch of the | 568 | definition given the ``linux-yocto-4.4`` branch of the |
569 | ``yocto-kernel-cache`` (i.e. | 569 | ``yocto-kernel-cache`` (i.e. ``yocto-kernel-cache/bsp/minnow/minnow.scc``):: |
570 | ``yocto-kernel-cache/bsp/minnow/minnow.scc``): | ||
571 | |||
572 | .. note:: | ||
573 | |||
574 | Although the Minnow Board BSP is unused, the Metadata remains and is | ||
575 | being used here just as an example. | ||
576 | |||
577 | :: | ||
578 | 570 | ||
579 | include cfg/x86.scc | 571 | include cfg/x86.scc |
580 | include features/eg20t/eg20t.scc | 572 | include features/eg20t/eg20t.scc |
@@ -597,6 +589,11 @@ definition given the ``linux-yocto-4.4`` branch of the | |||
597 | kconf hardware minnow.cfg | 589 | kconf hardware minnow.cfg |
598 | kconf hardware minnow-dev.cfg | 590 | kconf hardware minnow-dev.cfg |
599 | 591 | ||
592 | .. note:: | ||
593 | |||
594 | Although the Minnow Board BSP is unused, the Metadata remains and is | ||
595 | being used here just as an example. | ||
596 | |||
600 | The ``minnow.scc`` description file includes a hardware configuration | 597 | The ``minnow.scc`` description file includes a hardware configuration |
601 | fragment (``minnow.cfg``) specific to the Minnow BSP as well as several | 598 | fragment (``minnow.cfg``) specific to the Minnow BSP as well as several |
602 | more general configuration fragments and features enabling hardware | 599 | more general configuration fragments and features enabling hardware |