All of lore.kernel.org
 help / color / mirror / Atom feed
* [warrior 0/3] Pull request
@ 2019-10-06 15:40 Armin Kuster
  2019-10-06 15:40 ` [warrior 1/3] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP Armin Kuster
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Armin Kuster @ 2019-10-06 15:40 UTC (permalink / raw)
  To: yocto

Please merge these changes to meta-yocto warrior

The following changes since commit c16082ffa61f485e120670fbdf075f3fa8597494:

  poky.conf: Bump version for 2.7.1 warrior release (2019-06-30 22:41:39 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib meta-yocto/stable/warrior-next
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=meta-yocto/stable/warrior-next

Kevin Hao (1):
  meta-yocto-bsp: Bump to the latest stable kernel for all the BSP

Ross Burton (2):
  conf/poky: add debian-10 to the supported distribution list
  conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported
    distributions

 meta-poky/conf/distro/poky.conf                      |  3 +++
 .../recipes-kernel/linux/linux-yocto_4.19.bbappend   | 20 ++++++++++----------
 .../recipes-kernel/linux/linux-yocto_5.0.bbappend    | 20 ++++++++++----------
 3 files changed, 23 insertions(+), 20 deletions(-)

-- 
2.7.4



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

* [warrior 1/3] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP
  2019-10-06 15:40 [warrior 0/3] Pull request Armin Kuster
@ 2019-10-06 15:40 ` Armin Kuster
  2019-10-06 15:40 ` [warrior 2/3] conf/poky: add debian-10 to the supported distribution list Armin Kuster
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Armin Kuster @ 2019-10-06 15:40 UTC (permalink / raw)
  To: yocto

From: Kevin Hao <kexin.hao@windriver.com>

Boot test for all these boards.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-kernel/linux/linux-yocto_4.19.bbappend   | 20 ++++++++++----------
 .../recipes-kernel/linux/linux-yocto_5.0.bbappend    | 20 ++++++++++----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
index 6025230..ec269d9 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.19.bbappend
@@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 KMACHINE_beaglebone-yocto ?= "beaglebone"
 
-SRCREV_machine_genericx86    ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_machine_genericx86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
-SRCREV_machine_edgerouter ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
-SRCREV_machine_beaglebone-yocto ?= "eebb51300a07804a020ec468b5f8c5bf720198d9"
-SRCREV_machine_mpc8315e-rdb ?= "8b60f968823256f5d2889c4520d70299ca21411b"
+SRCREV_machine_genericx86    ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
+SRCREV_machine_genericx86-64 ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
+SRCREV_machine_edgerouter ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
+SRCREV_machine_beaglebone-yocto ?= "5664dc14399edcaad210bbeb6343d84561fb3ea8"
+SRCREV_machine_mpc8315e-rdb ?= "d419f4ca6ba4b097b8ad710a93b89510f5b2998c"
 
 COMPATIBLE_MACHINE_genericx86 = "genericx86"
 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
@@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.19.19"
-LINUX_VERSION_genericx86-64 = "4.19.19"
-LINUX_VERSION_edgerouter = "4.19.14"
-LINUX_VERSION_beaglebone-yocto = "4.19.14"
-LINUX_VERSION_mpc8315e-rdb = "4.19.14"
+LINUX_VERSION_genericx86 = "4.19.34"
+LINUX_VERSION_genericx86-64 = "4.19.34"
+LINUX_VERSION_edgerouter = "4.19.34"
+LINUX_VERSION_beaglebone-yocto = "4.19.34"
+LINUX_VERSION_mpc8315e-rdb = "4.19.34"
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
index 5cf6e1f..d7cf121 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0.bbappend
@@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 KMACHINE_beaglebone-yocto ?= "beaglebone"
 
-SRCREV_machine_genericx86    ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
-SRCREV_machine_genericx86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
-SRCREV_machine_edgerouter ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
-SRCREV_machine_beaglebone-yocto ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d"
-SRCREV_machine_mpc8315e-rdb ?= "8b62af7f252af10588276802c4c6d7c502e875be"
+SRCREV_machine_genericx86    ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
+SRCREV_machine_genericx86-64 ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
+SRCREV_machine_edgerouter ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
+SRCREV_machine_beaglebone-yocto ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4"
+SRCREV_machine_mpc8315e-rdb ?= "670ce7e9db627d0c2067cfdb571ddc1f117818d8"
 
 COMPATIBLE_MACHINE_genericx86 = "genericx86"
 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
@@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "5.0.3"
-LINUX_VERSION_genericx86-64 = "5.0.3"
-LINUX_VERSION_edgerouter = "5.0.3"
-LINUX_VERSION_beaglebone-yocto = "5.0.3"
-LINUX_VERSION_mpc8315e-rdb = "5.0.3"
+LINUX_VERSION_genericx86 = "5.0.13"
+LINUX_VERSION_genericx86-64 = "5.0.13"
+LINUX_VERSION_edgerouter = "5.0.13"
+LINUX_VERSION_beaglebone-yocto = "5.0.13"
+LINUX_VERSION_mpc8315e-rdb = "5.0.13"
-- 
2.7.4



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

* [warrior 2/3] conf/poky: add debian-10 to the supported distribution list
  2019-10-06 15:40 [warrior 0/3] Pull request Armin Kuster
  2019-10-06 15:40 ` [warrior 1/3] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP Armin Kuster
