All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1
       [not found] <cover.1463158603.git.alejandro.hernandez@linux.intel.com>
@ 2016-05-13 16:58 ` Alejandro Hernandez
  2016-05-13 16:58 ` [PATCH 2/2] linux-yocto: Update SRCREV for genericx86* for 4.4 Alejandro Hernandez
  1 sibling, 0 replies; 6+ messages in thread
From: Alejandro Hernandez @ 2016-05-13 16:58 UTC (permalink / raw)
  To: poky

Upgrades to Linux version 4.1.22

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

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
index b20a18b..215a4de 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -7,8 +7,8 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86    ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
-SRCREV_machine_genericx86-64 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
+SRCREV_machine_genericx86    ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_genericx86-64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
 SRCREV_machine_edgerouter ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
 SRCREV_machine_beaglebone ?= "efb6ffb2ca96a364f916c9890ad023fc595e0e6e"
 SRCREV_machine_mpc8315e-rdb ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
@@ -19,5 +19,5 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone = "beaglebone"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.1.18"
-LINUX_VERSION_genericx86-64 = "4.1.18"
+LINUX_VERSION_genericx86 = "4.1.22"
+LINUX_VERSION_genericx86-64 = "4.1.22"
-- 
2.6.6



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

* [PATCH 2/2] linux-yocto: Update SRCREV for genericx86* for 4.4
       [not found] <cover.1463158603.git.alejandro.hernandez@linux.intel.com>
  2016-05-13 16:58 ` [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1 Alejandro Hernandez
@ 2016-05-13 16:58 ` Alejandro Hernandez
  1 sibling, 0 replies; 6+ messages in thread
From: Alejandro Hernandez @ 2016-05-13 16:58 UTC (permalink / raw)
  To: poky

Upgrades to Linux version 4.4.10

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 e31b0c8..a7e351a 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
@@ -7,8 +7,8 @@ KBRANCH_edgerouter = "standard/edgerouter"
 KBRANCH_beaglebone = "standard/beaglebone"
 KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 
-SRCREV_machine_genericx86    ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6"
-SRCREV_machine_genericx86-64 ?= "3d2455f9da30f923c6bd69014fad4cc4ea738be6"
+SRCREV_machine_genericx86    ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f"
+SRCREV_machine_genericx86-64 ?= "fe7ff38448d530db27ac31cbb086cb6fdf94bb7f"
 SRCREV_machine_edgerouter ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2"
 SRCREV_machine_beaglebone ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2"
 SRCREV_machine_mpc8315e-rdb ?= "df00877ef9387b38b9601c82db57de2a1b23ce53"
@@ -19,5 +19,5 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone = "beaglebone"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.4.3"
-LINUX_VERSION_genericx86-64 = "4.4.3"
+LINUX_VERSION_genericx86 = "4.4.10"
+LINUX_VERSION_genericx86-64 = "4.4.10"
-- 
2.6.6



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

