diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-advanced.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 4589e4b9fc..64d8110576 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -47,7 +47,9 @@ | |||
47 | variable. | 47 | variable. |
48 | This variable is typically set to the same value as the | 48 | This variable is typically set to the same value as the |
49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> | 49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> |
50 | variable, which is used by BitBake (e.g. "routerstationpro" or "fri2"). | 50 | variable, which is used by |
51 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> | ||
52 | (e.g. "routerstationpro" or "fri2"). | ||
51 | Multiple BSPs can reuse the same <filename>KMACHINE</filename> | 53 | Multiple BSPs can reuse the same <filename>KMACHINE</filename> |
52 | name if they are built using the same BSP description. | 54 | name if they are built using the same BSP description. |
53 | The "fri2" and "fri2-noemgd" BSP combination | 55 | The "fri2" and "fri2-noemgd" BSP combination |
@@ -298,16 +300,16 @@ | |||
298 | </para> | 300 | </para> |
299 | 301 | ||
300 | <para> | 302 | <para> |
301 | If you modify the Metadata in the linux-yocto | 303 | If you modify the Metadata in the linux-yocto |
302 | <filename>meta</filename> branch, you must not forget to update | 304 | <filename>meta</filename> branch, you must not forget to update |
303 | the | 305 | the |
304 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRCREV'><filename>SRCREV</filename></ulink> | 306 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRCREV'><filename>SRCREV</filename></ulink> |
305 | statements in the kernel's recipe. | 307 | statements in the kernel's recipe. |
306 | In particular, you need to update the | 308 | In particular, you need to update the |
307 | <filename>SRCREV_meta</filename> variable to match the commit in | 309 | <filename>SRCREV_meta</filename> variable to match the commit in |
308 | the <filename>KMETA</filename> branch you wish to use. | 310 | the <filename>KMETA</filename> branch you wish to use. |
309 | Changing the data in these branches and not updating the | 311 | Changing the data in these branches and not updating the |
310 | <filename>SRCREV</filename> statements to match will cause the | 312 | <filename>SRCREV</filename> statements to match will cause the |
311 | build to fetch an older commit. | 313 | build to fetch an older commit. |
312 | </para> | 314 | </para> |
313 | </section> | 315 | </section> |