@ 2019-10-06 15:40 ` Armin Kuster
  2019-10-06 15:40 ` [warrior 3/3] conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported distributions Armin Kuster
  2019-10-13 19:27 ` [warrior 0/3] Pull request akuster808
  3 siblings, 0 replies; 5+ messages in thread
From: Armin Kuster @ 2019-10-06 15:40 UTC (permalink / raw)
  To: yocto

From: Ross Burton <ross.burton@intel.com>

Debian 10 is the new stable release and is being tested on the autobuilder, so
add this to the supported distribution list.

[ YOCTO #13432 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-poky/conf/distro/poky.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 87759b3..f2df2c1 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -59,6 +59,7 @@ SANITY_TESTED_DISTROS ?= " \
             centos-7 \n \
             debian-8 \n \
             debian-9 \n \
+            debian-10 \n \
             opensuse-42.3 \n \
             "
 #
-- 
2.7.4



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

* [warrior 3/3] conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported distributions
  2019-10-06 15:40 [warrior 0/3] Pull request Armin Kuster
  2019-10-06 15:40 ` [warrior 1/3] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP Armin Kuster
  2019-10-06 15:40 ` [warrior 2/3] conf/poky: add debian-10 to the supported distribution list Armin Kuster
@ 2019-10-06 15:40 ` Armin Kuster
  2019-10-13 19:27 ` [warrior 0/3] Pull request akuster808
  3 siblings, 0 replies; 5+ messages in thread
From: Armin Kuster @ 2019-10-06 15:40 UTC (permalink / raw)
  To: yocto

From: Ross Burton <ross.burton@intel.com>

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-poky/conf/distro/poky.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index f2df2c1..de744f6 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -56,11 +56,13 @@ SANITY_TESTED_DISTROS ?= " \
             ubuntu-18.04 \n \
             fedora-28 \n \
             fedora-29 \n \
+            fedora-30 \n \
             centos-7 \n \
             debian-8 \n \
             debian-9 \n \
             debian-10 \n \
             opensuse-42.3 \n \
+            opensuseleap-15.1 \n \
             "
 #
 # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
-- 
2.7.4



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

* Re: [warrior 0/3] Pull request
  2019-10-06 15:40 [warrior 0/3] Pull request Armin Kuster
                   ` (2 preceding siblings ...)
  2019-10-06 15:40 ` [warrior 3/3] conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported distributions Armin Kuster
@ 2019-10-13 19:27 ` akuster808
  3 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2019-10-13 19:27 UTC (permalink / raw)
  To: Armin Kuster, yocto

ping

On 10/6/19 8:40 AM, Armin Kuster wrote:
> Please merge these changes to meta-yocto warrior
>
> The following changes since commit c16082ffa61f485e120670fbdf075f3fa8597494:
>
>   poky.conf: Bump version for 2.7.1 warrior release (2019-06-30 22:41:39 +0100)
>
> are available in the git repository at:
>
>   git://git.yoctoproject.org/poky-contrib meta-yocto/stable/warrior-next
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=meta-yocto/stable/warrior-next
>
> Kevin Hao (1):
>   meta-yocto-bsp: Bump to the latest stable kernel for all the BSP
>
> Ross Burton (2):
>   conf/poky: add debian-10 to the supported distribution list
>   conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported
>     distributions
>
>  meta-poky/conf/distro/poky.conf                      |  3 +++
>  .../recipes-kernel/linux/linux-yocto_4.19.bbappend   | 20 ++++++++++----------
>  .../recipes-kernel/linux/linux-yocto_5.0.bbappend    | 20 ++++++++++----------
>  3 files changed, 23 insertions(+), 20 deletions(-)
>



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

end of thread, other threads:[~2019-10-13 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 15:40 [warrior 0/3] Pull request Armin Kuster
2019-10-06 15:40 ` [warrior 1/3] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP Armin Kuster
2019-10-06 15:40 ` [warrior 2/3] conf/poky: add debian-10 to the supported distribution list Armin Kuster
2019-10-06 15:40 ` [warrior 3/3] conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported distributions Armin Kuster
2019-10-13 19:27 ` [warrior 0/3] Pull request akuster808

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.