All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky.conf: fix Poky release info to include release number
@ 2012-10-04 23:52 Saul Wold
  2012-10-05  0:26 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2012-10-04 23:52 UTC (permalink / raw)
  To: poky

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta-yocto/conf/distro/poky.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index ad45f25..8e82496 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -71,8 +71,8 @@ CONNECTIVITY_CHECK_URIS ?= " \
 SANITY_TESTED_DISTROS ?= " \
             Yocto (Built by Poky 7.0) 1.2 \n \
             Yocto (Built by Poky 8.0) 1.3 \n \
-            Poky 7.0 (Yocto Project 1.2 Reference Distro) \n \
-            Poky 8.0 (Yocto Project 1.3 Reference Distro) \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 \
             Ubuntu 10.04.4 LTS \n \
             Ubuntu 11.10 \n \
             Ubuntu 12.04 LTS \n \
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] poky.conf: fix Poky release info to include release number
  2012-10-04 23:52 [PATCH] poky.conf: fix Poky release info to include release number Saul Wold
@ 2012-10-05  0:26 ` Paul Eggleton
  2012-10-05  0:31   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-10-05  0:26 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky

On Thursday 04 October 2012 16:52:31 Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>  meta-yocto/conf/distro/poky.conf |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-yocto/conf/distro/poky.conf
> b/meta-yocto/conf/distro/poky.conf index ad45f25..8e82496 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -71,8 +71,8 @@ CONNECTIVITY_CHECK_URIS ?= " \
>  SANITY_TESTED_DISTROS ?= " \
>              Yocto (Built by Poky 7.0) 1.2 \n \
>              Yocto (Built by Poky 8.0) 1.3 \n \
> -            Poky 7.0 (Yocto Project 1.2 Reference Distro) \n \
> -            Poky 8.0 (Yocto Project 1.3 Reference Distro) \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 \

Hmm, in prompting Richard to change DISTRO_NAME in the manner we have, I 
hadn't realised we would still end up with the version at the end as well :(

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] poky.conf: fix Poky release info to include release number
  2012-10-05  0:26 ` Paul Eggleton
@ 2012-10-05  0:31   ` Khem Raj
  2012-10-05  3:19     ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-10-05  0:31 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1411 bytes --]

On Thursday, October 4, 2012, Paul Eggleton <paul.eggleton@linux.intel.com>
wrote:
> On Thursday 04 October 2012 16:52:31 Saul Wold wrote:
>> Signed-off-by: Saul Wold <sgw@linux.intel.com>
>> ---
>>  meta-yocto/conf/distro/poky.conf |    4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-yocto/conf/distro/poky.conf
>> b/meta-yocto/conf/distro/poky.conf index ad45f25..8e82496 100644
>> --- a/meta-yocto/conf/distro/poky.conf
>> +++ b/meta-yocto/conf/distro/poky.conf
>> @@ -71,8 +71,8 @@ CONNECTIVITY_CHECK_URIS ?= " \
>>  SANITY_TESTED_DISTROS ?= " \
>>              Yocto (Built by Poky 7.0) 1.2 \n \
>>              Yocto (Built by Poky 8.0) 1.3 \n \
>> -            Poky 7.0 (Yocto Project 1.2 Reference Distro) \n \
>> -            Poky 8.0 (Yocto Project 1.3 Reference Distro) \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 \
>
> Hmm, in prompting Richard to change DISTRO_NAME in the manner we have, I
> hadn't realised we would still end up with the version at the end as well
:(

Yeah that looks a bit odd
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

[-- Attachment #2: Type: text/html, Size: 1917 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] poky.conf: fix Poky release info to include release number
  2012-10-05  0:31   ` Khem Raj
@ 2012-10-05  3:19     ` Saul Wold
  0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-10-05  3:19 UTC (permalink / raw)
  To: Khem Raj; +Cc: Paul Eggleton, poky@yoctoproject.org

On 10/04/2012 05:31 PM, Khem Raj wrote:
>
>
> On Thursday, October 4, 2012, Paul Eggleton
> <paul.eggleton@linux.intel.com <mailto:paul.eggleton@linux.intel.com>>
> wrote:
>  > On Thursday 04 October 2012 16:52:31 Saul Wold wrote:
>  >> Signed-off-by: Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>>
>  >> ---
>  >>  meta-yocto/conf/distro/poky.conf |    4 ++--
>  >>  1 file changed, 2 insertions(+), 2 deletions(-)
>  >>
>  >> diff --git a/meta-yocto/conf/distro/poky.conf
>  >> b/meta-yocto/conf/distro/poky.conf index ad45f25..8e82496 100644
>  >> --- a/meta-yocto/conf/distro/poky.conf
>  >> +++ b/meta-yocto/conf/distro/poky.conf
>  >> @@ -71,8 +71,8 @@ CONNECTIVITY_CHECK_URIS ?= " \
>  >>  SANITY_TESTED_DISTROS ?= " \
>  >>              Yocto (Built by Poky 7.0) 1.2 \n \
>  >>              Yocto (Built by Poky 8.0) 1.3 \n \
>  >> -            Poky 7.0 (Yocto Project 1.2 Reference Distro) \n \
>  >> -            Poky 8.0 (Yocto Project 1.3 Reference Distro) \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 \
>  >
>  > Hmm, in prompting Richard to change DISTRO_NAME in the manner we have, I
>  > hadn't realised we would still end up with the version at the end as
> well :(
>
> Yeah that looks a bit odd

I think this is due to the issue put both the DISTRO_NAME and 
DISTRO_VERSION into the issue and the LSB DISTRIB_RELEASE is both also.

We could change issue, but I am not sure we can change the LSB, I would 
have to dig into the standard!

Sau!

>  >
>  > Cheers,
>  > Paul
>  >
>  > --
>  >
>  > Paul Eggleton
>  > Intel Open Source Technology Centre
>  > _______________________________________________
>  > poky mailing list
>  > poky@yoctoproject.org <mailto:poky@yoctoproject.org>
>  > https://lists.yoctoproject.org/listinfo/poky
>  >


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-05  3:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 23:52 [PATCH] poky.conf: fix Poky release info to include release number Saul Wold
2012-10-05  0:26 ` Paul Eggleton
2012-10-05  0:31   ` Khem Raj
2012-10-05  3:19     ` 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.