MycroftOS: Buildroot: Bump kernel to 4.19.89

This commit is contained in:
Peter Steenbergen 2019-12-22 21:06:49 +01:00
parent 8e897038b7
commit 7fd28c698d
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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"