Re: [PATCH] [OE-core] [PATCHv2] systemtap: upgrade 4.3 -> 4.4

2020-12-08 Thread Alexander Kanavin
I think sending a patch is better than waiting :) Alex On Tue, 8 Dec 2020 at 04:03, zangrc wrote: > Ping > > > > *From:* openembedded-core@lists.openembedded.org < > openembedded-core@lists.openembedded.org> *On Behalf Of *zangrc > *Sent:* Friday, December 4, 2020 9:51 AM > *To:* Leonardo

Re: [OE-core] [PATCHv3 2/5] bitbake.conf: Add all layers (from BBLAYERS) to PSEUDO_IGNORE_PATHS

2020-12-08 Thread Richard Purdie
On Tue, 2020-12-08 at 08:48 +, Paul Barker wrote: > On Mon, 7 Dec 2020 at 12:46, Richard Purdie > wrote: > > On Mon, 2020-12-07 at 12:04 +, Paul Barker wrote: > > > On Mon, 7 Dec 2020 at 10:29, Paul Barker > > > wrote: > > > To follow up some more: The entries in PSEUDO_IGNORE_PATHS are

[OE-core][dunfell][PATCH] python3: fix CVE-2019-20907

2020-12-08 Thread Andrej Valek
- move fixing patch for CVE-2020-8492 to the right location Signed-off-by: Andrej Valek --- ...VE-2020-8492-Fix-AbstractBasicAuthHandler.patch | 0 .../python/python3/CVE-2019-20907.patch| 135 + meta/recipes-devtools/python/python3_3.8.2.bb | 1 + 3

Re: [OE-core] [PATCHv3 2/5] bitbake.conf: Add all layers (from BBLAYERS) to PSEUDO_IGNORE_PATHS

2020-12-08 Thread Paul Barker
On Mon, 7 Dec 2020 at 12:46, Richard Purdie wrote: > > On Mon, 2020-12-07 at 12:04 +, Paul Barker wrote: > > On Mon, 7 Dec 2020 at 10:29, Paul Barker > > wrote: > > To follow up some more: The entries in PSEUDO_IGNORE_PATHS are > > treated > > as string prefixes within pseudo. So if > >

[OE-core] [PATCH] gstreamer1.0: upgrade 1.18.1 -> 1.18.2

2020-12-08 Thread Jose Quaresma
Drop patches as it as merged upstream: * gstreamer1.0: 0001-gst_private.h-increse-padding-in-struct-_GstClockEnt.patch * gstreamer1.0-plugins-good: 0001-rpicamsrc-add-vchostif-library-as-it-is-required-to-.patch Signed-off-by: Jose Quaresma --- ...tools_1.18.1.bb =>

[OE-core] [PATCH 0/1] buildtools-tarball.bb: Fix PATH for environment setup script

