summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-02-06 11:50:24 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:24:03 +0000
commit3c984fdbc60600d5839a8c8d9042d8381d03d2af (patch)
treedb2e979921c30f0b7b0e4dea32fbebc31cc8d14f
parent1263e584752cd818d3c5dc6b45d4c5d4387e6832 (diff)
downloadpoky-3c984fdbc60600d5839a8c8d9042d8381d03d2af.tar.gz
kernel-dev: Added note for YP release requirements.
The user needs to have YP 1.2.2 release or forward for the examples in the book to work. I have added a note indicating such. (From yocto-docs rev: 6fcbd3f526a13ef632c7ce5b9b4774d166b61895) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 373a3fe936..00bed870b0 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -12,6 +12,10 @@
12 These tasks include preparing a layer, modifying an existing recipe, 12 These tasks include preparing a layer, modifying an existing recipe,
13 iterative development, working with your own sources, and incorporating 13 iterative development, working with your own sources, and incorporating
14 out-of-tree modules. 14 out-of-tree modules.
15 <note>
16 The examples presented in this chapter work with the Yocto Project
17 1.2.2 Release and forward.
18 </note>
15</para> 19</para>
16 20
17 <section id='creating-and-preparing-a-layer'> 21 <section id='creating-and-preparing-a-layer'>