Skip to content

Commit

Permalink
pi/common: bump kernel to rpi-6.1.50
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Sep 1, 2023
1 parent 2e44b54 commit ac3e2ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ main SkiffOS repository:
| [OrangePi Zero] | [orangepi/zero] | ✔ U-Boot 2018.07 | ✔ 6.4.13 | |
| [PcDuino 3] | [pcduino/3] | ✔ U-Boot 2019.07 | ✔ 6.4.13 | |
| [PcEngines APU2] | [pcengines/apu2] | ✔ CoreBoot | ✔ 6.4.13 | |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.1.42 | ✔ Tested |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.1.42 | |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.1.42 | ✔ Tested |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.1.42 | ✔ Tested |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.1.42 | |
| [Pi 0] | [pi/0] | N/A | ✔ rpi-6.1.50 | ✔ Tested |
| [Pi 1] | [pi/1] | N/A | ✔ rpi-6.1.50 | |
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.1.50 | ✔ Tested |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.1.50 | ✔ Tested |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.1.50 | |
| [Pine64 H64] | [pine64/h64] | ✔ U-Boot 2022.04 | ✔ megi-6.4.7 | |
| [PineBook A64] | [pine64/book_a64] | ✔ U-Boot (bin) | ✔ megi-6.4.7 | ⚠ Obsolete |
| [PineBook Pro] | [pine64/book] | ✔ U-Boot (bin) | ✔ megi-6.4.7 | |
Expand Down
2 changes: 1 addition & 1 deletion configs/pi/common/buildroot/kernel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y

# rpi-6.1.y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,431319d91b8584c9f28b195ab9a97d7e78905aeb)/linux-rpi-6.1.42-r1.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,65742d7116e89b08858fcd7d67bd521ee19ee837)/linux-rpi-6.1.50-r1.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y

BR2_KERNEL_HEADERS_AS_KERNEL=y
Expand Down

0 comments on commit ac3e2ef

Please sign in to comment.