2020-12-08 Thread Robert Yang
The following changes since commit e995e67bc7a3d30adf9f8d0d2f4df92a941baeae: meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell (2020-12-06 23:16:50 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/bt

[OE-core] [PATCH 1/1] buildtools-tarball.bb: Fix PATH for environment setup script

2020-12-08 Thread Robert Yang
It only added ${SDKPATHNATIVE}/usr/bin to PATH which didn't work when files were installed to other bin dirs such as /bin or /sbin, for example, nativesdk-pigz installs the files to /bin, now fix it to keep align with sdk's PATH. Signed-off-by: Robert Yang ---

[OE-core] [PATCH 2/3] minicom: RDEPENDS on ncurses-terminfo-base

2020-12-08 Thread Robert Yang
Fixed when ncurses-terminfo-base is not installed: $ minicom No termcap database present! Signed-off-by: Robert Yang --- meta/recipes-extended/minicom/minicom_2.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb

[OE-core] [PATCH 0/3] meta: Fix for ncurses minicom and archiver.bbclass

2020-12-08 Thread Robert Yang
The following changes since commit e995e67bc7a3d30adf9f8d0d2f4df92a941baeae: meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell (2020-12-06 23:16:50 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/3fixes

[OE-core] [PATCH 3/3] archiver.bbclass: Fix --runall=deploy_archives for images

2020-12-08 Thread Robert Yang
Fixed: INHERIT += "archiver" COPYLEFT_LICENSE_INCLUDE = "*" $ bitbake core-image-minimal --runall=deploy_archives [snip] KeyError: '/path/to/meta/recipes-core/images/core-image-minimal.bb:do_ar_original' [snip] Signed-off-by: Robert Yang --- meta/classes/archiver.bbclass | 1 + 1 file

[OE-core] [PATCH 1/3] ncurses: Make ncurses-tools depend on ncurses-terminfo-base

2020-12-08 Thread Robert Yang
Fixed when ncurses-terminfo-base is not installed: $ infocmp infocmp: couldn't open terminfo file linux. The required file is in ncurses-terminfo-base Signed-off-by: Robert Yang --- meta/recipes-core/ncurses/ncurses.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2] wic: Introduce empty plugin to create unformatted empty partitions

2020-12-08 Thread Diego Sueiro
The empty wic plugin is used to create unformatted empty partitions for wic images. To use it you must pass "empty" as argument for the "--source" parameter in the wks file. For example: part foo --source empty --ondisk sda --size="1024" --align 1024 Also adds a selftest for this plugin

[OE-core][dunfell][PATCH v2] python3: fix CVE-2019-20907

2020-12-08 Thread Andrej Valek
- move fixing patch for CVE-2020-8492 to the right location Signed-off-by: Andrej Valek --- ...VE-2020-8492-Fix-AbstractBasicAuthHandler.patch | 0 .../python/python3/CVE-2019-20907.patch| 73 ++ meta/recipes-devtools/python/python3_3.8.2.bb | 1 + 3 files

Re: [OE-core][dunfell][PATCH] python3: fix CVE-2019-20907

2020-12-08 Thread Steve Sakoman
Thanks Andrej! I appreciate the help in CVE reduction. This patch is missing some of the requirements (CVE: tag, sign-off, references) outlined in the "Patch name convention and commit message" section of: https://wiki.yoctoproject.org/wiki/Security Could you submit a v2? Thanks again! Steve

Re: [OE-core] [PATCH] coreutils: add SUSE-specific issues to CVE whitelist

2020-12-08 Thread Steve Sakoman
On Mon, Dec 7, 2020 at 5:54 AM Ross Burton wrote: > > CVE-2013-0221 through -223 are all SUSE-specific, so add them to the > whitelist. Good for dunfell too (with recipe version change of course)? Steve > Signed-off-by: Ross Burton > --- > meta/recipes-core/coreutils/coreutils_8.32.bb | 3

[OE-core] [PATCH 1/8] gstreamer1.0-plugins-bad: v4l2codecs fix typo

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH 2/8] gstreamer1.0-plugins-bad: add support for aom plugin

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH 3/8] gstreamer1.0-plugins-bad: add support for x265 plugin

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH 4/8] gstreamer1.0-plugins-bad: don't use the internal usrsctp on sctp plugin

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH 5/8] gstreamer1.0-plugins-bad: remove unsupported plugins comment

2020-12-08 Thread Jose Quaresma
- all of the unsupported plugins are explicitly disabled on EXTRA_OEMESON Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH 7/8] gstreamer1.0-plugins-bad: transcode plugin external deps is always present

2020-12-08 Thread Jose Quaresma
it only needs gstreamer-pbutils-1.0 from gst-plugins-base Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH 6/8] gstreamer1.0-plugins-bad: netsim plugin don't have external deps

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb index

Re: [OE-core] [PATCH] wic: Introduce empty plugin to create unformatted empty partitions

2020-12-08 Thread Diego Sueiro
>-Original Message- >From: Richard Purdie >Sent: 03 December 2020 22:58 >To: Diego Sueiro ; openembedded- >c...@lists.openembedded.org >Cc: nd >Subject: Re: [OE-core] [PATCH] wic: Introduce empty plugin to create >unformatted empty partitions > >On Thu, 2020-12-03 at 15:35 +, Diego

[OE-core] [PATCH 8/8] gstreamer1.0-plugins-bad: remove meson option for plugins with dependencies always present

2020-12-08 Thread Jose Quaresma
decklink: libdl (glibc) dvbk: kernel headers fbdev: kernel headers ipcpipeline: gst-plugins-base shm: librt (glibc) transcode: gst-plugins-base Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb| 6 -- 1 file changed, 6 deletions(-) diff --git

