All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as validated
@ 2014-08-19 11:57 Otavio Salvador
  2014-08-24 17:14 ` Olof Johansson
  2014-08-28 21:59 ` [yocto] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Otavio Salvador @ 2014-08-19 11:57 UTC (permalink / raw)
  To: yocto; +Cc: Otavio Salvador

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-yocto/conf/distro/poky.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index ec251f9..34ce8ec 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -88,6 +88,8 @@ SANITY_TESTED_DISTROS ?= " \
             Debian-7.2 \n \
             Debian-7.3 \n \
             Debian-7.4 \n \
+            Debian-7.5 \n \
+            Debian-7.6 \n \
             SUSE-LINUX-12.2 \n \
             openSUSE-project-12.3 \n \
             openSUSE-project-13.1 \n \
-- 
2.1.0.rc1



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

* Re: [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as validated
  2014-08-19 11:57 [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as validated Otavio Salvador
@ 2014-08-24 17:14 ` Olof Johansson
  2014-08-28 21:59 ` [yocto] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-08-24 17:14 UTC (permalink / raw)
  To: yocto@lists.yoctoproject.org

Hi,

On 14-08-19 13:57 +0200, Otavio Salvador wrote:
> @@ -88,6 +88,8 @@ SANITY_TESTED_DISTROS ?= " \
>              Debian-7.2 \n \
>              Debian-7.3 \n \
>              Debian-7.4 \n \
> +            Debian-7.5 \n \
> +            Debian-7.6 \n \
>              SUSE-LINUX-12.2 \n \
>              openSUSE-project-12.3 \n \
>              openSUSE-project-13.1 \n \

Perhaps we could discuss adding Debian-7.* (the current
Debian stable release, Wheezy, aka Debian 7.x)? I know there's
some different opinions, but I'm just gonna put in my two cents
for why that change would imho be beneficial and harmless:

- No need to update the list for each point release. Since a
  Debian point release happens every other month and since these
  updates would never make it to a previous poky release, the
  distro version would be stale within two months of a poky release.

- Debian is one of few distros that includes this granular
  version level in the lsb version. Adding a 7.* glob would
  normalize it with other distros.

- Limited scope: "[The Debian point releases] usually incorporate
  the security fixes released until the time of the update and
  fixes for grave bugs in the current release" [1]

- Using poky should not make you feel hindered in doing important
  security upgrades provided by your desktop distribution, or for
  that matter make you select a different distribution in the
  belief that Debian stable isn't supported by Poky.

- For organizations and projects with stricter distro needs, the
  variable is easily overrideable. (This is true the other way
  around as well, we have already added the glob to our internal
  layer.)

Thoughts?

1: https://www.debian.org/doc/manuals/developers-reference/pkgs.html#upload-stable

(Of course, I have no objections to Otavio change.)

Regards,
-- 
olofjn


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

* [yocto] [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as validated
  2014-08-19 11:57 [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as validated Otavio Salvador
  2014-08-24 17:14 ` Olof Johansson
@ 2014-08-28 21:59 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2014-08-28 21:59 UTC (permalink / raw)
  To: poky >> "poky@yoctoproject.org"




-------- Original Message --------
Subject: [yocto] [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as 
validated
Date: Tue, 19 Aug 2014 08:57:31 -0300
From: Otavio Salvador <otavio@ossystems.com.br>
Organization: O.S. Systems Software LTDA.
To: yocto@lists.yoctoproject.org
CC: Otavio Salvador <otavio@ossystems.com.br>

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
  meta-yocto/conf/distro/poky.conf | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/meta-yocto/conf/distro/poky.conf 
b/meta-yocto/conf/distro/poky.conf
index ec251f9..34ce8ec 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -88,6 +88,8 @@ SANITY_TESTED_DISTROS ?= " \
              Debian-7.2 \n \
              Debian-7.3 \n \
              Debian-7.4 \n \
+            Debian-7.5 \n \
+            Debian-7.6 \n \
              SUSE-LINUX-12.2 \n \
              openSUSE-project-12.3 \n \
              openSUSE-project-13.1 \n \
-- 
2.1.0.rc1

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto






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

end of thread, other threads:[~2014-08-28 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 11:57 [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as validated Otavio Salvador
2014-08-24 17:14 ` Olof Johansson
2014-08-28 21:59 ` [yocto] " 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.