Skip to content

Commit

Permalink
pi/common: bump to kernel 4.19.86
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed Dec 8, 2019
1 parent b684172 commit 2950d71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ A configuration package is laid out into the following directories:
│   └── unlisted
├── resources: files used by the configuration package
├── scripts: any scripts used by the extensions
├── uboot: u-boot configuration fragments
└── uboot_patches: u-boot .patch files
```

Expand Down Expand Up @@ -223,25 +224,25 @@ Here are the boards/systems currently supported by Skiff:

| **Board** | **Config Package** | **Bootloader** | **Kernel** | **Notes** |
| --------------- | ----------------- | -------------------- | --------------- | ---------------------- |
| [Qemu] | virt/qemu | N/A | ✔ 5.2.9 | Run SkiffOS in QEmu |
| [Docker Img] | virt/docker | N/A | N/A | Run SkiffOS in Docker |
| [Qemu] | virt/qemu | N/A | ✔ 5.2.9 | Run SkiffOS in QEmu |
| [BananaPi M1] | bananapi/m1 | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | |
| [BananaPi M1+/Pro] | bananapi/m1plus | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | |
| [BananaPi M2+] | bananapi/m2plus | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | ⚠ Untested |
| [BananaPi M3] | bananapi/m3 | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | |
| [Intel x86/64] | intel/x64 | Grub | ✔ 5.2.9 | |
| [Odroid C2] | odroid/c2 | ⚠ U-Boot 2015.01 Bin | ✔ 3.14.79 | |
| [Odroid HC1] | odroid/xu4 | ✔ U-Boot 2019.04 Src | ✔ 4.14.133 | |
| [Odroid U] | odroid/u | ✔ U-Boot 2016.03 Src | ✔ mainline | ⚠ Discontinued |
| [Odroid XU3] | odroid/xu4 | ✔ U-Boot 2019.04 Src | ✔ 4.14.133 | ⚠ Discontinued |
| [Odroid XU4] | odroid/xu4 | ✔ U-Boot 2019.04 Src | ✔ 4.14.133 | |
| [BananaPi M1] | bananapi/m1 | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | |
| [BananaPi M1+/Pro] | bananapi/m1plus | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | |
| [BananaPi M2+] | bananapi/m2plus | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | ⚠ Untested |
| [BananaPi M3] | bananapi/m3 | ✔ U-Boot 2019.01 Src | ✔ 5.2.9 | |
| [Pi 0] | pi/0 | N/A | ✔ 4.19.73 | |
| [Pi 1] | pi/1 | N/A | ✔ 4.19.73 | ⚠ Untested |
| [Pi 3] (and 1/2) | pi/3 | N/A | ✔ 4.19.73 | |
| [Pi 4] | pi/4 | N/A | ✔ 4.19.73 | |
| [PcDuino 3] | pcduino/3 | ✔ U-Boot 2019.07 Src | ✔ 4.19.74 | ⚠ Community tested |
| [OrangePi Lite] | orangepi/lite | ✔ U-Boot 2018.05 Src | ✔ 4.17.15 | ⚠ Needs testing |
| [OrangePi Zero] | orangepi/zero | ✔ U-Boot 2018.07 Src | ✔ 4.17.15 | ⚠ Needs testing |
| [Odroid U] | odroid/u | ✔ U-Boot 2016.03 Src | ✔ mainline | ⚠ Discontinued |
| [PcDuino 3] | pcduino/3 | ✔ U-Boot 2019.07 Src | ✔ 4.19.74 | ⚠ Community tested |
| [Pi 0] | pi/0 | N/A | ✔ 4.19.86 | |
| [Pi 1] | pi/1 | N/A | ✔ 4.19.86 | ⚠ Untested |
| [Pi 3] (and 1/2) | pi/3 | N/A | ✔ 4.19.86 | |
| [Pi 4] | pi/4 | N/A | ✔ 4.19.86 | |

[Odroid XU3]: http://www.hardkernel.com/main/products/prdt_info.php?g_code=G140448267127
[Odroid XU4]: http://www.hardkernel.com/main/products/prdt_info.php?g_code=G143452239825
Expand Down
2 changes: 1 addition & 1 deletion configs/pi/common/buildroot/kernel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y

BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/eef78b714c3fbc635642332a2ce7d66e51f514d9/linux-rpi-4.19.81.tar.gz"
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/a4724c87014e2fe11904d17447ad00b5ee177b1f/linux-rpi-4.19.86.tar.gz"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y

0 comments on commit 2950d71

Please sign in to comment.