* [PATCH 0/1] Ubuntu 12.04 version string fix
@ 2012-05-03 16:40 Paul Eggleton
2012-05-03 16:40 ` [PATCH 1/1] poky.conf: use correct version string for Ubuntu 12.04 Paul Eggleton
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-05-03 16:40 UTC (permalink / raw)
To: poky
This fix should also go into denzil-next.
The following changes since commit d89f7b9cab1946a3267e3b0402f168f946d480b2:
documentation/Makefile: Fixed figures publishing bug (2012-05-01 20:50:56 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib paule/ubuntu-1204-ver
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/ubuntu-1204-ver
Paul Eggleton (1):
poky.conf: use correct version string for Ubuntu 12.04
meta-yocto/conf/distro/poky.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] poky.conf: use correct version string for Ubuntu 12.04
2012-05-03 16:40 [PATCH 0/1] Ubuntu 12.04 version string fix Paul Eggleton
@ 2012-05-03 16:40 ` Paul Eggleton
2012-05-04 18:13 ` [PATCH 0/1] Ubuntu 12.04 version string fix Scott Garman
2012-05-07 16:22 ` Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-05-03 16:40 UTC (permalink / raw)
To: poky
Since it is an LTS release, the final version string was not
"Ubuntu 12.04" but "Ubuntu 12.04 LTS", so use this when doing the tested
host distribution check.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 32804ce..c01e2b8 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -69,7 +69,7 @@ SANITY_TESTED_DISTROS ?= " \
Yocto (Built by Poky 7.0) 1.2 \n \
Ubuntu 10.04.4 LTS \n \
Ubuntu 11.10 \n \
- Ubuntu 12.04 \n \
+ Ubuntu 12.04 LTS \n \
Fedora release 15 (Lovelock) \n \
Fedora release 16 (Verne) \n \
Fedora release 17 (Beefy Miracle) \n \
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] Ubuntu 12.04 version string fix
2012-05-03 16:40 [PATCH 0/1] Ubuntu 12.04 version string fix Paul Eggleton
2012-05-03 16:40 ` [PATCH 1/1] poky.conf: use correct version string for Ubuntu 12.04 Paul Eggleton
@ 2012-05-04 18:13 ` Scott Garman
2012-05-07 16:22 ` Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Scott Garman @ 2012-05-04 18:13 UTC (permalink / raw)
To: poky
On 05/03/2012 09:40 AM, Paul Eggleton wrote:
> This fix should also go into denzil-next.
>
>
> The following changes since commit d89f7b9cab1946a3267e3b0402f168f946d480b2:
>
> documentation/Makefile: Fixed figures publishing bug (2012-05-01 20:50:56 +0100)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib paule/ubuntu-1204-ver
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/ubuntu-1204-ver
>
> Paul Eggleton (1):
> poky.conf: use correct version string for Ubuntu 12.04
Merged to denzil-next, thanks!
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=sgarman/denzil-next
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] Ubuntu 12.04 version string fix
2012-05-03 16:40 [PATCH 0/1] Ubuntu 12.04 version string fix Paul Eggleton
2012-05-03 16:40 ` [PATCH 1/1] poky.conf: use correct version string for Ubuntu 12.04 Paul Eggleton
2012-05-04 18:13 ` [PATCH 0/1] Ubuntu 12.04 version string fix Scott Garman
@ 2012-05-07 16:22 ` Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-05-07 16:22 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky
On 05/03/2012 09:40 AM, Paul Eggleton wrote:
> This fix should also go into denzil-next.
>
>
> The following changes since commit d89f7b9cab1946a3267e3b0402f168f946d480b2:
>
> documentation/Makefile: Fixed figures publishing bug (2012-05-01 20:50:56 +0100)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib paule/ubuntu-1204-ver
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/ubuntu-1204-ver
>
> Paul Eggleton (1):
> poky.conf: use correct version string for Ubuntu 12.04
>
> meta-yocto/conf/distro/poky.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Merged into Poky Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-07 16:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 16:40 [PATCH 0/1] Ubuntu 12.04 version string fix Paul Eggleton
2012-05-03 16:40 ` [PATCH 1/1] poky.conf: use correct version string for Ubuntu 12.04 Paul Eggleton
2012-05-04 18:13 ` [PATCH 0/1] Ubuntu 12.04 version string fix Scott Garman
2012-05-07 16:22 ` Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.