mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
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>
(cherry picked from commit 4990a36eb4)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
e6a44bc7eb
commit
77536efcb0
@@ -38,6 +38,12 @@ EXTRA_OECONF:append = " \
|
|||||||
--without-dracutdir \
|
--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 = " \
|
EXTRA_OEMAKE:append = " \
|
||||||
INSTALL_MOD_PATH=${D}${root_prefix} \
|
INSTALL_MOD_PATH=${D}${root_prefix} \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user