diff options
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 9 |
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 | ||
856 | Following are the requirements for a released BSP that conform to the | 856 | The requirements for a released BSP that conform to the Yocto Project are: |
857 | Yocto 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: | |||
958 | Released BSP Recommendations | 957 | Released BSP Recommendations |
959 | ---------------------------- | 958 | ---------------------------- |
960 | 959 | ||
961 | Following are recommendations for released BSPs that conform to the | 960 | Here are recommendations for released BSPs that conform to the |
962 | Yocto Project: | 961 | Yocto 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 | ||
1023 | Following is a specific example to help you better understand the | 1022 | Here is a specific example to help you better understand the |
1024 | process. This example customizes a recipe by adding a | 1023 | process. This example customizes a recipe by adding a |
1025 | BSP-specific configuration file named ``interfaces`` to the | 1024 | BSP-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 | |||
1443 | kernel recipe (i.e. ``linux-yocto_5.15.bb``), which is located in | 1442 | kernel 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 | ||
1446 | Following is the contents of the append file:: | 1445 | The 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" |