From f2c97fa28f5c364422d4b3e65db8c3c21030dde6 Mon Sep 17 00:00:00 2001 From: j1nx Date: Fri, 1 Jan 2021 16:10:44 +0100 Subject: [PATCH] Bump buildroot to 2020.11.x and linux kernel --- buildroot | 2 +- buildroot-external/configs/rpi4_64-gui_defconfig | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/buildroot b/buildroot index 00cf600b..804a9e18 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 00cf600bbc9aa7240784f7f977c70a4e423ceb53 +Subproject commit 804a9e18656c1584b059129e0b5cebe2a2405fac diff --git a/buildroot-external/configs/rpi4_64-gui_defconfig b/buildroot-external/configs/rpi4_64-gui_defconfig index 6a5a5a74..1053031c 100644 --- a/buildroot-external/configs/rpi4_64-gui_defconfig +++ b/buildroot-external/configs/rpi4_64-gui_defconfig @@ -12,6 +12,7 @@ BR2_SSP_REGULAR=y BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y BR2_PACKAGE_GLIBC_UTILS=y +BR2_GCC_VERSION_10_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y BR2_GCC_ENABLE_LTO=y @@ -21,7 +22,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to OpenVoiceOS" BR2_INIT_SYSTEMD=y # BR2_TARGET_ENABLE_ROOT_LOGIN is not set BR2_SYSTEM_BIN_SH_BASH=y -# BR2_TARGET_GENERIC_GETTY is not set +BR2_TARGET_GENERIC_GETTY_PORT="tty1" BR2_SYSTEM_DHCP="eth0" # BR2_ENABLE_LOCALE_PURGE is not set BR2_GENERATE_LOCALE="en_US.UTF-8" @@ -33,7 +34,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL)/board/raspberrypi4-64/post-image.s BR2_ROOTFS_POST_SCRIPT_ARGS="--add-miniuart-bt-overlay --aarch64" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/6da087d0c70c256aeeaa230dd52094d709aef61b.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/e1ad077f04065ca1d18d767ea5455db38c73b524.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="bcm2711" BR2_LINUX_KERNEL_LZ4=y BR2_LINUX_KERNEL_DTS_SUPPORT=y @@ -148,6 +149,7 @@ BR2_PACKAGE_GST1_LIBAV=y BR2_PACKAGE_GST1_VAAPI=y BR2_PACKAGE_MIMIC=y BR2_PACKAGE_MIMIC_AUDIO_BACKEND_PULSEAUDIO=y +BR2_PACKAGE_MPV=y BR2_PACKAGE_PULSEAUDIO_DAEMON=y BR2_PACKAGE_SQUEEZELITE=y BR2_PACKAGE_VLC=y