diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/bsp-guide/bsp.rst | 20 |
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 | |||
| 246 | Example Filesystem Layout | 244 | Example Filesystem Layout |
| 247 | ========================= | 245 | ========================= |
| 248 | 246 | ||
| @@ -451,8 +449,6 @@ the :yocto_git:`Source Respositories <>`: | |||
| 451 | 449 | ||
| 452 | The following sections describe each part of the proposed BSP format. | 450 | The following sections describe each part of the proposed BSP format. |
| 453 | 451 | ||
| 454 | .. _bsp-filelayout-license: | ||
| 455 | |||
| 456 | License Files | 452 | License Files |
| 457 | ------------- | 453 | ------------- |
| 458 | 454 | ||
| @@ -471,8 +467,6 @@ developer. For information on how to maintain license compliance, see | |||
| 471 | the ":ref:`dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle`" | 467 | the ":ref:`dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle`" |
| 472 | section in the Yocto Project Development Tasks Manual. | 468 | section in the Yocto Project Development Tasks Manual. |
| 473 | 469 | ||
| 474 | .. _bsp-filelayout-readme: | ||
| 475 | |||
| 476 | README File | 470 | README File |
| 477 | ----------- | 471 | ----------- |
| 478 | 472 | ||
| @@ -488,8 +482,6 @@ At a minimum, the ``README`` file must contain a list of dependencies, | |||
| 488 | such as the names of any other layers on which the BSP depends and the | 482 | such as the names of any other layers on which the BSP depends and the |
| 489 | name of the BSP maintainer with his or her contact information. | 483 | name of the BSP maintainer with his or her contact information. |
| 490 | 484 | ||
| 491 | .. _bsp-filelayout-readme-sources: | ||
| 492 | |||
| 493 | README.sources File | 485 | README.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 | |||
| 514 | Pre-built User Binaries | 504 | Pre-built User Binaries |
| 515 | ----------------------- | 505 | ----------------------- |
| 516 | 506 | ||
| @@ -534,8 +524,6 @@ hardware. Additionally, the | |||
| 534 | present to locate the sources used to build the images and provide | 524 | present to locate the sources used to build the images and provide |
| 535 | information on the Metadata. | 525 | information on the Metadata. |
| 536 | 526 | ||
| 537 | .. _bsp-filelayout-layer: | ||
| 538 | |||
| 539 | Layer Configuration File | 527 | Layer Configuration File |
| 540 | ------------------------ | 528 | ------------------------ |
| 541 | 529 | ||
| @@ -586,8 +574,6 @@ This file simply makes :term:`BitBake` aware of the recipes and configuration | |||
| 586 | directories. The file must exist so that the OpenEmbedded build system can | 574 | directories. The file must exist so that the OpenEmbedded build system can |
| 587 | recognize the BSP. | 575 | recognize the BSP. |
| 588 | 576 | ||
| 589 | .. _bsp-filelayout-machine: | ||
| 590 | |||
| 591 | Hardware Configuration Options | 577 | Hardware 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 | |||
| 631 | Miscellaneous BSP-Specific Recipe Files | 615 | Miscellaneous 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 | |||
| 663 | Display Support Files | 645 | Display Support Files |
| 664 | --------------------- | 646 | --------------------- |
| 665 | 647 | ||
| @@ -671,8 +653,6 @@ This optional directory contains recipes for the BSP if it has special | |||
| 671 | requirements for graphics support. All files that are needed for the BSP | 653 | requirements for graphics support. All files that are needed for the BSP |
| 672 | to support a display are kept here. | 654 | to support a display are kept here. |
| 673 | 655 | ||
| 674 | .. _bsp-filelayout-kernel: | ||
| 675 | |||
| 676 | Linux Kernel Configuration | 656 | Linux Kernel Configuration |
| 677 | -------------------------- | 657 | -------------------------- |
| 678 | 658 | ||
