All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] genericx86 and genericx86-64 kernel updates
@ 2017-11-14 22:45 Alejandro Hernandez
  2017-11-14 22:45 ` [PATCH 1/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9 Alejandro Hernandez
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alejandro Hernandez @ 2017-11-14 22:45 UTC (permalink / raw)
  To: poky

Updates kernels 4.4, 4.9 and 4.12 for genx86 MACHINES

The following changes since commit 4ed19ac8c19afd56d445d84e02b622cb056b8359:

  poky: Switch to post release name/version (2017-11-14 17:26:58 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib aehs29/genx86_master_kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=aehs29/genx86_master_kernel

Alejandro Hernandez (3):
  linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
  linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12
  linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4

 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.12.3



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

* [PATCH 1/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
  2017-11-14 22:45 [PATCH 0/3] genericx86 and genericx86-64 kernel updates Alejandro Hernandez
@ 2017-11-14 22:45 ` Alejandro Hernandez
  2017-11-14 22:45 ` [PATCH 2/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12 Alejandro Hernandez
  2017-11-14 22:45 ` [PATCH 3/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Alejandro Hernandez
  2 siblings, 0 replies; 4+ messages in thread
From: Alejandro Hernandez @ 2017-11-14 22:45 UTC (permalink / raw)
  To: poky

- Upgrades to Linux 4.9.61

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.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 63538de7354..f9836cebe1c 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    ?= "d8520539587665c19a0afc97858069184574da66"
+SRCREV_machine_genericx86-64 ?= "d8520539587665c19a0afc97858069184574da66"
 SRCREV_machine_edgerouter ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404"
 SRCREV_machine_beaglebone-yocto ?= "480ee599fb8df712c10dcf4b7aa6398b79f7d404"
 SRCREV_machine_mpc8315e-rdb ?= "88a703b15a7564704c3dc5d3c1237e0859897655"
@@ -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.61"
+LINUX_VERSION_genericx86-64 = "4.9.61"
 LINUX_VERSION_edgerouter = "4.9.49"
 LINUX_VERSION_beaglebone-yocto = "4.9.49"
 LINUX_VERSION_mpc8315e-rdb = "4.9.49"
-- 
2.12.3



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

* [PATCH 2/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12
  2017-11-14 22:45 [PATCH 0/3] genericx86 and genericx86-64 kernel updates Alejandro Hernandez
  2017-11-14 22:45 ` [PATCH 1/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9 Alejandro Hernandez
@ 2017-11-14 22:45 ` Alejandro Hernandez
  2017-11-14 22:45 ` [PATCH 3/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Alejandro Hernandez
  2 siblings, 0 replies; 4+ messages in thread
From: Alejandro Hernandez @ 2017-11-14 22:45 UTC (permalink / raw)
  To: poky

- Upgrades to Linux 4.12.14

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.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 2609129e3c7..2a11ad52a41 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    ?= "9cc6b0ae1aad7312e85ac4134398f81c0140de33"
+SRCREV_machine_genericx86-64 ?= "9cc6b0ae1aad7312e85ac4134398f81c0140de33"
 SRCREV_machine_edgerouter ?= "16de0149674ed12d983b77a453852ac2e64584b4"
 SRCREV_machine_beaglebone-yocto ?= "16de0149674ed12d983b77a453852ac2e64584b4"
 SRCREV_machine_mpc8315e-rdb ?= "8c360c7c3eebeb9251ddd8e9cde39908677f5850"
@@ -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.14"
+LINUX_VERSION_genericx86-64 = "4.12.14"
 LINUX_VERSION_edgerouter = "4.12.12"
 LINUX_VERSION_beaglebone-yocto = "4.12.12"
 LINUX_VERSION_mpc8315e-rdb = "4.12.12"
-- 
2.12.3



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

* [PATCH 3/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
  2017-11-14 22:45 [PATCH 0/3] genericx86 and genericx86-64 kernel updates Alejandro Hernandez
  2017-11-14 22:45 ` [PATCH 1/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9 Alejandro Hernandez
  2017-11-14 22:45 ` [PATCH 2/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12 Alejandro Hernandez
@ 2017-11-14 22:45 ` Alejandro Hernandez
  2 siblings, 0 replies; 4+ messages in thread
From: Alejandro Hernandez @ 2017-11-14 22:45 UTC (permalink / raw)
  To: poky

- Upgrades to Linux 4.4.93

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.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 5725c879df4..4f41a74a6de 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 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
 SRCREV_machine_beaglebone-yocto ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
 SRCREV_machine_mpc8315e-rdb ?= "b4daa4e9d68862e559d726b0b66b7be605889b9e"
@@ -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.87"
 LINUX_VERSION_beaglebone-yocto = "4.4.87"
 LINUX_VERSION_mpc8315e-rdb = "4.4.87"
-- 
2.12.3



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

end of thread, other threads:[~2017-11-14 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-14 22:45 [PATCH 0/3] genericx86 and genericx86-64 kernel updates Alejandro Hernandez
2017-11-14 22:45 ` [PATCH 1/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9 Alejandro Hernandez
2017-11-14 22:45 ` [PATCH 2/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12 Alejandro Hernandez
2017-11-14 22:45 ` [PATCH 3/3] linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Alejandro Hernandez

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.