Re: [OE-core] [PATCH] nativesdk-gzip: fix reproducibility issues

2024-04-12 Thread Oleh Matiusha via lists.openembedded.org
​How far did you get builds to work on Solaris out of interest? Perhaps you have misunderstood me. I have neither the desire nor the hardware to work on providing Solaris support, but I asked if Yocto supports or plans to support Solaris to see if my patch is compatible with the current versio

Re: [OE-core] [PATCH] nativesdk-gzip: fix reproducibility issues

2024-04-12 Thread Oleh Matiusha via lists.openembedded.org
Can it be accepted in upstream then? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198156): https://lists.openembedded.org/g/openembedded-core/message/198156 Mute This Topic: https://lists.openembedded.org/mt/105462485/21656 Group Owner: openembed

[OE-core] [PATCH] nativesdk-gzip: fix reproducibility issues

2024-04-11 Thread Oleh Matiusha via lists.openembedded.org
There is absolute path in zgrep binary. It is related to the changes that fix an issue with zgrep on Solaris and other platforms with 'grep -e'. I'd like to ask here if Yocto supports Solaris as host architecture, and if there's a reliable way to detect the host arch. If there is, I'll place additi

[OE-core] [PATCH v3] bash: improve reproducibility

2024-04-05 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-bash package contains host references in output packages. remove them. Signed-off-by: Oleh Matiusha --- v2 - moved common code to separate function v3 - absolute path cleanup for all classes --- --- meta/recipes-extended/bash/bash.inc | 3 ++- 1 file changed, 2 insertions(+), 1 dele

[OE-core] [PATCH v3] gmp: improve reproducibility

2024-04-05 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-gmp package contains host references in output packages. remove them. Signed-off-by: Oleh Matiusha --- v2 - moved common code to separate function v3 - absolute path cleanup for all classes --- --- meta/recipes-support/gmp/gmp_6.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [PATCH v3] curl: improve reproducibility

2024-04-05 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-curl package contains host references in output files. remove them. Signed-off-by: Oleh Matiusha --- v2 - moved common code to separate function v3 - absolute path cleanup for all classes --- --- meta/recipes-support/curl/curl_8.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 delet

Re: [OE-core] [PATCH v2] curl: improve reproducibility

2024-04-03 Thread Oleh Matiusha via lists.openembedded.org
What about --with-libtool-sysroot and DEBUG_PREFIX_MAP? Oleh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197913): https://lists.openembedded.org/g/openembedded-core/message/197913 Mute This Topic: https://lists.openembedded.org/mt/105181578/216

[OE-core] [PATCH v2] bash: improve reproducibility

2024-04-03 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-bash package contains host references in output packages. remove them. Signed-off-by: Oleh Matiusha --- v2 - moved common code to separate function --- --- meta/recipes-extended/bash/bash.inc | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/recipes-

[OE-core] [PATCH v2] gmp: improve reproducibility

2024-03-27 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-gmp package contains host references in output packages. remove them. Signed-off-by: Oleh Matiusha --- v2 - move common code to separate function --- --- meta/recipes-support/gmp/gmp_6.3.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/recipes-su

[OE-core] [PATCH v2] curl: improve reproducibility

2024-03-27 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-curl package contains host references in output files. remove them. Signed-off-by: Oleh Matiusha --- v2 - moved common code to separate function --- --- meta/recipes-support/curl/curl_8.6.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/recipes-

[OE-core] [PATCH] bash: improve reproducibility

2024-02-28 Thread Oleh Matiusha via lists.openembedded.org
Nativesdk package contains host references in output packages. Remove them. Signed-off-by: Oleh Matiusha --- meta/recipes-extended/bash/bash.inc | 21 + 1 file changed, 21 insertions(+) diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc i

[OE-core] [PATCH] curl: improve reproducibility

2024-02-26 Thread Oleh Matiusha via lists.openembedded.org
Nativesdk package contains host references in output packages. Remove them. Signed-off-by: Oleh Matiusha --- meta/recipes-support/curl/curl_7.85.0.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-support/curl/curl_7.85.0.bb b/meta/recipes-support/curl/curl_7.85.0.

[OE-core] [PATCH] gmp: improve reproducibility

2024-02-26 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-gmp package contains host references in output packages. Remove them. Signed-off-by: Oleh Matiusha --- meta/recipes-support/gmp/gmp_6.2.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-support/gmp/gmp_6.2.1.bb b/meta/recipes-support/gmp/gmp_6.2.1.bb index 2

[OE-core] [PATCH v2] findutils: add ptest

2021-09-30 Thread Oleh Matiusha via lists.openembedded.org
Fixed warning in v1 by adding findutils-ptest to ptest-packagelists.inc. Placed it in PTESTS_SLOW since it takes 36s to execute this ptest on qemu. Signed-off-by: Oleh Matiusha --- .../distro/include/ptest-packagelists.inc | 1 + meta/recipes-extended/findutils/findutils.inc | 6 +- .../f

[OE-core] [PATCH v2] findutils: add ptest

2021-09-08 Thread Oleh Matiusha via lists.openembedded.org
Fixed warning spotted by Alexandre Belloni by adding findutils-ptest to ptest-packagelists.inc. Placed it in PTESTS_SLOW since it takes 36s to execute this ptest on qemu. Signed-off-by: Oleh Matiusha --- .../distro/include/ptest-packagelists.inc | 1 + meta/recipes-extended/findutils/find

[OE-core] [PATCH] findutils: add ptest

2021-09-07 Thread Oleh Matiusha via lists.openembedded.org
Signed-off-by: Oleh Matiusha --- meta/recipes-extended/findutils/findutils.inc | 6 +- .../findutils/findutils/run-ptest | 57 +++ .../findutils/findutils_4.8.0.bb | 11 3 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 meta/recip