linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1

Upgrades to linux version 4.1.28

(From meta-yocto rev: da898f3da00d6e74f7f69d89b47c7529ebc7b20d)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alejandro Hernandez 2016-08-03 20:29:32 +00:00 committed by Richard Purdie
parent dd53025d24
commit 4534741168
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 ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7"
SRCREV_machine_genericx86-64 ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7"
SRCREV_machine_genericx86 ?= "44af900716206d4cae283aa74e92f4118720724a"
SRCREV_machine_genericx86-64 ?= "44af900716206d4cae283aa74e92f4118720724a"
SRCREV_machine_edgerouter ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a"
SRCREV_machine_beaglebone ?= "859aecf685fcd9d30490a6da459fb76b48947075"
SRCREV_machine_mpc8315e-rdb ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a"
@ -19,5 +19,5 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone = "beaglebone"
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
LINUX_VERSION_genericx86 = "4.1.26"
LINUX_VERSION_genericx86-64 = "4.1.26"
LINUX_VERSION_genericx86 = "4.1.28"
LINUX_VERSION_genericx86-64 = "4.1.28"