summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-10-31 18:13:16 +0100
committerKhem Raj <raj.khem@gmail.com>2024-10-31 12:04:02 -0700
commit4990a36eb404d5ae603acd6f777c38d62b7973a3 (patch)
treee4b3019350aab82ac6bb85918bbca686e4eeb5c5 /meta-filesystems/recipes-filesystems
parent52c7dc2a2bd441de10fe1d84f93dbd485c057a53 (diff)
downloadmeta-openembedded-4990a36eb404d5ae603acd6f777c38d62b7973a3.tar.gz
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 <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
index 504fe28923..1b41deb099 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb
@@ -38,6 +38,12 @@ EXTRA_OECONF:append = " \
38 --without-dracutdir --enable-linux-builtin \ 38 --without-dracutdir --enable-linux-builtin \
39" 39"
40 40
41# Reproducibility: Force target distribution ("vendor") to Debian to match
42# default values for things like: NFS server service name, bash completion
43# path, configuration files, ...
44# The Debian values do match the OpenEmbedded ones.
45EXTRA_OECONF:append = " --with-vendor=debian"
46
41EXTRA_OEMAKE:append = " \ 47EXTRA_OEMAKE:append = " \
42 INSTALL_MOD_PATH=${D}${root_prefix} \ 48 INSTALL_MOD_PATH=${D}${root_prefix} \
43" 49"