From 8435f7498e712eaa036830c9c88d047a4f4f1fc9 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 19 Nov 2020 10:58:30 +0100 Subject: bsp-guide: remove unused labels (From yocto-docs rev: 555625c8a4c8cd444dce3b31090dd717c300d3ce) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.rst | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'documentation/bsp-guide') 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. the script runs, your current working directory is set to the ``build`` directory. -.. _bsp-filelayout: - Example Filesystem Layout ========================= @@ -451,8 +449,6 @@ the :yocto_git:`Source Respositories <>`: The following sections describe each part of the proposed BSP format. -.. _bsp-filelayout-license: - License Files ------------- @@ -471,8 +467,6 @@ developer. For information on how to maintain license compliance, see the ":ref:`dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle`" section in the Yocto Project Development Tasks Manual. -.. _bsp-filelayout-readme: - README File ----------- @@ -488,8 +482,6 @@ At a minimum, the ``README`` file must contain a list of dependencies, such as the names of any other layers on which the BSP depends and the name of the BSP maintainer with his or her contact information. -.. _bsp-filelayout-readme-sources: - README.sources File ------------------- @@ -509,8 +501,6 @@ used to generate the images that ship with the BSP. If the BSP's ``binary`` directory is missing or the directory has no images, an existing ``README.sources`` file is meaningless and usually does not exist. -.. _bsp-filelayout-binary: - Pre-built User Binaries ----------------------- @@ -534,8 +524,6 @@ hardware. Additionally, the present to locate the sources used to build the images and provide information on the Metadata. -.. _bsp-filelayout-layer: - Layer Configuration File ------------------------ @@ -586,8 +574,6 @@ This file simply makes :term:`BitBake` aware of the recipes and configuration directories. The file must exist so that the OpenEmbedded build system can recognize the BSP. -.. _bsp-filelayout-machine: - Hardware Configuration Options ------------------------------ @@ -626,8 +612,6 @@ configuration file. For example, the Raspberry Pi BSP include conf/machine/include/rpi-base.inc -.. _bsp-filelayout-misc-recipes: - Miscellaneous BSP-Specific Recipe Files --------------------------------------- @@ -658,8 +642,6 @@ directory. Here is the ``machconfig`` file for the Raspberry Pi BSP: :: ``meta/recipes-bsp/formfactor/formfactor_0.0.bb``, which is found in the :term:`Source Directory`. -.. _bsp-filelayout-recipes-graphics: - Display Support Files --------------------- @@ -671,8 +653,6 @@ This optional directory contains recipes for the BSP if it has special requirements for graphics support. All files that are needed for the BSP to support a display are kept here. -.. _bsp-filelayout-kernel: - Linux Kernel Configuration -------------------------- -- cgit v1.2.3-54-g00ecf