* [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1
       [not found] <cover.1464293956.git.alejandro.hernandez@linux.intel.com>
@ 2016-05-26 20:19 ` Alejandro Hernandez
  0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Hernandez @ 2016-05-26 20:19 UTC (permalink / raw)
  To: poky

Upgrades to Linux version 4.1.24

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

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 215a4de..670e641 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -7,8 +7,8 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86    ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
-SRCREV_machine_genericx86-64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_genericx86    ?= "ecc983477682203619da0e456fa4a8689ac41097"
+SRCREV_machine_genericx86-64 ?= "ecc983477682203619da0e456fa4a8689ac41097"
 SRCREV_machine_edgerouter ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
 SRCREV_machine_beaglebone ?= "efb6ffb2ca96a364f916c9890ad023fc595e0e6e"
 SRCREV_machine_mpc8315e-rdb ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
@@ -19,5 +19,5 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone = "beaglebone"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.1.22"
-LINUX_VERSION_genericx86-64 = "4.1.22"
+LINUX_VERSION_genericx86 = "4.1.24"
+LINUX_VERSION_genericx86-64 = "4.1.24"
-- 
2.6.6



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

* [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1
       [not found] <cover.1464195263.git.alejandro.hernandez@linux.intel.com>
@ 2016-05-26 18:18 ` Alejandro Hernandez
  0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Hernandez @ 2016-05-26 18:18 UTC (permalink / raw)
  To: poky

Upgrades to Linux version 4.1.24

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

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 215a4de..670e641 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -7,8 +7,8 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86    ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
-SRCREV_machine_genericx86-64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_genericx86    ?= "ecc983477682203619da0e456fa4a8689ac41097"
+SRCREV_machine_genericx86-64 ?= "ecc983477682203619da0e456fa4a8689ac41097"
 SRCREV_machine_edgerouter ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
 SRCREV_machine_beaglebone ?= "efb6ffb2ca96a364f916c9890ad023fc595e0e6e"
 SRCREV_machine_mpc8315e-rdb ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
@@ -19,5 +19,5 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone = "beaglebone"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 
-LINUX_VERSION_genericx86 = "4.1.22"
-LINUX_VERSION_genericx86-64 = "4.1.22"
+LINUX_VERSION_genericx86 = "4.1.24"
+LINUX_VERSION_genericx86-64 = "4.1.24"
-- 
2.6.6



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

* [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1
       [not found] <cover.1458584500.git.alejandro.hernandez@linux.intel.com>
@ 2016-03-21 18:23 ` Alejandro Hernandez
  0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Hernandez @ 2016-03-21 18:23 UTC (permalink / raw)
  To: poky

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta-yocto-bsp/conf/machine/genericx86-64.conf               | 2 --
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf
index 3a4ef2c..f76e35a 100644
--- a/meta-yocto-bsp/conf/machine/genericx86-64.conf
+++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf
@@ -6,5 +6,3 @@
 DEFAULTTUNE ?= "core2-64"
 require conf/machine/include/tune-core2.inc
 require conf/machine/include/genericx86-common.inc
-
-APPEND_genericx86-64 += "i915.preliminary_hw_support=1"
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 344dbca..b20a18b 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -7,8 +7,8 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86    ?= "dd6492b44151164242718855d6c9eebbf0018eac"
-SRCREV_machine_genericx86-64 ?= "dd6492b44151164242718855d6c9eebbf0018eac"
+SRCREV_machine_genericx86    ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
+SRCREV_machine_genericx86-64 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
 SRCREV_machine_edgerouter ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
 SRCREV_machine_beaglebone ?= "efb6ffb2ca96a364f916c9890ad023fc595e0e6e"
 SRCREV_machine_mpc8315e-rdb ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
-- 
2.6.2



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

* [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1
       [not found] <cover.1455230140.git.alejandro.hernandez@linux.intel.com>
@ 2016-02-11 22:41 ` Alejandro Hernandez
  0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Hernandez @ 2016-02-11 22:41 UTC (permalink / raw)
  To: openembedded-core

Upgrades to stable LINUX_VERSION 4.1.17

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 0473b08..fb347a4 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -7,8 +7,8 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 KMACHINE_genericx86 ?= "common-pc"
 KMACHINE_genericx86-64 ?= "common-pc-64"
 
-SRCREV_machine_genericx86    ?= "788dfc9859321c09f1c58696bf8998f90ccb4f51"
-SRCREV_machine_genericx86-64 ?= "788dfc9859321c09f1c58696bf8998f90ccb4f51"
+SRCREV_machine_genericx86    ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a"
+SRCREV_machine_genericx86-64 ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a"
 SRCREV_machine_edgerouter ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
 SRCREV_machine_beaglebone ?= "efb6ffb2ca96a364f916c9890ad023fc595e0e6e"
 SRCREV_machine_mpc8315e-rdb ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
@@ -18,3 +18,6 @@ COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
 COMPATIBLE_MACHINE_edgerouter = "edgerouter"
 COMPATIBLE_MACHINE_beaglebone = "beaglebone"
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
+
+LINUX_VERSION_genericx86 = "4.1.17"
+LINUX_VERSION_genericx86-64 = "4.1.17"
-- 
2.6.2



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

end of thread, other threads:[~2016-05-26 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1463158603.git.alejandro.hernandez@linux.intel.com>
2016-05-13 16:58 ` [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1 Alejandro Hernandez
2016-05-13 16:58 ` [PATCH 2/2] linux-yocto: Update SRCREV for genericx86* for 4.4 Alejandro Hernandez
     [not found] <cover.1464293956.git.alejandro.hernandez@linux.intel.com>
2016-05-26 20:19 ` [PATCH 1/2] linux-yocto: Update SRCREV for genericx86* for 4.1 Alejandro Hernandez
     [not found] <cover.1464195263.git.alejandro.hernandez@linux.intel.com>
2016-05-26 18:18 ` Alejandro Hernandez
     [not found] <cover.1458584500.git.alejandro.hernandez@linux.intel.com>
2016-03-21 18:23 ` Alejandro Hernandez
     [not found] <cover.1455230140.git.alejandro.hernandez@linux.intel.com>
2016-02-11 22:41 ` 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.