aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
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 /documentation
parent1263e584752cd818d3c5dc6b45d4c5d4387e6832 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation')
-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 @@
These tasks include preparing a layer, modifying an existing recipe,
iterative development, working with your own sources, and incorporating
out-of-tree modules.
+ <note>
+ The examples presented in this chapter work with the Yocto Project
+ 1.2.2 Release and forward.
+ </note>
</para>
<section id='creating-and-preparing-a-layer'>