mbox series

[v2,0/1] bitbake.conf: fix vardepsexclude for ZSTD_DEFAULTS

Message ID 20240725084701.856618-1-benedikt.niedermayr@siemens.com
Headers show
Series bitbake.conf: fix vardepsexclude for ZSTD_DEFAULTS | expand

Message

Benedikt Niedermayr July 25, 2024, 8:47 a.m. UTC
This patch basically copies the OE implementation for setting
ZSTD_DEFAULTS and thereby fixes a rebuild in case ZSTD_LEVEL changes
(or ZSTD_COMPRESSION_LEVEL as named by OE).

There is still one question open: Why is ZSTD_THREADS pinned to 1 and
also added to vardepsexclude? It should be sufficient to do one of both
I think. Any comments to that?

Changes in v2:

- Copy the OE implementation for setting ZSTD_DEFAULTS

Benedikt Niedermayr (1):
  bitbake.conf: fix vardepsexclude for ZSTD_DEFAULTS

 meta/conf/bitbake.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

--
2.34.1