package/zfs: bump version to 2.0.5
As this version brings support for kernel up to 5.12, we update the test cases to use the 5.12 kernel. Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b9cb34313e
commit
78f477d136
@ -1,5 +1,5 @@
|
||||
# Locally calculated
|
||||
sha256 7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c zfs-2.0.4.tar.gz
|
||||
# From https://github.com/openzfs/zfs/releases/download/zfs-2.0.5/zfs-2.0.5.sha256.asc
|
||||
sha256 3a17498d704ebf4c5d7231660f6fb44ae07a1545519f567452a4270851a86ec9 zfs-2.0.5.tar.gz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 1ffb70c33c4f79f04e947facc5c7851f289609256aacb47fc115f700427d9520 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZFS_VERSION = 2.0.4
|
||||
ZFS_VERSION = 2.0.5
|
||||
ZFS_SITE = https://github.com/openzfs/zfs/releases/download/zfs-$(ZFS_VERSION)
|
||||
ZFS_LICENSE = CDDL
|
||||
ZFS_LICENSE_FILES = LICENSE COPYRIGHT
|
||||
|
@ -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.10.23"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.12.13"
|
||||
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.10.23"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.12.13"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"
|
||||
BR2_PACKAGE_ZFS=y
|
||||
|
Loading…
Reference in New Issue
Block a user