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>
This commit is contained in:
Alejandro Hernandez 2017-09-14 16:13:07 -07:00 committed by Richard Purdie
parent b24d9be38f
commit 9b1a7e66af
1 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
SRCREV_machine_genericx86 ?= "f905fdd5da150ea809f847f00f3476220606c0ff"
SRCREV_machine_genericx86-64 ?= "f905fdd5da150ea809f847f00f3476220606c0ff"
SRCREV_machine_genericx86 ?= "6fdc50d32489a335f65538bf3cff59ad7ac925f5"
SRCREV_machine_genericx86-64 ?= "6fdc50d32489a335f65538bf3cff59ad7ac925f5"
SRCREV_machine_edgerouter ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1"
SRCREV_machine_beaglebone ?= "ce38fdb820476e496579f2481be977c0f35509f4"
SRCREV_machine_mpc8315e-rdb ?= "782133d8166ac71ef1ffaba58b7cf81ec9e532a1"
@ -19,8 +19,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone = "beaglebone"
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
LINUX_VERSION_genericx86 = "4.1.42"
LINUX_VERSION_genericx86-64 = "4.1.42"
LINUX_VERSION_genericx86 = "4.1.43"
LINUX_VERSION_genericx86-64 = "4.1.43"
LINUX_VERSION_edgerouter = "4.1.43"
LINUX_VERSION_beaglebone = "4.1.43"
LINUX_VERSION_mpc8315e-rdb = "4.1.43"