From 338b500fa872ded0053bb78080d9c9ffdc232b19 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Mar 2014 06:46:04 -0600 Subject: bsp-guide, kernel-dev: Added Cross-references to "BitBake" term I made sure that the first occurrence of each "BitBake" term linked into the "BitBake" term as defined in the dev-manual. (From yocto-docs rev: 83e6e43d13cf5447b8ef65836d532abbb1f8b15e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-advanced.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'documentation/kernel-dev/kernel-dev-advanced.xml') 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 @@ variable. This variable is typically set to the same value as the MACHINE - variable, which is used by BitBake (e.g. "routerstationpro" or "fri2"). + variable, which is used by + BitBake + (e.g. "routerstationpro" or "fri2"). Multiple BSPs can reuse the same KMACHINE name if they are built using the same BSP description. The "fri2" and "fri2-noemgd" BSP combination @@ -298,16 +300,16 @@ - If you modify the Metadata in the linux-yocto - meta branch, you must not forget to update - the + If you modify the Metadata in the linux-yocto + meta branch, you must not forget to update + the SRCREV statements in the kernel's recipe. - In particular, you need to update the - SRCREV_meta variable to match the commit in + In particular, you need to update the + SRCREV_meta variable to match the commit in the KMETA branch you wish to use. - Changing the data in these branches and not updating the - SRCREV statements to match will cause the + Changing the data in these branches and not updating the + SRCREV statements to match will cause the build to fetch an older commit. -- cgit v1.2.3-54-g00ecf