From d97688237d033e05cf35dc8efbbd056d78c4889e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 19 Mar 2013 09:28:22 -0700 Subject: documentation: Updated Manual Revision Tables Updated all the months from February to March in the applicable Manual Revision Tables for the upcoming 1.3.1 release. (From yocto-docs rev: 8296f992b2f81c42c94064435b76efa47817a146) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-manual.xml | 2 +- documentation/bsp-guide/bsp-guide.xml | 2 +- documentation/dev-manual/dev-manual.xml | 2 +- documentation/kernel-manual/kernel-manual.xml | 2 +- documentation/poky-ref-manual/poky-ref-manual.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index b0fa07e6db..d5722f1b82 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml @@ -56,7 +56,7 @@ 1.3.1 - February 2013 + March 2013 Released with the Yocto Project 1.3.1 Release. diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index bbf0f9ff39..1c98990195 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml @@ -68,7 +68,7 @@ 1.3.1 - February 2013 + March 2013 Released with the Yocto Project 1.3.1 Release. diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 4e85fc7be9..375f0536f8 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml @@ -46,7 +46,7 @@ 1.3.1 - February 2013 + March 2013 Released with the Yocto Project 1.3.1 Release. diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml index 1d785e958e..bdc9478be1 100644 --- a/documentation/kernel-manual/kernel-manual.xml +++ b/documentation/kernel-manual/kernel-manual.xml @@ -61,7 +61,7 @@ 1.3.1 - February 2013 + March 2013 Released with the Yocto Project 1.3.1 Release. diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index b03bad1874..22210ac919 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml @@ -62,7 +62,7 @@ 1.3.1 - February 2013 + March 2013 Released with the Yocto Project 1.3.1 Release. -- cgit v1.2.3-54-g00ecf From 26dcc1139bea291473c4507c60e95396bf200d6f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 27 Mar 2013 14:50:43 +0000 Subject: poky.conf: Update for 1.3.1 release (From meta-yocto rev: d18dcc0e80ec995306b75d35ce780cb173c2611b) Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 406ddfcada..92bd3d3e14 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -1,6 +1,6 @@ DISTRO = "poky" -DISTRO_NAME = "Poky 8.0 (Yocto Project 1.3 Reference Distro)" -DISTRO_VERSION = "1.3" +DISTRO_NAME = "Poky 8.0.1 (Yocto Project 1.3.1 Reference Distro)" +DISTRO_VERSION = "1.3.1" SDK_VENDOR = "-pokysdk" SDK_VERSION := "${DISTRO_VERSION}" @@ -73,6 +73,7 @@ SANITY_TESTED_DISTROS ?= " \ Yocto (Built by Poky 8.0) 1.3 \n \ Poky 7.0 (Yocto Project 1.2 Reference Distro) 1.2 \n \ Poky 8.0 (Yocto Project 1.3 Reference Distro) 1.3 \n \ + Poky 8.0.1 (Yocto Project 1.3.1 Reference Distro) 1.3.1 \n \ Ubuntu 10.04.4 LTS \n \ Ubuntu 11.10 \n \ Ubuntu 12.04 LTS \n \ -- cgit v1.2.3-54-g00ecf