Commit 27c7b788 authored by Waldemar Brodkorb's avatar Waldemar Brodkorb Committed by Thomas Petazzoni
Browse files

qemu-ppc64: Update kernel to latest



Update to Linux 3.16.3

Signed-off-by: default avatarWaldemar Brodkorb <wbx@openadk.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 99c4a835
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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