diff mbox series

[meta-filesystems] zfs: Upgrade to 2.2.5 release

Message ID 20240811171344.3511960-1-raj.khem@gmail.com
State New
Headers show
Series [meta-filesystems] zfs: Upgrade to 2.2.5 release | expand

Commit Message

Khem Raj Aug. 11, 2024, 5:13 p.m. UTC
Enable linux builtins to fix zfs build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 .../recipes-filesystems/zfs/{zfs_2.2.2.bb => zfs_2.2.5.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-filesystems/recipes-filesystems/zfs/{zfs_2.2.2.bb => zfs_2.2.5.bb} (96%)

Comments

Bruce Ashfield Aug. 12, 2024, 2:42 a.m. UTC | #1
On Sun, Aug 11, 2024 at 1:13 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Enable linux builtins to fix zfs build

Fantastic. I was going to check on this again on Monday and you beat me to it.

Bruce

>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
>  .../recipes-filesystems/zfs/{zfs_2.2.2.bb => zfs_2.2.5.bb}    | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-filesystems/recipes-filesystems/zfs/{zfs_2.2.2.bb => zfs_2.2.5.bb} (96%)
>
> diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
> similarity index 96%
> rename from meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb
> rename to meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
> index d3ea6797e7..504fe28923 100644
> --- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb
> +++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
> @@ -4,7 +4,7 @@ LICENSE = "CDDL-1.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=7087caaf1dc8a2856585619f4a787faa"
>  HOMEPAGE ="https://github.com/openzfs/zfs"
>
> -SRCREV = "494aaaed89cb9fe9f2da3b6c6f465a4bc9f6a7e1"
> +SRCREV = "33174af15112ed5c53299da2d28e763b0163f428"
>  SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \
>             file://0001-Define-strndupa-if-it-does-not-exist.patch \
>             file://aaf28a4630af60496c9d33db1d06a7d7d8983422.patch \
> @@ -35,7 +35,7 @@ EXTRA_OECONF:append = " \
>      --with-systemdgeneratordir=${nonarch_base_libdir}/systemd/system-generators \
>      --with-systemdpresetdir=${nonarch_base_libdir}/systemd/system-preset \
>      --with-systemdmodulesloaddir=${sysconfdir}/module-load.d \
> -    --without-dracutdir \
> +    --without-dracutdir --enable-linux-builtin \
>  "
>
>  EXTRA_OEMAKE:append = " \
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
similarity index 96%
rename from meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb
rename to meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
index d3ea6797e7..504fe28923 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
@@ -4,7 +4,7 @@  LICENSE = "CDDL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7087caaf1dc8a2856585619f4a787faa"
 HOMEPAGE ="https://github.com/openzfs/zfs"
 
-SRCREV = "494aaaed89cb9fe9f2da3b6c6f465a4bc9f6a7e1"
+SRCREV = "33174af15112ed5c53299da2d28e763b0163f428"
 SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \
            file://0001-Define-strndupa-if-it-does-not-exist.patch \
            file://aaf28a4630af60496c9d33db1d06a7d7d8983422.patch \
@@ -35,7 +35,7 @@  EXTRA_OECONF:append = " \
     --with-systemdgeneratordir=${nonarch_base_libdir}/systemd/system-generators \
     --with-systemdpresetdir=${nonarch_base_libdir}/systemd/system-preset \
     --with-systemdmodulesloaddir=${sysconfdir}/module-load.d \
-    --without-dracutdir \
+    --without-dracutdir --enable-linux-builtin \
 "
 
 EXTRA_OEMAKE:append = " \