* [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested
@ 2014-12-09 14:32 Otavio Salvador
2014-12-09 15:29 ` Olof Johansson
0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2014-12-09 14:32 UTC (permalink / raw)
To: Yocto Project Mailing List; +Cc: Otavio Salvador
The Debian 8 (codename Jessie) is frozen and has been in use in our
machines for some time. It has been working fine and as it is about to
be released it is better to whitelist it and remove the ugly warning
from build logs.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
meta-yocto/conf/distro/poky.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 0e66e84..6aff7b9 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -81,6 +81,7 @@ SANITY_TESTED_DISTROS ?= " \
Fedora-20 \n \
CentOS-6.5 \n \
Debian-7.* \n \
+ Debian-GNU-Linux-8 \n \
openSUSE-project-12.3 \n \
openSUSE-project-13.1 \n \
"
--
2.1.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested
2014-12-09 14:32 [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested Otavio Salvador
@ 2014-12-09 15:29 ` Olof Johansson
2014-12-09 15:32 ` Otavio Salvador
0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2014-12-09 15:29 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Yocto Project Mailing List
On 14-12-09 15:32 +0100, Otavio Salvador wrote:
> The Debian 8 (codename Jessie) is frozen and has been in use in our
> machines for some time. It has been working fine and as it is about to
> be released it is better to whitelist it and remove the ugly warning
> from build logs.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> meta-yocto/conf/distro/poky.conf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index 0e66e84..6aff7b9 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -81,6 +81,7 @@ SANITY_TESTED_DISTROS ?= " \
> Fedora-20 \n \
> CentOS-6.5 \n \
> Debian-7.* \n \
> + Debian-GNU-Linux-8 \n \
Where did you get that name from? Bitbake calls it Debian-8.0 for
me:
| WARNING: Host distribution "Debian-8.0" has not been validated
| with this version of the build system; you may possibly
| experience unexpected failures. It is recommended that you use a
| tested distribution.
I would propose
Debian-8.* \n
instead. But yeah, I've been running Jessie for some weeks, and I
support its inclusion at this point (it's in its pre-release
feature freeze).
--
olofjn
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested
2014-12-09 15:29 ` Olof Johansson
@ 2014-12-09 15:32 ` Otavio Salvador
2014-12-09 15:39 ` Olof Johansson
2014-12-09 15:41 ` Burton, Ross
0 siblings, 2 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-12-09 15:32 UTC (permalink / raw)
To: Olof Johansson; +Cc: Yocto Project Mailing List
On Tue, Dec 9, 2014 at 1:29 PM, Olof Johansson <olof.johansson@axis.com> wrote:
> On 14-12-09 15:32 +0100, Otavio Salvador wrote:
>> The Debian 8 (codename Jessie) is frozen and has been in use in our
>> machines for some time. It has been working fine and as it is about to
>> be released it is better to whitelist it and remove the ugly warning
>> from build logs.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
>> meta-yocto/conf/distro/poky.conf | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
>> index 0e66e84..6aff7b9 100644
>> --- a/meta-yocto/conf/distro/poky.conf
>> +++ b/meta-yocto/conf/distro/poky.conf
>> @@ -81,6 +81,7 @@ SANITY_TESTED_DISTROS ?= " \
>> Fedora-20 \n \
>> CentOS-6.5 \n \
>> Debian-7.* \n \
>> + Debian-GNU-Linux-8 \n \
>
> Where did you get that name from? Bitbake calls it Debian-8.0 for
> me:
>
> | WARNING: Host distribution "Debian-8.0" has not been validated
> | with this version of the build system; you may possibly
> | experience unexpected failures. It is recommended that you use a
> | tested distribution.
>
> I would propose
>
> Debian-8.* \n
>
> instead. But yeah, I've been running Jessie for some weeks, and I
> support its inclusion at this point (it's in its pre-release
> feature freeze).
This was my first patch and failed on me.
Ahhhh we need lsb-release for it to work.
Richard, can you pick the v1 or want me to send a v3?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested
2014-12-09 15:32 ` Otavio Salvador
@ 2014-12-09 15:39 ` Olof Johansson
2014-12-09 15:41 ` Burton, Ross
1 sibling, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-12-09 15:39 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Yocto Project Mailing List
On 14-12-09 16:32 +0100, Otavio Salvador wrote:
> On Tue, Dec 9, 2014 at 1:29 PM, Olof Johansson <olof.johansson@axis.com> wrote:
> > I would propose
> >
> > Debian-8.* \n
...
>
> This was my first patch and failed on me.
>
> Ahhhh we need lsb-release for it to work.
Ah, I didn't notice the v2 tag in the subject :).
--
olofjn
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested
2014-12-09 15:32 ` Otavio Salvador
2014-12-09 15:39 ` Olof Johansson
@ 2014-12-09 15:41 ` Burton, Ross
2014-12-09 16:02 ` Otavio Salvador
1 sibling, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2014-12-09 15:41 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Yocto Project Mailing List
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
On 9 December 2014 at 15:32, Otavio Salvador <otavio@ossystems.com.br>
wrote:
> Richard, can you pick the v1 or want me to send a v3?
>
I had v1 in my MUT, then dropped it and added v2. I can drop that and go
back to v1. ;)
Ross
[-- Attachment #2: Type: text/html, Size: 634 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested
2014-12-09 15:41 ` Burton, Ross
@ 2014-12-09 16:02 ` Otavio Salvador
0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2014-12-09 16:02 UTC (permalink / raw)
To: Burton, Ross; +Cc: Yocto Project Mailing List
On Tue, Dec 9, 2014 at 1:41 PM, Burton, Ross <ross.burton@intel.com> wrote:
>
> On 9 December 2014 at 15:32, Otavio Salvador <otavio@ossystems.com.br>
> wrote:
>>
>> Richard, can you pick the v1 or want me to send a v3?
>
>
> I had v1 in my MUT, then dropped it and added v2. I can drop that and go
> back to v1. ;)
Thanks Ross, please do :)
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-12-09 16:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 14:32 [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested Otavio Salvador
2014-12-09 15:29 ` Olof Johansson
2014-12-09 15:32 ` Otavio Salvador
2014-12-09 15:39 ` Olof Johansson
2014-12-09 15:41 ` Burton, Ross
2014-12-09 16:02 ` Otavio Salvador
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.