summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-09-14 16:13:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 17:18:49 +0100
commit9b1a7e66afe39863e5c471df24f288942179e097 (patch)
tree25d7bd7cf09fbdf9c3a81802548b0eedf26224c0 /meta-yocto-bsp
parentb24d9be38f6bdd38f621e4d79203fb68893935c7 (diff)
downloadpoky-9b1a7e66afe39863e5c471df24f288942179e097.tar.gz
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1
- Includes fix for CVE-2017-1000251 - Upgrades to Linux 4.1.43 (From meta-yocto rev: e3ae387f2f7f40f66f08cc79e66b933e3c1b217c) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> cleaned up as other bsp already updated to 4.1.43 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend8
1 files 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 30426aa185..94d5cc58d1 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"
7KMACHINE_genericx86 ?= "common-pc" 7KMACHINE_genericx86 ?= "common-pc"
8KMACHINE_genericx86-64 ?= "common-pc-64" 8KMACHINE_genericx86-64 ?= "common-pc-64"
9 9
10SRCREV_machine_genericx86 ?= "f905fdd5da150ea809f847f00f3476220606c0ff" 10SRCREV_machine_genericx86 ?= "6fdc50d32489a335f65538bf3cff59ad7ac925f5"
11SRCREV_machine_genericx86-64 ?= "f905fdd5da150ea809f847f00f3476220606c0ff" 11SRCREV_machine_genericx86-64 ?= "6fdc50d32489a335f65538bf3cff59ad7ac925f5"
12SRCREV_machine_edgerouter ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1" 12SRCREV_machine_edgerouter ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1"
13SRCREV_machine_beaglebone ?= "ce38fdb820476e496579f2481be977c0f35509f4" 13SRCREV_machine_beaglebone ?= "ce38fdb820476e496579f2481be977c0f35509f4"
14SRCREV_machine_mpc8315e-rdb ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1" 14SRCREV_machine_mpc8315e-rdb ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1"
@@ -19,8 +19,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
19COMPATIBLE_MACHINE_beaglebone = "beaglebone" 19COMPATIBLE_MACHINE_beaglebone = "beaglebone"
20COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" 20COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
21 21
22LINUX_VERSION_genericx86 = "4.1.42" 22LINUX_VERSION_genericx86 = "4.1.43"
23LINUX_VERSION_genericx86-64 = "4.1.42" 23LINUX_VERSION_genericx86-64 = "4.1.43"
24LINUX_VERSION_edgerouter = "4.1.43" 24LINUX_VERSION_edgerouter = "4.1.43"
25LINUX_VERSION_beaglebone = "4.1.43" 25LINUX_VERSION_beaglebone = "4.1.43"
26LINUX_VERSION_mpc8315e-rdb = "4.1.43" 26LINUX_VERSION_mpc8315e-rdb = "4.1.43"