Re: [OE-core] [PATCH 1/2] iproute2: install tools to mirror install under Debian/Ubuntu

2020-12-02 Thread Andre McCurdy
On Wed, Dec 2, 2020 at 11:11 AM Alan Perry wrote: > > Many scripts exist that expect the iproute2 tools to be found in > the same directories where they are found in Debian or Ubuntu. > For the iproute2 tools included in the iproute2 recipe, move > them to those directories or create links there.

[OE-core][master][PATCH] qemu: CVE-2020-25624

2020-12-02 Thread Li Wang
References: https://nvd.nist.gov/vuln/detail/CVE-2020-25624 backport patch from: https://git.qemu.org/?p=qemu.git;a=commit;h=1328fe0c32d5474604105b8105310e944976b058 Signed-off-by: Li Wang --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-25624.patch|

Re: [OE-core] [PATCH 1/2] iproute2: install tools to mirror install under Debian/Ubuntu

2020-12-02 Thread Alan Perry
Good catch. Thanks. > On Dec 2, 2020, at 17:02, Andreas Oberritter wrote: > > Hi Alan, > >> +mv ${D}${base_sbindir}/genl ${D}${sbindir}/genl > > this is going to break setups where ${base_sbindir} equals ${sbindir}, so > you'll need make this conditional. > > Best regards, > Andreas -=

Re: [OE-core] [PATCH 1/2] iproute2: install tools to mirror install under Debian/Ubuntu

2020-12-02 Thread Andreas Oberritter
Hi Alan, > +mv ${D}${base_sbindir}/genl ${D}${sbindir}/genl this is going to break setups where ${base_sbindir} equals ${sbindir}, so you'll need make this conditional. Best regards, Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145

Re: [OE-core] commit breaks menuconfig on upstream kernel "cml1.bbclass: Handle ncurses-native being available via pkg-config"

2020-12-02 Thread Nathan Rossi
On Thu, 3 Dec 2020 at 05:17, Scott Branden wrote: > > Hi Nathan, > > Your commit: > "cml1.bbclass: Handle ncurses-native being available via pkg-config" > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=master-next&id=ce447d70df386ca55ce1672478b245851556374e > > breaks bitbake menuconfig

[OE-core] [PATCH][dunfell] lttng-modules: add post 2.11.6 patches

2020-12-02 Thread Bruce Ashfield
From: Bruce Ashfield To fix building against the latest 5.4.x kernels (and other versions as well), we import the lttng patches that have been added since the 2.11.6 release. When 2.11.7 is released, we can drop these patches and go with the release tarball. Signed-off-by: Bruce Ashfield ---

[OE-core] commit breaks menuconfig on upstream kernel "cml1.bbclass: Handle ncurses-native being available via pkg-config"

2020-12-02 Thread Scott Branden via lists.openembedded.org
Hi Nathan, Your commit: "cml1.bbclass: Handle ncurses-native being available via pkg-config" https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=master-next&id=ce447d70df386ca55ce1672478b245851556374e breaks bitbake menuconfig when using the upstream kernel. It only works with the linux-yo

[OE-core] [PATCH 2/2] iproute2: rearrange FILES to improve readability

2020-12-02 Thread Alan Perry
Rearranged the PACKAGES' FILES to match PACKAGES to make the recipe more readable and easier to find the FILES. Signed-off-by: Alan Perry --- meta/recipes-connectivity/iproute2/iproute2.inc | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-connecti

[OE-core] [PATCH 1/2] iproute2: install tools to mirror install under Debian/Ubuntu

2020-12-02 Thread Alan Perry
Many scripts exist that expect the iproute2 tools to be found in the same directories where they are found in Debian or Ubuntu. For the iproute2 tools included in the iproute2 recipe, move them to those directories or create links there. Also, add bash-completion files as is done by Debian and Ubun

Re: [OE-core] Multi-threaded npm build

2020-12-02 Thread Jean-Marie Lemetayer
Hi Michal, Thanks, this is definitely helpful. Have you checked if your improvement is tested. I think it should be tested by the test_devtool_add_npm under meta/lib/oeqa/selftest/cases/devtool.py See: - https://wiki.yoctoproject.org/wiki/Oe-selftest - https://git.yoctoproject.org/cgit/cgit.cg

Re: [OE-core] Multi-threaded npm build

2020-12-02 Thread Marek Belisko
Hi Michal, On Wed, Dec 2, 2020 at 5:25 PM wrote: > > Task do_configure delivered by npm.bbclass takes a lot of time, the longer > shrinkwrap dependency list the longer time needed for do_configure to execute. > Following improvement allows to execute do_configure on any available CPI > threads.

[OE-core] [meta-oe][PATCH v3] procps: split into binary subpackages

2020-12-02 Thread Sinan Kaya
This change allows you to pull individual binaries into the target without including the entire suite. Signed-off-by: Sinan Kaya --- meta/recipes-extended/procps/procps_3.3.16.bb | 55 ++- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/procps

Re: [OE-core] Multi-threaded npm build

2020-12-02 Thread Randy MacLeod
On 2020-12-02 11:25 a.m., michal.fry...@sigma.se wrote: Task do_configure delivered by npm.bbclass takes a lot of time, the longer shrinkwrap dependency list the longer time needed for do_configure to execute. Following improvement allows to execute do_configure on any available CPI threads. T

[OE-core] Multi-threaded npm build

2020-12-02 Thread michal . frynas
Task do_configure delivered by npm.bbclass takes a lot of time, the longer shrinkwrap dependency list the longer time needed for do_configure to execute. Following improvement allows to execute do_configure on any available CPI threads. > > diff --git a/bitbake/lib/bb/fetch2/npmsw.py > b/bitbak

Re: [OE-core] [PATCH 2/2] connman: set service to conflict with systemd-networkd

2020-12-02 Thread Jack Mitchell
On 02/12/2020 02:20, Yi Zhao wrote: > > On 12/1/20 5:02 AM, Jack Mitchell wrote: >> On 02/11/2020 09:20, Yi Zhao wrote: >>> Do not run systemd-networkd and connman simultaneously. These two >>> network managers may conflict with each other. >>> >>> Signed-off-by: Yi Zhao >>> --- >>> ...stop-syst

Re: [OE-core] [PATCH v2 0/5] systemtap improvements

2020-12-02 Thread Yann Dirson
Hi Victor, Zang, How do you with to go forward ? There was at least the issue quoted below to resolve wrt my patches. Do we want to wait for 4.4 to hit master or is it something we can tackle already ? Victor wrote: >> OK, for some reason I had missed that it does indeed achieve that. Maybe we

[OE-core] [RFC][PATCH] Add support for downloading yarn-based dependencies via normal fetchers

2020-12-02 Thread Yann Dirson
From: Yann Dirson This works like: - yarn-v1-mkbbinc script generates a $PACKAGE.inc bitbake snippet containing * SRC_URI additions for all dependencies * YARNLOCK_CHECKSUM for consistency checking - $PACKAGE.bb uses "require $PACKAGE.inc" Supports only: - *.tgz from npm registries and arbit

[OE-core] [PATCH] pseudo: Update to print PSEUDO_LOGFILE in abort message on path mismatches

2020-12-02 Thread Tomasz Dziendzielski
Signed-off-by: Tomasz Dziendzielski --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 2e13fec540..600885b5c2 100644 --- a/meta/recipes-de