From 9d43ee4522f8ab1c20617f400e2ef5471101c38a Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 19 May 2019 21:59:12 +0300 Subject: [PATCH 1/3] Tinkerboard: update kernel to b0051c005370e78c7e94d0dc8e750c5c2e141c0f --- configs/tinkerboard_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/tinkerboard_defconfig b/configs/tinkerboard_defconfig index e7c8d39272..a1486e085f 100644 --- a/configs/tinkerboard_defconfig +++ b/configs/tinkerboard_defconfig @@ -12,7 +12,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/tinkerboard/overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/TinkerBoard/debian_kernel/archive/1a0fdafdf55afa88272fb61c8b910ed885d7fada.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/TinkerBoard/debian_kernel/archive/b0051c005370e78c7e94d0dc8e750c5c2e141c0f.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="miniarm-rk3288" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="rk3288-miniarm" From e130daaea47bd30a675e1096a5effb0b3770e7cc Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 19 May 2019 22:05:16 +0300 Subject: [PATCH 2/3] NanoPi Neo 2: update kernel to 0126c9a9b9449d484bb93b1bf2e13370126870e0 --- configs/nanopineo2_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nanopineo2_defconfig b/configs/nanopineo2_defconfig index e7e4b1945d..87c8756aa3 100644 --- a/configs/nanopineo2_defconfig +++ b/configs/nanopineo2_defconfig @@ -11,7 +11,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/nanopineo2/overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/friendlyarm/linux/archive/492574d41038623d5a41c623c033a30533a462a7.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/friendlyarm/linux/archive/0126c9a9b9449d484bb93b1bf2e13370126870e0.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="sunxi_arm64" BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox.config" BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y From 106e70180612bf045fa737b473833ca592ac90a0 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 19 May 2019 22:48:24 +0300 Subject: [PATCH 3/3] NanoPi Neo 2, Tinkerboard: use toolchains with gcc-7 --- configs/nanopineo2_defconfig | 1 + configs/tinkerboard_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/nanopineo2_defconfig b/configs/nanopineo2_defconfig index 87c8756aa3..cf92734817 100644 --- a/configs/nanopineo2_defconfig +++ b/configs/nanopineo2_defconfig @@ -4,6 +4,7 @@ BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo2" BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_EXTERNAL=y +BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64=y BR2_TARGET_OPTIMIZATION="-pipe" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_TARGET_TZ_INFO=y diff --git a/configs/tinkerboard_defconfig b/configs/tinkerboard_defconfig index a1486e085f..db9e9a8f7e 100644 --- a/configs/tinkerboard_defconfig +++ b/configs/tinkerboard_defconfig @@ -5,6 +5,7 @@ BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-tinkerboard" BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_EXTERNAL=y +BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y BR2_TARGET_OPTIMIZATION="-pipe" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_TARGET_TZ_INFO=y