diff options
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 8a0e9a44a6..14a7197f34 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -95,7 +95,7 @@ | |||
95 | top of the BSP's root layer in order to be functional. | 95 | top of the BSP's root layer in order to be functional. |
96 | For these cases, you also need to add those layers to the | 96 | For these cases, you also need to add those layers to the |
97 | <filename>BBLAYERS</filename> variable in order to build the BSP. | 97 | <filename>BBLAYERS</filename> variable in order to build the BSP. |
98 | You must also specify in the "Dependiencies" section of the BSP's | 98 | You must also specify in the "Dependencies" section of the BSP's |
99 | <filename>README</filename> file any requirements for additional | 99 | <filename>README</filename> file any requirements for additional |
100 | layers and, preferably, any | 100 | layers and, preferably, any |
101 | build instructions that might be contained elsewhere | 101 | build instructions that might be contained elsewhere |
@@ -124,10 +124,12 @@ | |||
124 | meta-<bsp_name>/ | 124 | meta-<bsp_name>/ |
125 | meta-<bsp_name>/<bsp_license_file> | 125 | meta-<bsp_name>/<bsp_license_file> |
126 | meta-<bsp_name>/README | 126 | meta-<bsp_name>/README |
127 | meta-<bsp_name>/README.sources | ||
127 | meta-<bsp_name>/binary/<bootable_images> | 128 | meta-<bsp_name>/binary/<bootable_images> |
128 | meta-<bsp_name>/conf/layer.conf | 129 | meta-<bsp_name>/conf/layer.conf |
129 | meta-<bsp_name>/conf/machine/*.conf | 130 | meta-<bsp_name>/conf/machine/*.conf |
130 | meta-<bsp_name>/recipes-bsp/* | 131 | meta-<bsp_name>/recipes-bsp/* |
132 | meta-<bsp_name>/recipes-core/* | ||
131 | meta-<bsp_name>/recipes-graphics/* | 133 | meta-<bsp_name>/recipes-graphics/* |
132 | meta-<bsp_name>/recipes-kernel/linux/linux-yocto_<kernel_rev>.bbappend | 134 | meta-<bsp_name>/recipes-kernel/linux/linux-yocto_<kernel_rev>.bbappend |
133 | </literallayout> | 135 | </literallayout> |
@@ -140,7 +142,7 @@ | |||
140 | meta-crownbay/COPYING.MIT | 142 | meta-crownbay/COPYING.MIT |
141 | meta-crownbay/README | 143 | meta-crownbay/README |
142 | meta-crownbay/README.sources | 144 | meta-crownbay/README.sources |
143 | meta-crownbay/binary | 145 | meta-crownbay/binary/ |
144 | meta-crownbay/conf/ | 146 | meta-crownbay/conf/ |
145 | meta-crownbay/conf/layer.conf | 147 | meta-crownbay/conf/layer.conf |
146 | meta-crownbay/conf/machine/ | 148 | meta-crownbay/conf/machine/ |
@@ -154,8 +156,8 @@ | |||
154 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig | 156 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig |
155 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ | 157 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ |
156 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig | 158 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig |
157 | meta-crownbay/recipes-core | 159 | meta-crownbay/recipes-core/ |
158 | meta-crownbay/recipes-core/tasks | 160 | meta-crownbay/recipes-core/tasks/ |
159 | meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend | 161 | meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend |
160 | meta-crownbay/recipes-graphics/ | 162 | meta-crownbay/recipes-graphics/ |
161 | meta-crownbay/recipes-graphics/xorg-xserver/ | 163 | meta-crownbay/recipes-graphics/xorg-xserver/ |
@@ -211,7 +213,7 @@ | |||
211 | 213 | ||
212 | <para> | 214 | <para> |
213 | This file provides information on how to boot the live images that are optionally | 215 | This file provides information on how to boot the live images that are optionally |
214 | included in the <filename>/binary</filename> directory. | 216 | included in the <filename>binary/</filename> directory. |
215 | The <filename>README</filename> file also provides special information needed for | 217 | The <filename>README</filename> file also provides special information needed for |
216 | building the image. | 218 | building the image. |
217 | </para> | 219 | </para> |