[OE-core] [PATCH] modutils-initscripts: Use depmod -a when modules.dep is empty

2020-12-08 Thread Diego Sueiro
To correctly create the modules.dep when it is empty, we need to call depmod with '-a' instead of '-Ae' since the quick option uses the mtime to decide whether or not it needs to update. This way we can guarantee that it will be recreated completely and not only when adding new modules.

Re: [OE-core] [PATCHv3 2/5] bitbake.conf: Add all layers (from BBLAYERS) to PSEUDO_IGNORE_PATHS

2020-12-08 Thread Richard Purdie
On Tue, 2020-12-08 at 08:48 +, Paul Barker wrote: > On Mon, 7 Dec 2020 at 12:46, Richard Purdie > wrote: > > On Mon, 2020-12-07 at 12:04 +, Paul Barker wrote: > > > On Mon, 7 Dec 2020 at 10:29, Paul Barker > > > wrote: > > > To follow up some more: The entries in PSEUDO_IGNORE_PATHS are

[OE-core] [PATCH] gstreamer1.0: use the correct meson option for the capabilities

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb index

[OE-core] [PATCH v2] gstreamer1.0: upgrade 1.18.1 -> 1.18.2

2020-12-08 Thread Jose Quaresma
Drop patches as it as merged upstream: * gstreamer1.0: 0001-gst_private.h-increse-padding-in-struct-_GstClockEnt.patch * gstreamer1.0-plugins-good: 0001-rpicamsrc-add-vchostif-library-as-it-is-required-to-.patch Update pacthes: * gstreamer1.0:

[OE-core] [PATCH] distutils3: allow setup.py to be run from a different directory to ${S}

2020-12-08 Thread Jack Mitchell
Sometimes setup.py can be buried deep in a source tree. This has traditionally been solved with setting S to the subdirectory in the source. However with the new pseudo changes, some python modules make changes to files beneath ${S}, for example: S = "${WORKDIR}/git/python/pythonmodule" then in

Re: [PATCH] [OE-core] [PATCHv2] systemtap: upgrade 4.3 -> 4.4

2020-12-08 Thread Bruce Ashfield
If that symbol is required, then we'd need to add it to the appropriate fragment in the reference kernel configurations (kernel-cache), and make sure it is built into the various kernel types. Changes like that are submitted to the linux-yocto mailing list. That being said, I went and looked at

[OE-core] [PATCH v2 4/8] gstreamer1.0-plugins-bad: sctp plugin uses the internal usrsctp static lib

2020-12-08 Thread Jose Quaresma
usrsctp lib source code is provided in gstreamer plugins bad source tree and it is builded staticaly for the sctp plugin. Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 3/8] gstreamer1.0-plugins-bad: add support for x265 plugin

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH v2 5/8] gstreamer1.0-plugins-bad: remove unsupported plugins comment

2020-12-08 Thread Jose Quaresma
- all of the unsupported plugins are explicitly disabled on EXTRA_OEMESON Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH v2 7/8] gstreamer1.0-plugins-bad: transcode plugin external deps is always present

2020-12-08 Thread Jose Quaresma
it only needs gstreamer-pbutils-1.0 from gst-plugins-base Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH v2 6/8] gstreamer1.0-plugins-bad: netsim plugin don't have external deps

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb index

[OE-core] [PATCH v2 2/8] gstreamer1.0-plugins-bad: add support for aom plugin

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH v2 1/8] gstreamer1.0-plugins-bad: v4l2codecs fix typo

2020-12-08 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb

[OE-core] [PATCH v2 8/8] gstreamer1.0-plugins-bad: remove meson option for plugins with dependencies always present

2020-12-08 Thread Jose Quaresma
decklink: libdl (glibc) dvbk: kernel headers fbdev: kernel headers ipcpipeline: gst-plugins-base shm: librt (glibc) transcode: gst-plugins-base Signed-off-by: Jose Quaresma --- .../gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb| 6 -- 1 file changed, 6 deletions(-) diff --git

[OE-core] Yocto Project Status WW49'20

