Skip to content

Commit

Permalink
arc: axs10x - bump Linux kernel & headers to 4.4 release
Browse files Browse the repository at this point in the history
Updating Linux headers and linux kernel to 4.4 branch since they are introduced in
Buildroot as well already.

Signed-off-by: Lada Trimasova <ltrimas@synopsys.com>
  • Loading branch information
Lada Trimasova committed Apr 15, 2016
1 parent 20e635f commit 8f9ffa4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
21 changes: 18 additions & 3 deletions configs/snps_axs101_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
BR2_SYSTEM_DHCP="eth0"
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"

# Linux headers same as kernel, a 4.2 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
# Linux headers same as kernel, a 4.4 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y

# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2.4"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.6"
BR2_LINUX_KERNEL_DEFCONFIG="axs101"

# Bootloader
Expand All @@ -23,3 +23,18 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs101"

# Extra toolchain options for HS38 VDK release
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREAD_DEBUG=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y

# Extra packages options for HS38 VDK release
BR2_PACKAGE_MPLAYER=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_DEBUGGER=y
BR2_PACKAGE_RT_TESTS=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_IPERF3=y
21 changes: 18 additions & 3 deletions configs/snps_axs103_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
BR2_SYSTEM_DHCP="eth0"
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"

# Linux headers same as kernel, a 4.2 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
# Linux headers same as kernel, a 4.4 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y

# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2.4"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.6"
BR2_LINUX_KERNEL_DEFCONFIG="axs103_smp"

# Bootloader
Expand All @@ -24,3 +24,18 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs103"

# Extra toolchain options for HS38 VDK release
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREAD_DEBUG=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y

# Extra packages options for HS38 VDK release
BR2_PACKAGE_MPLAYER=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_DEBUGGER=y
BR2_PACKAGE_RT_TESTS=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_IPERF3=y

0 comments on commit 8f9ffa4

Please sign in to comment.