diff options
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 |