From 5188b029c46682c91be6a0395aa5792c4694e3f4 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Thu, 14 Sep 2023 03:28:58 -0700 Subject: [PATCH] beaglebone/common: bump kernel to ti-5.10.168-r71 Signed-off-by: Christian Stewart --- README.md | 6 +++--- configs/beaglebone/common/buildroot/kernel | 8 ++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 691bcf5ff..fbcbe123c 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ main SkiffOS repository: | [BananaPi M2+] | [bananapi/m2plus] | ✔ U-Boot 2023.07 | ✔ 6.5.3 | ⚠ Obsolete | | [BananaPi M2 Ultra] | [bananapi/m2ultra] | ✔ U-Boot 2023.07 | ✔ 6.5.3 | ⚠ Obsolete | | [BananaPi M3] | [bananapi/m3] | ✔ U-Boot 2023.07 | ✔ 6.5.3 | | -| [BeagleBoard X15] | [beaglebone/x15] | ✔ U-Boot 2022.04 | ✔ 5.10.162-ti | | -| [BeagleBone AI] | [beaglebone/ai] | ✔ U-Boot 2022.04 | ✔ 5.10.162-ti | | -| [BeagleBone Black] | [beaglebone/black] | ✔ U-Boot 2022.04 | ✔ 5.10.162-ti | | +| [BeagleBoard X15] | [beaglebone/x15] | ✔ U-Boot 2022.04 | ✔ 5.10.168-ti | | +| [BeagleBone AI] | [beaglebone/ai] | ✔ U-Boot 2022.04 | ✔ 5.10.168-ti | | +| [BeagleBone Black] | [beaglebone/black] | ✔ U-Boot 2022.04 | ✔ 5.10.168-ti | | | [BeagleBoard BeagleV] | [starfive/visionfive] | ✔ U-Boot 2021.04 | ✔ sv-5.19-rc3 | RISC-V | | **[Intel x86/64]** | [intel/desktop] | ✔ [rEFInd] | ✔ 6.5.3 | ✔ Tested | | [ModalAI Voxl2] | [modalai/voxl2] | N/A | ✔ msm-4.19.125 | | diff --git a/configs/beaglebone/common/buildroot/kernel b/configs/beaglebone/common/buildroot/kernel index 665588791..dc5eb2b48 100644 --- a/configs/beaglebone/common/buildroot/kernel +++ b/configs/beaglebone/common/buildroot/kernel @@ -9,10 +9,6 @@ BR2_LINUX_KERNEL_USE_DEFCONFIG=y # bb.org kernel BR2_LINUX_KERNEL_DEFCONFIG="bb.org" -# 5.10.145-ti-r55 -# BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,49ae123d2fee3f4ed30c5359fbb3e398e898f2a9)/linux-bb.org-5.10.145-ti-r55.tar.gz" -# BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y - -# 5.10.145-ti-r55 -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,49ae123d2fee3f4ed30c5359fbb3e398e898f2a9)/linux-bb.org-5.10.162-ti-r56.tar.gz" +# 5.10.168-ti-r71 +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,0f40ca5e749e9176ad4ea30c68be4fb2340647db)/linux-bb.org-5.10.168-ti-r71.tar.gz" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y