From 77536efcb023d286d0cbedd1d343491c65d0ca81 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 31 Oct 2024 18:13:16 +0100 Subject: [PATCH] zfs: fix host-related reproducibility The zfs package content varies depending the host distro. To fix this, force target distribution ("vendor") to Debian to match default values for things like: NFS server service name, bash completion path, configuration files, ... The Debian values do match the OpenEmbedded ones. Signed-off-by: Yoann Congal Signed-off-by: Khem Raj (cherry picked from commit 4990a36eb404d5ae603acd6f777c38d62b7973a3) Signed-off-by: Anuj Mittal --- meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb index d3ea6797e7..b1e2f2e0bc 100644 --- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb +++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.2.bb @@ -38,6 +38,12 @@ EXTRA_OECONF:append = " \ --without-dracutdir \ " +# Reproducibility: Force target distribution ("vendor") to Debian to match +# default values for things like: NFS server service name, bash completion +# path, configuration files, ... +# The Debian values do match the OpenEmbedded ones. +EXTRA_OECONF:append = " --with-vendor=debian" + EXTRA_OEMAKE:append = " \ INSTALL_MOD_PATH=${D}${root_prefix} \ "