2020-12-08 Thread Stephen Jolley
Current Dev Position: YP 3.3 M2 development Next Deadline: 18th January 2021 YP 3.3 M2 build Next Team Meetings: * Bug Triage meeting Thursday Dec. 10th at 7:30am PDT (

Re: [OE-core] [PATCH] coreutils: add SUSE-specific issues to CVE whitelist

2020-12-08 Thread Ross Burton
Yes, definitely. Ross On Tue, 8 Dec 2020 at 14:27, Steve Sakoman wrote: > > On Mon, Dec 7, 2020 at 5:54 AM Ross Burton wrote: > > > > CVE-2013-0221 through -223 are all SUSE-specific, so add them to the > > whitelist. > > Good for dunfell too (with recipe version change of course)? > > Steve >

[OE-core] [PATCH] lttng-modules: fix build against v5.10+

2020-12-08 Thread Bruce Ashfield
From: Bruce Ashfield lttng-modules doesn't currently build against the lastest 5.10-rc versions. Upstream lttng does have fixes for the issues, but hasn't done a release that contains them yet. There are other patches on the 2.12.x branch, but I've skipped them for now as they aren't necessary

Re: [OE-core][dunfell][PATCH v2] python3: fix CVE-2019-20907

2020-12-08 Thread Steve Sakoman
On Tue, Dec 8, 2020 at 5:16 AM Andrej Valek wrote: > > - move fixing patch for CVE-2020-8492 to the right location > > Signed-off-by: Andrej Valek > --- > ...VE-2020-8492-Fix-AbstractBasicAuthHandler.patch | 0 > .../python/python3/CVE-2019-20907.patch| 73 > ++

[OE-core] [PATCH 3/5] python3-pygments: upgrade v2.7.2 -> v2.7.3

2020-12-08 Thread Tim Orling
From: Tim Orling Upstream release notes: """ * Updated lexers: - Ada (#1581) - HTML (#1615, #1614) - Java (#1594, #1586) - JavaScript (#1605, #1589, #1588) - JSON (#1569 -- this is a complete rewrite) - Lean (#1601) - LLVM (#1612) - Mason (#1592) - MySQL (#1555,

[OE-core] [PATCH 4/5] python3-setuptools: upgrade 50.3.2 -> 51.0.0

2020-12-08 Thread Tim Orling
From: Tim Orling No upstream release notes. Upstream commits since 50.3.2: b6bbe236 Bump version: 50.3.2 → 51.0.0 7f477c52 Merge pull request #2472 from pypa/bugfix/2471-remove-deps 2a0463cb Update changelog. 99bc2c11 Remove tests guaranteeing that (vendored) dependencies can be installed

[OE-core] [PATCH 2/5] python3-importlib-metadata: upgrade 3.1.0 -> 3.1.1

2020-12-08 Thread Tim Orling
From: Tim Orling No upstream release notes. Commits since 3.1.0 tag: 155bc48 (HEAD, tag: v3.1.1) Merge branch 'maint/2.x' 83c7dd2 (tag: v2.1.1, origin/maint/2.x) Merge pull request #264 from python/bugfix/261-versionless-egg-info-pre-normalized-fallback 4cb3bd0 Update changelog. Ref #261.

[OE-core] [PATCH 0/5] Core python3 recipe updates

2020-12-08 Thread Tim Orling
: Update test_bitbake_devshell (2020-12-06 23:16:50 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib timo/py3-core-recipe-updates-20201208 http://cgit.openembedded.org/openembedded-core-contrib/log/?h=timo/py3-core-recipe-updates-20201208

[OE-core] [PATCH 1/5] python3-hypothesis: upgrade 5.41.4 -> 5.41.5

2020-12-08 Thread Tim Orling
From: Tim Orling Add missing RDEPENDS: - python3-attrs - python3-sortedcontainers Upstream release notes: """ 5.41.5 - 2020-12-05 This patch adds a performance optimisation to avoid saving redundant seeds when using the .fuzz_one_input hook. """ Signed-off-by: Tim Orling ---

[OE-core] [PATCH 5/5] python3-setuptools-scm: add python3-toml dep

2020-12-08 Thread Tim Orling
From: Tim Orling Fixes: pkg_resources.DistributionNotFound: The 'toml' distribution was not found and is required by setuptools-scm Signed-off-by: Tim Orling --- meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git