[OE-core][PATCH v3] sstatesig: Improve output hash calculation

2023-02-10 Thread Mateusz Marciniec
From: Mateusz Marciniec Symbolic links to the files are included during the output hash calculation but symlinks to the directories are missed. So if the new symlink to a directory was the only change made, then the output hash won't change, and the Hash Equivalence server may change unihash

[OE-core][PATCH v2] sstatesig: Improve output hash calculation

2023-02-09 Thread Mateusz Marciniec
From: Mateusz Marciniec Symbolic links to the files are included during the output hash calculation but symlinks to the directories are missed. So if the new symlink to a directory was the only change made, then the output hash won't change, and the Hash Equivalence server may change unihash

[OE-core][PATCH] sstatesig: Improve output hash calculation

2023-02-08 Thread Mateusz Marciniec
From: Mateusz Marciniec Symbolic links to the files are included during the output hash calculation but symlinks to the directories are missed. So if the new symlink to a directory was the only change made, then the output hash won't change, and the Hash Equivalence server may change unihash

[OE-core] [PATCH v2] util-linux: Improve check for magic in configure.ac

2022-08-23 Thread Mateusz Marciniec
/util-linux/commit/263381ddd46eea2293c70bc811273b66bc52087b] Signed-off-by: Mateusz Marciniec Signed-off-by: Tomasz Dziendzielski --- v2: Corrected commit title and changed Upstream-Status. meta/recipes-core/util-linux/util-linux.inc | 1 + ...configure.ac-Improve-check-for-magic.patch | 40

Re: [OE-core] [PATCH] configure.ac: Improve check for magic

2022-08-23 Thread Mateusz Marciniec
apisał(a): > Hi Mateusz, > > Your commit title should have the recipe this applies to: > > util-linux: Improve check for magic in configure.ac > > for example. > On 8/23/22 13:02, Mateusz Marciniec wrote: > > Check whether magic.h header exists before defining HAVE_MAGIC.

[OE-core] [PATCH] configure.ac: Improve check for magic

2022-08-23 Thread Mateusz Marciniec
2.38.1] Signed-off-by: Mateusz Marciniec Signed-off-by: Tomasz Dziendzielski --- meta/recipes-core/util-linux/util-linux.inc | 1 + ...configure.ac-Improve-check-for-magic.patch | 39 +++ 2 files changed, 40 insertions(+) create mode 100644 meta/recipes-core/util-linux/util

Re: [OE-core] [PATCH] util-linux: Remove raw flags in EXTRA_OECONF

2022-08-23 Thread Mateusz Marciniec
Yes, you are right, I corrected it in the new version of patch. Thanks for pointing that out. Best Regards, Mateusz Marciniec pt., 19 sie 2022 o 16:38 Peter Kjellerstedt napisał(a): > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.o

[OE-core] [PATCH v2] util-linux: Remove --enable-raw from EXTRA_OECONF

2022-08-23 Thread Mateusz Marciniec
Having both enable and disable flags for raw is confusing. Raw should be disabled so --enable-raw flag can be removed. Signed-off-by: Mateusz Marciniec Signed-off-by: Tomasz Dziendzielski --- v2: Left --disable-raw flag to maintain the current deterministic behavior. meta/recipes-core/util

[OE-core] [PATCH] util-linux: Remove raw flags in EXTRA_OECONF

2022-08-19 Thread Mateusz Marciniec
Having both enable and disable flags for raw is confusing. Raw should not be enabled so both flags can be removed. Signed-off-by: Mateusz Marciniec Signed-off-by: Tomasz Dziendzielski --- meta/recipes-core/util-linux/util-linux_2.38.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions