summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-bsp-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-bsp-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-bsp-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 0f1892200a..c4547fc62a 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -39,7 +39,7 @@
39 $ git branch -a 39 $ git branch -a
40 $ git tag -l 40 $ git tag -l
41 </literallayout> 41 </literallayout>
42 For this example we are going to use the Yocto Project 1.1 Release, which is code 42 For this example we are going to use the Yocto Project 1.1.1 Release, which is code
43 named "edison". 43 named "edison".
44 These commands create a local branch named <filename>edison</filename> 44 These commands create a local branch named <filename>edison</filename>
45 that tracks the remote branch of the same name. 45 that tracks the remote branch of the same name.