All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto][PATCH v2 0/3] Update SRCREVs for genericx86* BSPs
@ 2018-03-28  6:19 Anuj Mittal
  2018-03-28  6:19 ` [meta-yocto][PATCH v2 1/3] linux-yocto: update genericx86* SRCREVs for 4.12 Anuj Mittal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anuj Mittal @ 2018-03-28  6:19 UTC (permalink / raw)
  To: yocto

This series replaces the earlier one sent by me. It syncs the genericx86*
BSP kernel revisions with the latest kernel series sent by Bruce for oe-core.
Sanity tested on NUC7 and Minnowboard.

Thanks,

Anuj Mittal (3):
  linux-yocto: update genericx86* SRCREVs for 4.12
  linux-yocto: update genericx86* SRCREVs for 4.14
  linux-yocto: update genericx86* SRCREVs for 4.15

 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 8 ++++----
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend | 8 ++++----
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.7.4



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

* [meta-yocto][PATCH v2 1/3] linux-yocto: update genericx86* SRCREVs for 4.12
  2018-03-28  6:19 [meta-yocto][PATCH v2 0/3] Update SRCREVs for genericx86* BSPs Anuj Mittal
@ 2018-03-28  6:19 ` Anuj Mittal
  2018-03-28  6:19 ` [meta-yocto][PATCH v2 2/3] linux-yocto: update genericx86* SRCREVs for 4.14 Anuj Mittal
  2018-03-28  6:19 ` [meta-yocto][PATCH v2 3/3] linux-yocto: update genericx86* SRCREVs for 4.15 Anuj Mittal
  2 siblings, 0 replies; 4+ messages in thread
From: Anuj Mittal @ 2018-03-28  6:19 UTC (permalink / raw)
  To: yocto

Bump to stable kernel release 4.12.21.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend
index 0740d9d..56e700d 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend
@@ -8,8 +8,8 @@ KBRANCH_beaglebone-yocto = "standard/beaglebone"
 KMACHINE_beaglebone-yocto = "beaglebone"
 KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 
-SRCREV_machine_genericx86    ?= "1c4ad569af3e23a77994235435040e322908687f"
-SRCREV_machine_genericx86-64 ?= "1c4ad569af3e23a77994235435040e322908687f"
+SRCREV_machine_genericx86    ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81"
+SRCREV_machine_genericx86-64 ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81"
 SRCREV_machine_edgerouter ?= "257f843ea367744620f1d92910afd2f454e31483"
 SRCREV_machine_beaglebone-yocto ?= "257f843ea367744620f1d92910afd2f454e31483"
 SRCREV_machine_mpc8315e-rdb ?= "014560874f9eb2a86138c9cc35046ff1720485e1"
@@ -21,8 +21,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.12.20"
-LINUX_VERSION_genericx86-64 = "4.12.20"
+LINUX_VERSION_genericx86 = "4.12.21"
+LINUX_VERSION_genericx86-64 = "4.12.21"
 LINUX_VERSION_edgerouter = "4.12.19"
 LINUX_VERSION_beaglebone-yocto = "4.12.19"
 LINUX_VERSION_mpc8315e-rdb = "4.12.19"
-- 
2.7.4



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

* [meta-yocto][PATCH v2 2/3] linux-yocto: update genericx86* SRCREVs for 4.14
  2018-03-28  6:19 [meta-yocto][PATCH v2 0/3] Update SRCREVs for genericx86* BSPs Anuj Mittal
  2018-03-28  6:19 ` [meta-yocto][PATCH v2 1/3] linux-yocto: update genericx86* SRCREVs for 4.12 Anuj Mittal
@ 2018-03-28  6:19 ` Anuj Mittal
  2018-03-28  6:19 ` [meta-yocto][PATCH v2 3/3] linux-yocto: update genericx86* SRCREVs for 4.15 Anuj Mittal
  2 siblings, 0 replies; 4+ messages in thread
From: Anuj Mittal @ 2018-03-28  6:19 UTC (permalink / raw)
  To: yocto

Bump to stable kernel release 4.14.30

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend
index e3a6963..3f73eea 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend
@@ -4,11 +4,11 @@ KBRANCH_genericx86-64  = "v4.14/standard/base"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86    ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
-SRCREV_machine_genericx86-64 ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
+SRCREV_machine_genericx86    ?= "1d50ce210b0536eb9a66d1e56ae215f92176444a"
+SRCREV_machine_genericx86-64 ?= "1d50ce210b0536eb9a66d1e56ae215f92176444a"
 
 COMPATIBLE_MACHINE_genericx86 = "genericx86"
 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
 
-LINUX_VERSION_genericx86 = "4.14.19"
-LINUX_VERSION_genericx86-64 = "4.14.19"
+LINUX_VERSION_genericx86 = "4.14.30"
+LINUX_VERSION_genericx86-64 = "4.14.30"
-- 
2.7.4



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

* [meta-yocto][PATCH v2 3/3] linux-yocto: update genericx86* SRCREVs for 4.15
  2018-03-28  6:19 [meta-yocto][PATCH v2 0/3] Update SRCREVs for genericx86* BSPs Anuj Mittal
  2018-03-28  6:19 ` [meta-yocto][PATCH v2 1/3] linux-yocto: update genericx86* SRCREVs for 4.12 Anuj Mittal
  2018-03-28  6:19 ` [meta-yocto][PATCH v2 2/3] linux-yocto: update genericx86* SRCREVs for 4.14 Anuj Mittal
@ 2018-03-28  6:19 ` Anuj Mittal
  2 siblings, 0 replies; 4+ messages in thread
From: Anuj Mittal @ 2018-03-28  6:19 UTC (permalink / raw)
  To: yocto

Bump to stable kernel release 4.15.13.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
index a30a924..9ae1735 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
@@ -4,11 +4,11 @@ KBRANCH_genericx86-64  = "v4.15/standard/base"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86    ?= "a6a3a6a73d628798fc6eb6832bf829a9ea43f6bd"
-SRCREV_machine_genericx86-64 ?= "a6a3a6a73d628798fc6eb6832bf829a9ea43f6bd"
+SRCREV_machine_genericx86    ?= "f73fd8783a3e7529902366ba75aafb81c19ec3c9"
+SRCREV_machine_genericx86-64 ?= "f73fd8783a3e7529902366ba75aafb81c19ec3c9"
 
 COMPATIBLE_MACHINE_genericx86 = "genericx86"
 COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
 
-LINUX_VERSION_genericx86 = "4.15.3"
-LINUX_VERSION_genericx86-64 = "4.15.3"
+LINUX_VERSION_genericx86 = "4.15.13"
+LINUX_VERSION_genericx86-64 = "4.15.13"
-- 
2.7.4



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

end of thread, other threads:[~2018-03-28  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28  6:19 [meta-yocto][PATCH v2 0/3] Update SRCREVs for genericx86* BSPs Anuj Mittal
2018-03-28  6:19 ` [meta-yocto][PATCH v2 1/3] linux-yocto: update genericx86* SRCREVs for 4.12 Anuj Mittal
2018-03-28  6:19 ` [meta-yocto][PATCH v2 2/3] linux-yocto: update genericx86* SRCREVs for 4.14 Anuj Mittal
2018-03-28  6:19 ` [meta-yocto][PATCH v2 3/3] linux-yocto: update genericx86* SRCREVs for 4.15 Anuj Mittal

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.