Compare commits

..

2 Commits

Author SHA1 Message Date
Elizabeth Flanagan
0fbd6a1615 poky.conf: Bumping SKD_VERSION
SDK_VERSION needs a bump for 1.1.1 release

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2012-03-14 15:49:33 -07:00
Scott Rifenbark
bda8a084f5 documentation: Updated copyright dates and release dates.
All six manuals updated.

(From yocto-docs rev: 753e3eb80b1fa6148e12f9eb93d23f4613b6be05)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-14 22:34:57 +00:00
7 changed files with 12 additions and 12 deletions

View File

@@ -45,13 +45,13 @@
</revision> </revision>
<revision> <revision>
<revnumber>1.1.1</revnumber> <revnumber>1.1.1</revnumber>
<date>17 February 2012</date> <date>15 March 2012</date>
<revremark>Released with the Yocto Project 1.1.1 Release.</revremark> <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
</revision> </revision>
</revhistory> </revhistory>
<copyright> <copyright>
<year>2010-2011</year> <year>2010-2012</year>
<holder>Linux Foundation</holder> <holder>Linux Foundation</holder>
</copyright> </copyright>

View File

@@ -57,13 +57,13 @@
</revision> </revision>
<revision> <revision>
<revnumber>1.1.1</revnumber> <revnumber>1.1.1</revnumber>
<date>17 February 2012</date> <date>15 March 2012</date>
<revremark>Released with the Yocto Project 1.1.1 Release.</revremark> <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
</revision> </revision>
</revhistory> </revhistory>
<copyright> <copyright>
<year>2010-2011</year> <year>2010-2012</year>
<holder>Linux Foundation</holder> <holder>Linux Foundation</holder>
</copyright> </copyright>

View File

@@ -35,13 +35,13 @@
</revision> </revision>
<revision> <revision>
<revnumber>1.1.1</revnumber> <revnumber>1.1.1</revnumber>
<date>17 February 2012</date> <date>15 March 2012</date>
<revremark>Released with the Yocto Project 1.1.1 Release.</revremark> <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
</revision> </revision>
</revhistory> </revhistory>
<copyright> <copyright>
<year>2010-2011</year> <year>2010-2012</year>
<holder>Linux Foundation</holder> <holder>Linux Foundation</holder>
</copyright> </copyright>

View File

@@ -50,13 +50,13 @@
</revision> </revision>
<revision> <revision>
<revnumber>1.1.1</revnumber> <revnumber>1.1.1</revnumber>
<date>17 February 2012</date> <date>15 March 2012</date>
<revremark>Released with the Yocto Project 1.1.1 Release.</revremark> <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
</revision> </revision>
</revhistory> </revhistory>
<copyright> <copyright>
<year>2010-2011</year> <year>2010-2012</year>
<holder>Linux Foundation</holder> <holder>Linux Foundation</holder>
</copyright> </copyright>

View File

@@ -64,13 +64,13 @@
</revision> </revision>
<revision> <revision>
<revnumber>1.1.1</revnumber> <revnumber>1.1.1</revnumber>
<date>17 February 2012</date> <date>15 March 2012</date>
<revremark>Released with the Yocto Project 1.1.1 Release.</revremark> <revremark>Released with the Yocto Project 1.1.1 Release.</revremark>
</revision> </revision>
</revhistory> </revhistory>
<copyright> <copyright>
<year>2007-2011</year> <year>2007-2012</year>
<holder>Linux Foundation</holder> <holder>Linux Foundation</holder>
</copyright> </copyright>

View File

@@ -6,7 +6,7 @@
<section id='fake-title'> <section id='fake-title'>
<title>Yocto Project Quick Start</title> <title>Yocto Project Quick Start</title>
<para>Copyright &copy; 2010-2011 Linux Foundation</para> <para>Copyright &copy; 2010-2012 Linux Foundation</para>
</section> </section>
<section id='welcome'> <section id='welcome'>

View File

@@ -2,7 +2,7 @@ DISTRO = "poky"
DISTRO_NAME = "Yocto (Built by Poky 6.0.1)" DISTRO_NAME = "Yocto (Built by Poky 6.0.1)"
DISTRO_VERSION = "1.1.1" DISTRO_VERSION = "1.1.1"
SDK_VENDOR = "-pokysdk" SDK_VENDOR = "-pokysdk"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" SDK_VERSION := "${DISTRO_VERSION}"
MAINTAINER = "Poky <poky@yoctoproject.org>" MAINTAINER = "Poky <poky@yoctoproject.org>"