defconfigs: all use the headers from the kernel
For most defconfigs, it was trivial to deduce the kernel version, by just reading the version string, which could be: - a standard upstream version string vX.Y.Z - a non-standard version string, but still containg the standard X.Y.Z Those for which it was not so trivial were those hosted on git tree. Since most were already using a custom linux-headers version, it could be easily deduced from that. It was confirmed by browsing said git trees and check the version there. There are a few cases were there was a mismatch: - microzed: uses a 3.18 kernel, but 3.8 headers; fixed. - xilinx_zc706: uses a 3.14 kernel, but 3.8 headers; fixed. - zedboard: uses a 3.18 kernel, but 3.8 headers; fixed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e3e0583f90
commit
674e099678
@ -1,9 +1,7 @@
|
||||
# Architecture
|
||||
BR2_arm=y
|
||||
|
||||
# Toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.1.1"
|
||||
# Linux headers same as kernel, a 4.1 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
||||
|
||||
# Kernel
|
||||
|
@ -1,9 +1,7 @@
|
||||
# Architecture
|
||||
BR2_arm=y
|
||||
|
||||
# Toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.1.1"
|
||||
# Linux headers same as kernel, a 4.1 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
||||
|
||||
# Kernel
|
||||
|
@ -6,9 +6,7 @@ BR2_ARM_ENABLE_NEON=y
|
||||
BR2_ARM_FPU_NEON=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
|
||||
# Lock to 3.13 headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.13.5"
|
||||
# Linux headers same as kernel, a 3.13 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13=y
|
||||
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/altera/post-image.sh"
|
||||
|
@ -6,9 +6,7 @@ BR2_ARM_ENABLE_NEON=y
|
||||
BR2_ARM_FPU_NEON=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
|
||||
# Lock to 3.13 headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.13.5"
|
||||
# Linux headers same as kernel, a 3.13 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13=y
|
||||
|
||||
BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600=y
|
||||
|
@ -1,6 +1,5 @@
|
||||
BR2_aarch64=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.13"
|
||||
# Linux headers same as kernel, a 3.13 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_13=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
||||
BR2_LINUX_KERNEL=y
|
||||
|
@ -2,9 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18.6"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
|
||||
# System
|
||||
|
@ -2,9 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.12.7"
|
||||
# Linux headers same as kernel, a 3.12 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
|
||||
|
||||
# System
|
||||
|
@ -2,9 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a8=y
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.12.6"
|
||||
# Linux headers same as kernel, a 3.12 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
|
||||
|
||||
# System
|
||||
|
@ -10,10 +10,7 @@ BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.17"
|
||||
# Linux headers same as kernel, a 3.17 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# System
|
||||
|
@ -2,9 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
|
||||
# Toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.9.1"
|
||||
# Linux headers same as kernel, a 3.9 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
|
||||
|
||||
# System
|
||||
|
@ -2,9 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.1.6"
|
||||
# Linux headers same as kernel, a 3.1 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1=y
|
||||
|
||||
# Host utilities
|
||||
|
@ -1,7 +1,6 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -1,7 +1,6 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -1,7 +1,6 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -3,8 +3,7 @@ BR2_cortex_a5=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_FPU_VFPV4D16=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -1,11 +1,9 @@
|
||||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a5=y
|
||||
|
||||
# Toolchain configuration
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18.8"
|
||||
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
|
||||
# Kernel configuration
|
||||
|
@ -3,8 +3,7 @@ BR2_cortex_a5=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_FPU_VFPV4D16=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -4,8 +4,7 @@ BR2_ARM_EABIHF=y
|
||||
BR2_ARM_ENABLE_NEON=y
|
||||
BR2_ARM_FPU_VFPV4D16=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -4,8 +4,7 @@ BR2_ARM_EABIHF=y
|
||||
BR2_ARM_ENABLE_NEON=y
|
||||
BR2_ARM_FPU_VFPV4D16=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -15,9 +15,7 @@ BR2_PACKAGE_AM33X_CM3=y
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.12.10"
|
||||
# Linux headers same as kernel, a 3.12 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
|
||||
|
||||
# bootloader
|
||||
|
@ -2,8 +2,7 @@ BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
BR2_GLOBAL_PATCH_DIR="board/calao/qil-a9260/patches/"
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.4"
|
||||
# Linux headers same as kernel, a 3.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_4=y
|
||||
BR2_PACKAGE_HOST_SAM_BA=y
|
||||
BR2_TARGET_ROOTFS_UBIFS=y
|
||||
|
@ -9,9 +9,7 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
|
||||
# filesystem
|
||||
BR2_TARGET_ROOTFS_UBIFS=y
|
||||
|
||||
# lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.9.4"
|
||||
# Linux headers same as kernel, a 3.9 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
|
||||
|
||||
# bootloaders
|
||||
|
@ -1,5 +1,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
# Linux headers same as kernel, a 3.10 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
|
||||
BR2_PACKAGE_MTD=y
|
||||
BR2_PACKAGE_HOST_SAM_BA=y
|
||||
BR2_TARGET_ROOTFS_UBIFS=y
|
||||
|
@ -1,5 +1,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
# Linux headers same as kernel, a 3.10 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
|
||||
BR2_PACKAGE_HOST_SAM_BA=y
|
||||
BR2_TARGET_ROOTFS_UBIFS=y
|
||||
BR2_TARGET_AT91BOOTSTRAP=y
|
||||
|
@ -1,5 +1,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
# Linux headers same as kernel, a 3.10 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
|
||||
BR2_GLOBAL_PATCH_DIR="board/calao/usb-a9g20-lpw/patches/"
|
||||
BR2_PACKAGE_HOST_SAM_BA=y
|
||||
BR2_TARGET_ROOTFS_UBIFS=y
|
||||
|
@ -3,10 +3,10 @@ BR2_mipsel=y
|
||||
BR2_mips_32r2=y
|
||||
# BR2_MIPS_SOFT_FLOAT is not set
|
||||
|
||||
# system
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
|
||||
# system
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
|
||||
|
||||
# kernel
|
||||
|
@ -1,8 +1,7 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_FPU_NEON_VFPV4=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="Cubieboard2"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to Cubieboard2!"
|
||||
|
@ -16,8 +16,8 @@ BR2_PACKAGE_SUNXI_TOOLS=y
|
||||
BR2_PACKAGE_SUNXI_BOARDS=y
|
||||
BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE="a10/cubieboard.fex"
|
||||
|
||||
# Kernel headers
|
||||
BR2_KERNEL_HEADERS_3_4=y
|
||||
# Linux headers same as kernel, a 3.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_4=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
|
@ -2,7 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
|
||||
# toolchain
|
||||
# Linux headers same as kernel, a 3.19 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y
|
||||
|
||||
# system
|
||||
|
@ -3,7 +3,7 @@ BR2_arm=y
|
||||
BR2_arm1136jf_s_r0=y
|
||||
BR2_ARM_EABIHF=y
|
||||
|
||||
# toolchain
|
||||
# Linux headers same as kernel, a 3.15 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_15=y
|
||||
|
||||
# system
|
||||
|
@ -5,9 +5,7 @@ BR2_cortex_a9=y
|
||||
# patches
|
||||
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
|
||||
|
||||
# toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# system
|
||||
|
@ -5,9 +5,7 @@ BR2_cortex_a9=y
|
||||
# patches
|
||||
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
|
||||
|
||||
# toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# system
|
||||
|
@ -5,9 +5,7 @@ BR2_cortex_a9=y
|
||||
# patches
|
||||
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
|
||||
|
||||
# toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# system
|
||||
|
@ -5,9 +5,7 @@ BR2_cortex_a9=y
|
||||
# patches
|
||||
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
|
||||
|
||||
# toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# system
|
||||
|
@ -2,6 +2,9 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# system
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
|
||||
|
||||
|
@ -5,9 +5,7 @@ BR2_cortex_a9=y
|
||||
# patches
|
||||
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
|
||||
|
||||
# toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.10.53"
|
||||
# Linux headers same as kernel, a 3.10 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
|
||||
|
||||
# system
|
||||
|
@ -2,9 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
|
||||
# toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# system
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE=0x200
|
||||
BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE=0x4000
|
||||
BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
|
||||
|
||||
# Lock headers version to match and avoid breakage
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.2.5"
|
||||
# Linux headers same as kernel, a 4.2 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_TARGET_ROOTFS_JFFS2_CUSTOM=y
|
||||
BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE=0x20
|
||||
BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE=0x20000
|
||||
|
||||
# Lock headers version to match and avoid breakage
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.1.4"
|
||||
# Linux headers same as kernel, a 4.1 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
||||
|
||||
# Kernel
|
||||
|
@ -6,9 +6,7 @@ BR2_powerpc_8548=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_JFFS2=y
|
||||
|
||||
# Lock to 3.12 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.12.33"
|
||||
# Linux headers same as kernel, a 3.12 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
|
||||
|
||||
# Kernel
|
||||
|
@ -1,6 +1,5 @@
|
||||
BR2_x86_x1000=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.8"
|
||||
# Linux headers same as kernel, a 3.8 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
|
||||
# Binutils 2.25 is required as this enables stripping the LOCK prefix
|
||||
BR2_BINUTILS_VERSION_2_25_X=y
|
||||
|
@ -5,9 +5,7 @@ BR2_arm920t=y
|
||||
# Filesystem
|
||||
BR2_TARGET_ROOTFS_TAR=y
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="2.6.38.8"
|
||||
# Linux headers same as kernel, a 2.6 series (so, no option selected)
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
|
@ -10,9 +10,7 @@ BR2_GCC_VERSION_4_7_X=y
|
||||
BR2_TARGET_GENERIC_GETTY=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
|
||||
|
||||
# Lock to 3.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.3"
|
||||
# Linux headers same as kernel, a 3.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -1,9 +1,8 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_ARM_ENABLE_NEON=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.8"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -15,10 +15,7 @@ BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
|
||||
BR2_TARGET_ROOTFS_JFFS2_LE=y
|
||||
BR2_TARGET_ROOTFS_TAR=y
|
||||
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.0.4"
|
||||
# Linux headers same as kernel, a 3.0 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
|
||||
|
||||
# Bootloader
|
||||
|
@ -6,9 +6,7 @@ BR2_x86_atom=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyPCH0"
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard/post-build.sh"
|
||||
|
||||
# Lock to 3.8 headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.8"
|
||||
# Linux headers same as kernel, a 3.8 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
|
||||
|
||||
# Linux kernel
|
||||
|
@ -6,9 +6,7 @@ BR2_x86_atom=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh"
|
||||
|
||||
# Lock to 4.4 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.4"
|
||||
# Linux headers same as kernel, a 4.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
|
||||
|
||||
# Needed for ethernet
|
||||
|
@ -2,15 +2,15 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a8=y
|
||||
|
||||
# Linux headers same as kernel, a 2.6 series (so, no option selected)
|
||||
|
||||
# System
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="2.6.35"
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
|
||||
|
||||
# Filesystem
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Bootloader
|
||||
# Bootloader
|
||||
BR2_TARGET_UBOOT=y
|
||||
BR2_TARGET_UBOOT_BOARDNAME="mx53loco"
|
||||
BR2_TARGET_UBOOT_CUSTOM_GIT=y
|
||||
|
@ -14,9 +14,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||
|
||||
# Lock headers to match kernel
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# bootloader
|
||||
|
@ -14,9 +14,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||
|
||||
# Lock headers to match kernel
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
|
||||
# bootloader
|
||||
|
@ -1,6 +1,8 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_EABIHF=y
|
||||
# Linux headers same as kernel, a 4.1 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="a20-olinuxino"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
||||
|
@ -3,9 +3,7 @@ BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_EABIHF=y
|
||||
|
||||
# Lock to 4.4 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.4"
|
||||
# Linux headers same as kernel, a 4.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
|
||||
|
||||
# System configuration
|
||||
|
@ -3,9 +3,7 @@ BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_EABIHF=y
|
||||
|
||||
# Lock to 3.4 headers as the sunxi kernel is based off the 3.4 branch
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.4.108"
|
||||
# Linux headers same as kernel, a 3.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_4=y
|
||||
|
||||
# System configuration
|
||||
|
@ -4,9 +4,7 @@ BR2_cortex_a7=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_FPU_NEON_VFPV4=y
|
||||
|
||||
# Lock to 4.0 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.0.5"
|
||||
# Linux headers same as kernel, a 4.0 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0=y
|
||||
|
||||
# System configuration
|
||||
|
@ -13,9 +13,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock headers version to match and avoid breakage
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18.2"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
|
||||
# Bootloader
|
||||
|
@ -11,9 +11,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
||||
BR2_TARGET_ROOTFS_JFFS2=y
|
||||
BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K=y
|
||||
|
||||
# Lock to 3.18 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.18.1"
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
|
||||
# kernel
|
||||
|
@ -1,6 +1,8 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_FPU_VFPV4=y
|
||||
# Kernel is a pre-release of 4.5, so we do not yet have a _CUSTOM_4_5
|
||||
# option for the headers. Thus, we stick with the 4.4 headers for now.
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.4"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
|
||||
|
@ -11,9 +11,7 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 3.12 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.12.2"
|
||||
# Linux headers same as kernel, a 3.12 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -12,15 +12,13 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttySAC1"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
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.92"
|
||||
# Linux headers same as kernel, a 4.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
# Stuck at 3.10.x because there's no Nuri DTS
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.92"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="exynos4"
|
||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -13,9 +13,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -6,9 +6,7 @@ BR2_powerpc_440=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Use soft float
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Linux kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Linux kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Linux kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Linux kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -16,9 +16,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
||||
# Lock to 4.3 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.3"
|
||||
# Linux headers same as kernel, a 4.3 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y
|
||||
|
||||
# Kernel
|
||||
|
@ -1,7 +1,6 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.14.28"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
|
||||
|
||||
|
@ -7,10 +7,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="tty1"
|
||||
|
||||
# Lock to 4.1 headers as the RPi kernel stable tree is
|
||||
# based off the 4.1 branch
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.1.15"
|
||||
# Linux headers same as kernel, a 4.1 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
||||
|
||||
BR2_LINUX_KERNEL=y
|
||||
|
@ -4,10 +4,7 @@ BR2_ARM_EABIHF=y
|
||||
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="tty1"
|
||||
|
||||
# Lock to 4.1 headers as the RPi kernel stable tree is
|
||||
# based off the 4.1 branch
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.1.15"
|
||||
# Linux headers same as kernel, a 4.1 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
||||
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
|
@ -19,9 +19,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.10"
|
||||
BR2_TARGET_UBOOT_BOARDNAME="riotboard"
|
||||
BR2_TARGET_UBOOT_FORMAT_IMX=y
|
||||
|
||||
# kernel headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.2.6"
|
||||
# Linux headers same as kernel, a 4.2 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
|
||||
|
||||
# kernel
|
||||
|
@ -1,5 +1,7 @@
|
||||
BR2_microblaze=y
|
||||
BR2_microblazeel=y
|
||||
# Linux headers same as kernel, a 4.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
|
@ -10,9 +10,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
||||
BR2_TARGET_ROOTFS_JFFS2=y
|
||||
BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_128K=y
|
||||
|
||||
# Lock down headers to avoid breaking with new defaults
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.4"
|
||||
# Linux headers same as kernel, a 4.4 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
|
||||
|
||||
# bootloader
|
||||
|
@ -1,5 +1,6 @@
|
||||
BR2_aarch64=y
|
||||
BR2_KERNEL_HEADERS_3_18=y
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="vdk-buildroot"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to SNPS VDK by Buildroot"
|
||||
BR2_LINUX_KERNEL=y
|
||||
|
@ -8,9 +8,7 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
|
||||
|
||||
# Headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.2.4"
|
||||
# Linux headers same as kernel, a 4.2 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
|
||||
|
||||
# Kernel
|
||||
|
@ -9,9 +9,7 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
|
||||
|
||||
# Headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.2.4"
|
||||
# Linux headers same as kernel, a 4.2 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
|
||||
|
||||
# Kernel
|
||||
|
@ -8,9 +8,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to the HS38 VDK Software Development Platform"
|
||||
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.2"
|
||||
# Linux headers same as kernel, a 4.2 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
|
||||
|
||||
# Kernel
|
||||
|
@ -8,9 +8,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to the HS38 VDK Software Development Platform"
|
||||
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
|
||||
# Headers
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.2"
|
||||
# Linux headers same as kernel, a 4.2 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
|
||||
|
||||
# Kernel
|
||||
|
@ -2,9 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
|
||||
# Toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.9.1"
|
||||
# Linux headers same as kernel, a 3.9 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
|
||||
|
||||
# System
|
||||
|
@ -2,7 +2,7 @@
|
||||
BR2_i386=y
|
||||
BR2_x86_i586=y
|
||||
|
||||
# toolchain
|
||||
# Linux headers same as kernel, a 3.17 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
|
||||
|
||||
# system
|
||||
|
@ -4,9 +4,7 @@ BR2_cortex_a9=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_FPU_VFPV3=y
|
||||
|
||||
# Toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.0.35"
|
||||
# Linux headers same as kernel, a 3.0 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
|
||||
|
||||
# System
|
||||
|
@ -4,9 +4,7 @@ BR2_cortex_a9=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_FPU_VFPV3=y
|
||||
|
||||
# Toolchain
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.10.17"
|
||||
# Linux headers same as kernel, a 3.10 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
|
||||
|
||||
# Kernel
|
||||
|
@ -1,7 +1,7 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_KERNEL_HEADERS_3_14=y
|
||||
BR2_DEFAULT_KERNEL_HEADERS="3.14.54"
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
|
||||
BR2_PACKAGE_HOST_GENIMAGE=y
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/wandboard/post-image.sh"
|
||||
|
@ -5,9 +5,7 @@ BR2_cortex_a9=y
|
||||
# patches
|
||||
BR2_GLOBAL_PATCH_DIR="board/freescale/warpboard/patches/"
|
||||
|
||||
# lock to 4.0 headers to avoid breaking with newer kernels
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.0"
|
||||
# Linux headers same as kernel, a 4.0 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0=y
|
||||
|
||||
# system
|
||||
|
@ -2,9 +2,8 @@ BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_ENABLE_NEON=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.8"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
|
||||
# Linux headers same as kernel, a 3.14 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
@ -1,9 +1,8 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_ARM_ENABLE_NEON=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="3.8"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
|
||||
# Linux headers same as kernel, a 3.18 series
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
|
Loading…
Reference in New Issue
Block a user