summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-07-18 10:56:45 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-21 19:06:53 +0100
commitca4e42ad28091797bf01d4bdaa25983cbac442b3 (patch)
tree8435be4060167ebc048d420d430fbfe48f12e397 /documentation/kernel-dev
parent6aeed29a51b453ec1d424e60b10357beaade0e10 (diff)
downloadpoky-ca4e42ad28091797bf01d4bdaa25983cbac442b3.tar.gz
kernel-dev: Fixed link to BitBake command:
Reported-by: Bill Traynor <btraynor@gmail.com> (From yocto-docs rev: 4bce72419c01e0c77969a56eb194ad7179b7ad80) 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')
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml
index 297696c965..38ef36de5a 100644
--- a/documentation/kernel-dev/kernel-dev-intro.xml
+++ b/documentation/kernel-dev/kernel-dev-intro.xml
@@ -110,7 +110,7 @@
110 The sections that follow provide instructions for completing 110 The sections that follow provide instructions for completing
111 specific Linux kernel development tasks. 111 specific Linux kernel development tasks.
112 These instructions assume you are comfortable working with 112 These instructions assume you are comfortable working with
113 <ulink url='http://developer.berlios.de/projects/bitbake/'>BitBake</ulink> 113 <ulink url='http://openembedded.org/wiki/Bitbake'>BitBake</ulink>
114 recipes and basic open-source development tools. 114 recipes and basic open-source development tools.
115 Understanding these concepts will facilitate the process of working 115 Understanding these concepts will facilitate the process of working
116 with the kernel recipes. 116 with the kernel recipes.