diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-10-31 18:13:16 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-31 12:04:02 -0700 |
| commit | 4990a36eb404d5ae603acd6f777c38d62b7973a3 (patch) | |
| tree | e4b3019350aab82ac6bb85918bbca686e4eeb5c5 /meta-filesystems/recipes-filesystems | |
| parent | 52c7dc2a2bd441de10fe1d84f93dbd485c057a53 (diff) | |
| download | meta-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.bb | 6 |
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. | ||
| 45 | EXTRA_OECONF:append = " --with-vendor=debian" | ||
| 46 | |||
| 41 | EXTRA_OEMAKE:append = " \ | 47 | EXTRA_OEMAKE:append = " \ |
| 42 | INSTALL_MOD_PATH=${D}${root_prefix} \ | 48 | INSTALL_MOD_PATH=${D}${root_prefix} \ |
| 43 | " | 49 | " |
