* [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS
@ 2012-08-17 10:55 Paul Eggleton
2012-08-17 12:20 ` Richard Purdie
2012-08-17 18:32 ` McClintock Matthew-B29882
0 siblings, 2 replies; 6+ messages in thread
From: Paul Eggleton @ 2012-08-17 10:55 UTC (permalink / raw)
To: poky
If you have 12.04 LTS it will now have been updated to 12.04.1.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index cc9fa6c..711087b 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 LTS \n \
+ Ubuntu 12.04.1 LTS \n \
Fedora release 15 (Lovelock) \n \
Fedora release 16 (Verne) \n \
Fedora release 17 (Beefy Miracle) \n \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS
2012-08-17 10:55 [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS Paul Eggleton
@ 2012-08-17 12:20 ` Richard Purdie
2012-08-17 18:32 ` McClintock Matthew-B29882
1 sibling, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2012-08-17 12:20 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky
On Fri, 2012-08-17 at 11:55 +0100, Paul Eggleton wrote:
> If you have 12.04 LTS it will now have been updated to 12.04.1.
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
> meta-yocto/conf/distro/poky.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index cc9fa6c..711087b 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 LTS \n \
> + Ubuntu 12.04.1 LTS \n \
> Fedora release 15 (Lovelock) \n \
> Fedora release 16 (Verne) \n \
> Fedora release 17 (Beefy Miracle) \n \
Merged to meta-yocto master, thanks.
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS
2012-08-17 10:55 [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS Paul Eggleton
2012-08-17 12:20 ` Richard Purdie
@ 2012-08-17 18:32 ` McClintock Matthew-B29882
2012-08-17 18:36 ` Paul Eggleton
2012-08-17 19:55 ` Khem Raj
1 sibling, 2 replies; 6+ messages in thread
From: McClintock Matthew-B29882 @ 2012-08-17 18:32 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky@yoctoproject.org
On Fri, Aug 17, 2012 at 5:55 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> If you have 12.04 LTS it will now have been updated to 12.04.1.
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
> meta-yocto/conf/distro/poky.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index cc9fa6c..711087b 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 LTS \n \
> + Ubuntu 12.04.1 LTS \n \
Wait, wouldn't you keep the old one too? Or do we just validate poky
for the latest only?
-M
> Fedora release 15 (Lovelock) \n \
> Fedora release 16 (Verne) \n \
> Fedora release 17 (Beefy Miracle) \n \
> --
> 1.7.9.5
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS
2012-08-17 18:32 ` McClintock Matthew-B29882
@ 2012-08-17 18:36 ` Paul Eggleton
2012-08-17 18:42 ` McClintock Matthew-B29882
2012-08-17 19:55 ` Khem Raj
1 sibling, 1 reply; 6+ messages in thread
From: Paul Eggleton @ 2012-08-17 18:36 UTC (permalink / raw)
To: McClintock Matthew-B29882; +Cc: poky@yoctoproject.org
On Friday 17 August 2012 18:32:31 McClintock Matthew-B29882 wrote:
> On Fri, Aug 17, 2012 at 5:55 AM, Paul Eggleton
>
> <paul.eggleton@linux.intel.com> wrote:
> > If you have 12.04 LTS it will now have been updated to 12.04.1.
> >
> > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> > ---
> >
> > meta-yocto/conf/distro/poky.conf | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-yocto/conf/distro/poky.conf
> > b/meta-yocto/conf/distro/poky.conf index cc9fa6c..711087b 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 LTS \n \
> > + Ubuntu 12.04.1 LTS \n \
>
> Wait, wouldn't you keep the old one too? Or do we just validate poky
> for the latest only?
The thing is, you would only have the old version if you never ran the normal
update process - the minor version update comes down automatically as part of
that, it's not a distro upgrade.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS
2012-08-17 18:36 ` Paul Eggleton
@ 2012-08-17 18:42 ` McClintock Matthew-B29882
0 siblings, 0 replies; 6+ messages in thread
From: McClintock Matthew-B29882 @ 2012-08-17 18:42 UTC (permalink / raw)
To: Paul Eggleton; +Cc: McClintock Matthew-B29882, poky@yoctoproject.org
On Fri, Aug 17, 2012 at 1:36 PM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Friday 17 August 2012 18:32:31 McClintock Matthew-B29882 wrote:
>> On Fri, Aug 17, 2012 at 5:55 AM, Paul Eggleton
>>
>> <paul.eggleton@linux.intel.com> wrote:
>> > If you have 12.04 LTS it will now have been updated to 12.04.1.
>> >
>> > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
>> > ---
>> >
>> > meta-yocto/conf/distro/poky.conf | 2 +-
>> > 1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/meta-yocto/conf/distro/poky.conf
>> > b/meta-yocto/conf/distro/poky.conf index cc9fa6c..711087b 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 LTS \n \
>> > + Ubuntu 12.04.1 LTS \n \
>>
>> Wait, wouldn't you keep the old one too? Or do we just validate poky
>> for the latest only?
>
> The thing is, you would only have the old version if you never ran the normal
> update process - the minor version update comes down automatically as part of
> that, it's not a distro upgrade.
I understand - but I don't update ;)
-M
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS
2012-08-17 18:32 ` McClintock Matthew-B29882
2012-08-17 18:36 ` Paul Eggleton
@ 2012-08-17 19:55 ` Khem Raj
1 sibling, 0 replies; 6+ messages in thread
From: Khem Raj @ 2012-08-17 19:55 UTC (permalink / raw)
To: McClintock Matthew-B29882; +Cc: Paul Eggleton, poky@yoctoproject.org
On Fri, Aug 17, 2012 at 11:32 AM, McClintock Matthew-B29882
<B29882@freescale.com> wrote:
> On Fri, Aug 17, 2012 at 5:55 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
>> If you have 12.04 LTS it will now have been updated to 12.04.1.
>>
>> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
>> ---
>> meta-yocto/conf/distro/poky.conf | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
>> index cc9fa6c..711087b 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 LTS \n \
>> + Ubuntu 12.04.1 LTS \n \
>
> Wait, wouldn't you keep the old one too? Or do we just validate poky
> for the latest only?
I think we should check for 12.04.x iow forget about third minor
update, there couldnot be much differences that we would worry about.
>
> -M
>
>> Fedora release 15 (Lovelock) \n \
>> Fedora release 16 (Verne) \n \
>> Fedora release 17 (Beefy Miracle) \n \
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-08-17 19:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 10:55 [PATCH] poky.conf: update distro ID string for Ubuntu 12.04.1 LTS Paul Eggleton
2012-08-17 12:20 ` Richard Purdie
2012-08-17 18:32 ` McClintock Matthew-B29882
2012-08-17 18:36 ` Paul Eggleton
2012-08-17 18:42 ` McClintock Matthew-B29882
2012-08-17 19:55 ` Khem Raj
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.