mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/zfs: bump version to 2.1.4
Removed 0001-Correct-a-flaw-in-the-Python-3-version-checking.patch because is already merged. Select libcurl as required dependency, because keylocation now supports https. OpenSSL was already a dependency, so libcurl will be built with https support. Add upstream patch to support uClibc. We update the test cases to use the latest LTS kernel, 5.15.x. Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
2b71d2eb60
commit
68dfd09708
@@ -13,7 +13,7 @@ class TestZfsGlibc(infra.basetest.BRTest):
|
||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.12.13"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.35"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"
|
||||
BR2_PACKAGE_ZFS=y
|
||||
@@ -70,7 +70,7 @@ class TestZfsUclibc(infra.basetest.BRTest):
|
||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.12.13"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.35"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"
|
||||
BR2_PACKAGE_ZFS=y
|
||||
|
||||
Reference in New Issue
Block a user