configs/qemu: update to the latest kernel/headers version
Also drop the sparc memset patch, it's upstream as of 3.17.2. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7cb509b530
commit
be94952770
@ -1,50 +0,0 @@
|
||||
This makes memset follow the standard (instead of returning 0 on success). This
|
||||
is needed when certain versions of gcc optimizes around memset calls and assume
|
||||
that the address argument is preserved in %o0.
|
||||
|
||||
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
|
||||
|
||||
diff -Nur linux-3.16.2.orig/arch/sparc/lib/memset.S linux-3.16.2/arch/sparc/lib/memset.S
|
||||
--- linux-3.16.2.orig/arch/sparc/lib/memset.S 2014-09-06 01:37:11.000000000 +0200
|
||||
+++ linux-3.16.2/arch/sparc/lib/memset.S 2014-09-18 09:53:49.563047773 +0200
|
||||
@@ -65,6 +65,8 @@
|
||||
.globl __memset_start, __memset_end
|
||||
__memset_start:
|
||||
memset:
|
||||
+ mov %o0, %g1
|
||||
+ mov 1, %g4
|
||||
and %o1, 0xff, %g3
|
||||
sll %g3, 8, %g2
|
||||
or %g3, %g2, %g3
|
||||
@@ -89,6 +91,7 @@
|
||||
sub %o0, %o2, %o0
|
||||
|
||||
__bzero:
|
||||
+ clr %g4
|
||||
mov %g0, %g3
|
||||
1:
|
||||
cmp %o1, 7
|
||||
@@ -151,8 +154,8 @@
|
||||
bne,a 8f
|
||||
EX(stb %g3, [%o0], and %o1, 1)
|
||||
8:
|
||||
- retl
|
||||
- clr %o0
|
||||
+ b 0f
|
||||
+ nop
|
||||
7:
|
||||
be 13b
|
||||
orcc %o1, 0, %g0
|
||||
@@ -164,6 +167,12 @@
|
||||
bne 8b
|
||||
EX(stb %g3, [%o0 - 1], add %o1, 1)
|
||||
0:
|
||||
+ andcc %g4, 1, %g0
|
||||
+ be 5f
|
||||
+ nop
|
||||
+ retl
|
||||
+ mov %g1, %o0
|
||||
+5:
|
||||
retl
|
||||
clr %o0
|
||||
__memset_end:
|
@ -10,13 +10,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
|
||||
|
@ -16,12 +16,12 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
# Lock to 3.10 headers to avoid breaking with newer kernels
|
||||
# Stuck at 3.10.x because there's no Nuri DTS
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.10.58"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.10.59"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.58"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.59"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="exynos4"
|
||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||
|
@ -12,13 +12,13 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||
|
@ -15,12 +15,12 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
|
||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||
|
@ -11,13 +11,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_LINUX_BIN=y
|
||||
|
@ -11,13 +11,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_LINUX_BIN=y
|
||||
|
@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
@ -11,13 +11,13 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64el-malta/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
@ -12,12 +12,12 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="pseries"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/ppc-g3beige/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="mpc85xx"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
||||
|
@ -8,7 +8,7 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Use soft float
|
||||
@ -17,7 +17,7 @@ BR2_SOFT_FLOAT=y
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="44x/virtex5"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
||||
|
@ -16,13 +16,13 @@ BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Linux kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||
|
@ -10,13 +10,13 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Linux kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sparc-ss10/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||
|
@ -11,12 +11,12 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.17.config"
|
||||
|
@ -12,12 +12,12 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.17.config"
|
||||
|
@ -16,13 +16,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 3.17 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.1"
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17.2"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.1"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/xtensa-lx60/linux-3.17.config"
|
||||
BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
|
||||
|
Loading…
Reference in New Issue
Block a user