qemu-ppc64: Update kernel to latest
Update to Linux 3.16.3 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
99c4a8354f
commit
27c7b788e9
@ -12,12 +12,12 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.16 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.16.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.16.3"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_16=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.16.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.16.3"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="pseries"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
Loading…
Reference in New Issue
Block a user