[OE-core] [meta-oe][PATCH] plocate: add recipe

2023-02-07 Thread Dragos-Marian Panait
From: Catalin Enache plocate, a much faster locate Signed-off-by: Catalin Enache Signed-off-by: Dragos-Marian Panait --- meta-oe/recipes-extended/plocate/plocate.inc | 9 + meta-oe/recipes-extended/plocate/plocate_1.1.17.bb | 9 + 2 files changed, 18 insertions

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Dragos-Marian Panait
On 19.08.2022 17:34, Drew Moseley wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On 8/19/22 8:50 AM, Dragos-Marian Panait wrote: Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Dew. On 2022

Re: [OE-core][PATCH] rng-tools: Change "Requires" to "WantedBy" for dev-hwrng.device

2022-08-19 Thread Dragos-Marian Panait
Hi Claudius, On 19.08.2022 12:36, Claudius Heine wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Dew. On 2022-08-15 20:25, drew.mose...@gmail.com wrote: From: Drew Moseley The previous change to remove the dependency on systemd-udev-settle caused boot delays at

Re: [OE-core][PATCH v2] rng-tools: Replace obsolete "wants systemd-udev-settle"

2022-08-12 Thread Dragos-Marian Panait
It seems that this change introduced a boot delay for qemux86-64 + systemd build. Steps: git clone git://git.yoctoproject.org/poky . poky/oe-init-build-env add to conf/local.conf: DISTRO_FEATURES:remove = " sysvinit" DISTRO_FEATURES:append = " systemd" VIRTUAL-RUNTIME_init_manager =

[OE-core][PATCH] strace: update SRC_URI

2022-07-18 Thread Dragos-Marian Panait
https://strace.io is down for some time now, so switching to https://github.com. Signed-off-by: Dragos-Marian Panait --- meta/recipes-devtools/strace/strace_5.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/strace/strace_5.18.bb b/meta/recipes

[OE-core] [PATCH] util-linux: fix CVE-2021-37600

2021-08-10 Thread Dragos-Marian Panait
sys-utils/ipcutils: be careful when call calloc() for uint64 nmembs Fix: #1395 Signed-off-by: Karel Zak CVE: CVE-2021-37600 Upstream-Status: Backport [1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c] Signed-off-by: Dragos-Marian Panait --- meta/recipes-core/util-linux/util-linux.inc | 1