All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates
@ 2017-12-28  2:59 Anuj Mittal
  2017-12-28  2:59 ` [PATCH 1/3] linux-yocto: update genericx86* SRCREVs for v4.4 Anuj Mittal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Anuj Mittal @ 2017-12-28  2:59 UTC (permalink / raw)
  To: poky; +Cc: saul.wold

These update the kernel SRCREVs for genericx86* BSPs and should be applied
after Kevin Hao's patch to update SRCREVs for non x86 BSPs.

Anuj Mittal (3):
  linux-yocto: update genericx86* SRCREVs for v4.4
  linux-yocto: update genericx86* SRCREVs for v4.9
  linux-yocto: update genericx86* SRCREVs for v4.12

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

-- 
2.7.4



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

* [PATCH 1/3] linux-yocto: update genericx86* SRCREVs for v4.4
  2017-12-28  2:59 [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Anuj Mittal
@ 2017-12-28  2:59 ` Anuj Mittal
  2017-12-28  2:59 ` [PATCH 2/3] linux-yocto: update genericx86* SRCREVs for v4.9 Anuj Mittal
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Anuj Mittal @ 2017-12-28  2:59 UTC (permalink / raw)
  To: poky; +Cc: saul.wold

Bump to stable kernel release v4.4.93.

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

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
index 4411c75..ed20f34 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -8,8 +8,8 @@ KBRANCH_beaglebone-yocto = "standard/beaglebone"
 KMACHINE_beaglebone-yocto = "beaglebone"
 KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 
-SRCREV_machine_genericx86    ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
-SRCREV_machine_genericx86-64 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
+SRCREV_machine_genericx86    ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd"
+SRCREV_machine_genericx86-64 ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd"
 SRCREV_machine_edgerouter ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd"
 SRCREV_machine_beaglebone-yocto ?= "f070447fb60b5b939c94583d7c05f55ec2b37acd"
 SRCREV_machine_mpc8315e-rdb ?= "df06daf8e6de559934d16e88129bbba0237d0292"
@@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.4.87"
-LINUX_VERSION_genericx86-64 = "4.4.87"
+LINUX_VERSION_genericx86 = "4.4.93"
+LINUX_VERSION_genericx86-64 = "4.4.93"
 LINUX_VERSION_edgerouter = "4.4.93"
 LINUX_VERSION_beaglebone-yocto = "4.4.93"
 LINUX_VERSION_mpc8315e-rdb = "4.4.93"
-- 
2.7.4



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

* [PATCH 2/3] linux-yocto: update genericx86* SRCREVs for v4.9
  2017-12-28  2:59 [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Anuj Mittal
  2017-12-28  2:59 ` [PATCH 1/3] linux-yocto: update genericx86* SRCREVs for v4.4 Anuj Mittal
@ 2017-12-28  2:59 ` Anuj Mittal
  2017-12-28  2:59 ` [PATCH 3/3] linux-yocto: update genericx86* SRCREVs for v4.12 Anuj Mittal
  2018-01-03  2:28 ` [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Mittal, Anuj
  3 siblings, 0 replies; 5+ messages in thread
From: Anuj Mittal @ 2017-12-28  2:59 UTC (permalink / raw)
  To: poky; +Cc: saul.wold

Bump to stable kernel release v4.9.65.

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

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend
index 27cdac6..19e3743 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend
@@ -8,8 +8,8 @@ KBRANCH_beaglebone-yocto = "standard/beaglebone"
 KMACHINE_beaglebone-yocto = "beaglebone"
 KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 
-SRCREV_machine_genericx86    ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404"
-SRCREV_machine_genericx86-64 ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404"
+SRCREV_machine_genericx86    ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621"
+SRCREV_machine_genericx86-64 ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621"
 SRCREV_machine_edgerouter ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621"
 SRCREV_machine_beaglebone-yocto ?= "5174e51fa08d0942ddcf8b19540e90ec10eeb621"
 SRCREV_machine_mpc8315e-rdb ?= "98afa8ec2086fb2262d43040094e6c786d3847ba"
@@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.9.49"
-LINUX_VERSION_genericx86-64 = "4.9.49"
+LINUX_VERSION_genericx86 = "4.9.65"
+LINUX_VERSION_genericx86-64 = "4.9.65"
 LINUX_VERSION_edgerouter = "4.9.65"
 LINUX_VERSION_beaglebone-yocto = "4.9.65"
 LINUX_VERSION_mpc8315e-rdb = "4.9.65"
-- 
2.7.4



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

* [PATCH 3/3] linux-yocto: update genericx86* SRCREVs for v4.12
  2017-12-28  2:59 [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Anuj Mittal
  2017-12-28  2:59 ` [PATCH 1/3] linux-yocto: update genericx86* SRCREVs for v4.4 Anuj Mittal
  2017-12-28  2:59 ` [PATCH 2/3] linux-yocto: update genericx86* SRCREVs for v4.9 Anuj Mittal
@ 2017-12-28  2:59 ` Anuj Mittal
  2018-01-03  2:28 ` [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Mittal, Anuj
  3 siblings, 0 replies; 5+ messages in thread
From: Anuj Mittal @ 2017-12-28  2:59 UTC (permalink / raw)
  To: poky; +Cc: saul.wold

Bump to stable kernel release v4.12.18.

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 dc316ba..8e7d7d8 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    ?= "16de0149674ed12d983b77a453852ac2e64584b4"
-SRCREV_machine_genericx86-64 ?= "16de0149674ed12d983b77a453852ac2e64584b4"
+SRCREV_machine_genericx86    ?= "558fe84d691abbb8c8f5e149aa29ef4a478d0128"
+SRCREV_machine_genericx86-64 ?= "558fe84d691abbb8c8f5e149aa29ef4a478d0128"
 SRCREV_machine_edgerouter ?= "558fe84d691abbb8c8f5e149aa29ef4a478d0128"
 SRCREV_machine_beaglebone-yocto ?= "558fe84d691abbb8c8f5e149aa29ef4a478d0128"
 SRCREV_machine_mpc8315e-rdb ?= "f3c9a151c503869e39cea788b504b26b21e83ea4"
@@ -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.12"
-LINUX_VERSION_genericx86-64 = "4.12.12"
+LINUX_VERSION_genericx86 = "4.12.18"
+LINUX_VERSION_genericx86-64 = "4.12.18"
 LINUX_VERSION_edgerouter = "4.12.18"
 LINUX_VERSION_beaglebone-yocto = "4.12.18"
 LINUX_VERSION_mpc8315e-rdb = "4.12.18"
-- 
2.7.4



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

* Re: [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates
  2017-12-28  2:59 [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Anuj Mittal
                   ` (2 preceding siblings ...)
  2017-12-28  2:59 ` [PATCH 3/3] linux-yocto: update genericx86* SRCREVs for v4.12 Anuj Mittal
@ 2018-01-03  2:28 ` Mittal, Anuj
  3 siblings, 0 replies; 5+ messages in thread
From: Mittal, Anuj @ 2018-01-03  2:28 UTC (permalink / raw)
  To: poky; +Cc: Wold, Saul



> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On
> Behalf Of Anuj Mittal
> Sent: Thursday, December 28, 2017 11:00 AM
> To: poky@yoctoproject.org
> Cc: Wold, Saul <saul.wold@intel.com>
> Subject: [poky] [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates
> 
> These update the kernel SRCREVs for genericx86* BSPs and should be applied after
> Kevin Hao's patch to update SRCREVs for non x86 BSPs.
> 
> Anuj Mittal (3):
>   linux-yocto: update genericx86* SRCREVs for v4.4
>   linux-yocto: update genericx86* SRCREVs for v4.9
>   linux-yocto: update genericx86* SRCREVs for v4.12
> 
>  meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 8 ++++----  meta-
> yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend  | 8 ++++----  meta-yocto-
> bsp/recipes-kernel/linux/linux-yocto_4.9.bbappend  | 8 ++++----
>  3 files changed, 12 insertions(+), 12 deletions(-)

Please note that this series replaces the set sent by Alejandro which hasn't been merged yet.

https://lists.yoctoproject.org/pipermail/poky/2017-November/011159.html

Thanks,
Anuj


> 
> --
> 2.7.4
> 
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-28  2:59 [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Anuj Mittal
2017-12-28  2:59 ` [PATCH 1/3] linux-yocto: update genericx86* SRCREVs for v4.4 Anuj Mittal
2017-12-28  2:59 ` [PATCH 2/3] linux-yocto: update genericx86* SRCREVs for v4.9 Anuj Mittal
2017-12-28  2:59 ` [PATCH 3/3] linux-yocto: update genericx86* SRCREVs for v4.12 Anuj Mittal
2018-01-03  2:28 ` [PATCH 0/3] meta-yocto-bsp: genericx86* BSP kernel updates Mittal, Anuj

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.