summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-28 06:46:04 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:18:38 +0100
commit338b500fa872ded0053bb78080d9c9ffdc232b19 (patch)
tree8a7a24f99ff7abe6e2e64134763cb53cb454d820 /documentation/kernel-dev/kernel-dev-common.xml
parentdf02dd8c6552ff9e798ec667f7ed9db422b23716 (diff)
downloadpoky-338b500fa872ded0053bb78080d9c9ffdc232b19.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index f73f981ce8..ef1d0dbc5b 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -25,7 +25,9 @@
25 If you are going to be modifying kernel recipes, it is recommended 25 If you are going to be modifying kernel recipes, it is recommended
26 that you create and prepare your own layer in which to do your 26 that you create and prepare your own layer in which to do your
27 work. 27 work.
28 Your layer contains its own BitBake append files 28 Your layer contains its own
29 <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>
30 append files
29 (<filename>.bbappend</filename>) and provides a convenient 31 (<filename>.bbappend</filename>) and provides a convenient
30 mechanism to create your own recipe files 32 mechanism to create your own recipe files
31 (<filename>.bb</filename>). 33 (<filename>.bb</filename>).