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>
This commit is contained in:
Yoann Congal 2024-10-31 18:13:16 +01:00 committed by Khem Raj
parent 52c7dc2a2b
commit 4990a36eb4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -38,6 +38,12 @@ EXTRA_OECONF:append = " \
--without-dracutdir --enable-linux-builtin \
"
# 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} \
"