summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-06 16:25:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:05:51 +0000
commit2ca5c8c03e3a039129e59905cffe0a7ddb94c3c8 (patch)
treedd82137c33403107273f334221d91ab4ae5b14ed /documentation/dev-manual/dev-manual-kernel-appendix.xml
parentfa056279ea9325ecfcdc8daf9efd486c6dd91555 (diff)
downloadpoky-2ca5c8c03e3a039129e59905cffe0a7ddb94c3c8.tar.gz
documentation/bsp-guide: Updates for 1.1.1 Release
Decision made to treat every release like a major release. This caused a scrub through the manual for the string "1.1" and "6.0" and changed to "1.1.1" and "6.0.1". Also the release date changed to 17 February. (From yocto-docs rev: 8438b152ba13dab079b3918fecc418be5ddc19c0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 533875b040..145ab38ae1 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -148,7 +148,7 @@
148 $ git branch -a 148 $ git branch -a
149 $ git tag -l 149 $ git tag -l
150 </literallayout> 150 </literallayout>
151 This example uses the Yocto Project 1.1 Release code named "edison", 151 This example uses the Yocto Project 1.1.1 Release code named "edison",
152 which maps to the <filename>edison</filename> branch in the repository. 152 which maps to the <filename>edison</filename> branch in the repository.
153 The following commands create and checkout the local <filename>edison</filename> 153 The following commands create and checkout the local <filename>edison</filename>
154 branch: 154 branch: