mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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,8 and 4.9. Also set the default kernel to 4.9. (From meta-yocto rev: 5db023bddd808b01dd7d02c20b3188657c959168) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b61eee699d
commit
94d40a5fae
@@ -9,9 +9,9 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
|
||||
|
||||
SRCREV_machine_genericx86 ?= "021b4aef55b44597587a1ce5879be642b3dca155"
|
||||
SRCREV_machine_genericx86-64 ?= "0b52a52fb892c0dd20823268830ab22a9e3a92b8"
|
||||
SRCREV_machine_edgerouter ?= "0b52a52fb892c0dd20823268830ab22a9e3a92b8"
|
||||
SRCREV_machine_beaglebone ?= "0b52a52fb892c0dd20823268830ab22a9e3a92b8"
|
||||
SRCREV_machine_mpc8315e-rdb ?= "b4a4ce5c575d3673dcb4a6922285a78868539fb2"
|
||||
SRCREV_machine_edgerouter ?= "c85c54f5bf53b98afe8105e91bffcdb6c60afe8f"
|
||||
SRCREV_machine_beaglebone ?= "c85c54f5bf53b98afe8105e91bffcdb6c60afe8f"
|
||||
SRCREV_machine_mpc8315e-rdb ?= "6b67f448d63917f5ea306eb293cd9844077e4a61"
|
||||
|
||||
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
||||
@@ -21,6 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
||||
|
||||
LINUX_VERSION_genericx86 = "4.9.6"
|
||||
LINUX_VERSION_genericx86-64 = "4.9.6"
|
||||
LINUX_VERSION_edgerouter = "4.9.6"
|
||||
LINUX_VERSION_beaglebone = "4.9.6"
|
||||
LINUX_VERSION_mpc8315e-rdb = "4.9.6"
|
||||
LINUX_VERSION_edgerouter = "4.9.8"
|
||||
LINUX_VERSION_beaglebone = "4.9.8"
|
||||
LINUX_VERSION_mpc8315e-rdb = "4.9.8"
|
||||
|
||||
Reference in New Issue
Block a user