From 7fd28c698d8e2b9b53e9ee07f8b99676fb3c5f9d Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Sun, 22 Dec 2019 21:06:49 +0100 Subject: [PATCH] MycroftOS: Buildroot: Bump kernel to 4.19.89 --- README.md | 6 +++--- buildroot-external/configs/rpi3_defconfig | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7479a89d..559c6614 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ More information about the development, process, ideas etc. at https://www.j1nx. More information about the Mycroft A.I. software stack at https://mycroft.ai ## System. -- Linux kernel 4.19.x +- Linux kernel 4.19.89 - Buildroot 2019.08.3 -- Mycroft 19.08.x -- Raspberry Pi 3B (Initial development hardware) +- Mycroft 19.8.5 +- Raspberry Pi 3|3b|3b+ (Initial development hardware = 3b) - Raspberry Pi 4 ## Stats: diff --git a/buildroot-external/configs/rpi3_defconfig b/buildroot-external/configs/rpi3_defconfig index 7243874a..8b37a354 100644 --- a/buildroot-external/configs/rpi3_defconfig +++ b/buildroot-external/configs/rpi3_defconfig @@ -29,7 +29,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="6018f7ebfe5e7fa01f499300b796f409a817241b" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="b85f76a63d5f1b13220c61244469d55487db84f1" BR2_LINUX_KERNEL_DEFCONFIG="bcm2709" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-3-b-plus bcm2710-rpi-cm3"