summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-rw-r--r--documentation/bsp-guide/bsp.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 6cb35ba6cc..1779f9e208 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -853,8 +853,7 @@ Before looking at BSP requirements, you should consider the following:
853 dictating that a specific kernel or kernel version be used in a given 853 dictating that a specific kernel or kernel version be used in a given
854 BSP. 854 BSP.
855 855
856Following are the requirements for a released BSP that conform to the 856The requirements for a released BSP that conform to the Yocto Project are:
857Yocto Project:
858 857
859- *Layer Name:* The BSP must have a layer name that follows the Yocto 858- *Layer Name:* The BSP must have a layer name that follows the Yocto
860 Project standards. For information on BSP layer names, see the 859 Project standards. For information on BSP layer names, see the
@@ -958,7 +957,7 @@ Yocto Project:
958Released BSP Recommendations 957Released BSP Recommendations
959---------------------------- 958----------------------------
960 959
961Following are recommendations for released BSPs that conform to the 960Here are recommendations for released BSPs that conform to the
962Yocto Project: 961Yocto Project:
963 962
964- *Bootable Images:* Released BSPs can contain one or more bootable 963- *Bootable Images:* Released BSPs can contain one or more bootable
@@ -1020,7 +1019,7 @@ the following:
1020 that additional hierarchy and the files would obviously not be able 1019 that additional hierarchy and the files would obviously not be able
1021 to reside in a machine-specific directory. 1020 to reside in a machine-specific directory.
1022 1021
1023Following is a specific example to help you better understand the 1022Here is a specific example to help you better understand the
1024process. This example customizes a recipe by adding a 1023process. This example customizes a recipe by adding a
1025BSP-specific configuration file named ``interfaces`` to the 1024BSP-specific configuration file named ``interfaces`` to the
1026``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer 1025``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer
@@ -1443,7 +1442,7 @@ metadata used to build the kernel. In this case, a kernel append file
1443kernel recipe (i.e. ``linux-yocto_5.15.bb``), which is located in 1442kernel recipe (i.e. ``linux-yocto_5.15.bb``), which is located in
1444:yocto_git:`/poky/tree/meta-yocto-bsp/recipes-kernel/linux`. 1443:yocto_git:`/poky/tree/meta-yocto-bsp/recipes-kernel/linux`.
1445 1444
1446Following is the contents of the append file:: 1445The contents of the append file are::
1447 1446
1448 KBRANCH:genericx86 = "v5.15/standard/base" 1447 KBRANCH:genericx86 = "v5.15/standard/base"
1449 KBRANCH:genericx86-64 = "v5.15/standard/base" 1448 KBRANCH:genericx86-64 = "v5.15/standard/base"