mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Bump to the latest stable kernel for 4.1, 4.4, 4,9 and 4.10. (From meta-yocto rev: acedc2be541a29e33c5d44692aab75432e4d56a3) (From meta-yocto rev: 892155e4be919e0e936c251d0ad904415e23f918) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
251fea0032
commit
b9dd3782ce
@@ -9,9 +9,9 @@ KMACHINE_genericx86-64 ?= "common-pc-64"
|
||||
|
||||
SRCREV_machine_genericx86 ?= "398d1785c6bde0085b99f00f346e199a15fbdcef"
|
||||
SRCREV_machine_genericx86-64 ?= "398d1785c6bde0085b99f00f346e199a15fbdcef"
|
||||
SRCREV_machine_edgerouter ?= "2ce56d130ddff67f43ec857cc51cd347666a0078"
|
||||
SRCREV_machine_beaglebone ?= "235de25be3f143b91dcc69479b770722c508889e"
|
||||
SRCREV_machine_mpc8315e-rdb ?= "2ce56d130ddff67f43ec857cc51cd347666a0078"
|
||||
SRCREV_machine_edgerouter ?= "398d1785c6bde0085b99f00f346e199a15fbdcef"
|
||||
SRCREV_machine_beaglebone ?= "79414e2b0e0b7f5b86e358a907f841486f428079"
|
||||
SRCREV_machine_mpc8315e-rdb ?= "398d1785c6bde0085b99f00f346e199a15fbdcef"
|
||||
|
||||
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
||||
@@ -21,6 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
||||
|
||||
LINUX_VERSION_genericx86 = "4.1.39"
|
||||
LINUX_VERSION_genericx86-64 = "4.1.39"
|
||||
LINUX_VERSION_edgerouter = "4.1.38"
|
||||
LINUX_VERSION_beaglebone = "4.1.38"
|
||||
LINUX_VERSION_mpc8315e-rdb = "4.1.38"
|
||||
LINUX_VERSION_edgerouter = "4.1.39"
|
||||
LINUX_VERSION_beaglebone = "4.1.39"
|
||||
LINUX_VERSION_mpc8315e-rdb = "4.1.39"
|
||||
|
||||
Reference in New Issue
Block a user