summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-19 10:58:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 14:32:25 +0000
commit8435f7498e712eaa036830c9c88d047a4f4f1fc9 (patch)
tree52f6f308f5d224a048a6c02aedef2a1694126b32 /documentation
parent95b2d8a7fdb31e65796e75306365da74881e987b (diff)
downloadpoky-8435f7498e712eaa036830c9c88d047a4f4f1fc9.tar.gz
bsp-guide: remove unused labels
(From yocto-docs rev: 555625c8a4c8cd444dce3b31090dd717c300d3ce) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index d0275eea9a..4086202121 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -241,8 +241,6 @@ section.
241 the script runs, your current working directory is set to the ``build`` 241 the script runs, your current working directory is set to the ``build``
242 directory. 242 directory.
243 243
244.. _bsp-filelayout:
245
246Example Filesystem Layout 244Example Filesystem Layout
247========================= 245=========================
248 246
@@ -451,8 +449,6 @@ the :yocto_git:`Source Respositories <>`:
451 449
452The following sections describe each part of the proposed BSP format. 450The following sections describe each part of the proposed BSP format.
453 451
454.. _bsp-filelayout-license:
455
456License Files 452License Files
457------------- 453-------------
458 454
@@ -471,8 +467,6 @@ developer. For information on how to maintain license compliance, see
471the ":ref:`dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle`" 467the ":ref:`dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle`"
472section in the Yocto Project Development Tasks Manual. 468section in the Yocto Project Development Tasks Manual.
473 469
474.. _bsp-filelayout-readme:
475
476README File 470README File
477----------- 471-----------
478 472
@@ -488,8 +482,6 @@ At a minimum, the ``README`` file must contain a list of dependencies,
488such as the names of any other layers on which the BSP depends and the 482such as the names of any other layers on which the BSP depends and the
489name of the BSP maintainer with his or her contact information. 483name of the BSP maintainer with his or her contact information.
490 484
491.. _bsp-filelayout-readme-sources:
492
493README.sources File 485README.sources File
494------------------- 486-------------------
495 487
@@ -509,8 +501,6 @@ used to generate the images that ship with the BSP.
509 If the BSP's ``binary`` directory is missing or the directory has no images, an 501 If the BSP's ``binary`` directory is missing or the directory has no images, an
510 existing ``README.sources`` file is meaningless and usually does not exist. 502 existing ``README.sources`` file is meaningless and usually does not exist.
511 503
512.. _bsp-filelayout-binary:
513
514Pre-built User Binaries 504Pre-built User Binaries
515----------------------- 505-----------------------
516 506
@@ -534,8 +524,6 @@ hardware. Additionally, the
534present to locate the sources used to build the images and provide 524present to locate the sources used to build the images and provide
535information on the Metadata. 525information on the Metadata.
536 526
537.. _bsp-filelayout-layer:
538
539Layer Configuration File 527Layer Configuration File
540------------------------ 528------------------------
541 529
@@ -586,8 +574,6 @@ This file simply makes :term:`BitBake` aware of the recipes and configuration
586directories. The file must exist so that the OpenEmbedded build system can 574directories. The file must exist so that the OpenEmbedded build system can
587recognize the BSP. 575recognize the BSP.
588 576
589.. _bsp-filelayout-machine:
590
591Hardware Configuration Options 577Hardware Configuration Options
592------------------------------ 578------------------------------
593 579
@@ -626,8 +612,6 @@ configuration file. For example, the Raspberry Pi BSP
626 612
627 include conf/machine/include/rpi-base.inc 613 include conf/machine/include/rpi-base.inc
628 614
629.. _bsp-filelayout-misc-recipes:
630
631Miscellaneous BSP-Specific Recipe Files 615Miscellaneous BSP-Specific Recipe Files
632--------------------------------------- 616---------------------------------------
633 617
@@ -658,8 +642,6 @@ directory. Here is the ``machconfig`` file for the Raspberry Pi BSP: ::
658 ``meta/recipes-bsp/formfactor/formfactor_0.0.bb``, which is found in 642 ``meta/recipes-bsp/formfactor/formfactor_0.0.bb``, which is found in
659 the :term:`Source Directory`. 643 the :term:`Source Directory`.
660 644
661.. _bsp-filelayout-recipes-graphics:
662
663Display Support Files 645Display Support Files
664--------------------- 646---------------------
665 647
@@ -671,8 +653,6 @@ This optional directory contains recipes for the BSP if it has special
671requirements for graphics support. All files that are needed for the BSP 653requirements for graphics support. All files that are needed for the BSP
672to support a display are kept here. 654to support a display are kept here.
673 655
674.. _bsp-filelayout-kernel:
675
676Linux Kernel Configuration 656Linux Kernel Configuration
677-------------------------- 657--------------------------
678 658