Re: [OE-core] [PATCH 1/2][mickledore] linux-yocto/5.15: update to v5.15.119

2023-07-17 Thread Bruce Ashfield
These will also fix the intermittent boot hang that Steve's been seeing with 5.15. Bruce On Mon, Jul 17, 2023 at 11:28 PM Bruce Ashfield via lists.openembedded.org wrote: > > From: Bruce Ashfield > > Updating to the latest korg -stable release that comprises > the following commits: > >

[OE-core] [PATCH 4/4] linux-yocto/6.4: fix menuconfig

2023-07-17 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.4: Author: Bruce Ashfield Email: bruce.ashfi...@gmail.com Subject: mconf: fix output of cflags and libraries Date: Mon, 17 Jul 2023 17:17:55 -0400 commit 3122c84409d578a5df8bcb1 [kconfig: refactor

[OE-core] [PATCH 3/4] kernel: set HOSTPKG_CONFIG to use pkg-config-native

2023-07-17 Thread Bruce Ashfield
From: Bruce Ashfield The 5.19 kernel introduced a variable to specify the pkg-config command to use for host tools. Previously to this being introduced, we needed to overrride the standard PKG_CONFIG* variables to avoid calls to pkg-config using the target configuration. While we can't

[OE-core] [PATCH 2/4] linux-yocto/6.4: update to v6.4.3

2023-07-17 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 160f4124ea8b Linux 6.4.3 03b4163d fork: lock VMAs of the parent process when forking 890ba5c464c2 bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page

[OE-core] [PATCH 1/4] linux-yocto/6.x: cfg: update ima.cfg to match current meta-integrity

2023-07-17 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto: cba89f406c6 features: update ima.cfg to match current meta-integrity Signed-off-by: Armin Kuster Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 2 +-

[OE-core] [PATCH 0/4] kernel: consolidated pull request

2023-07-17 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here's a 4-pack of patches I've been testing. I don't expect any significant issues, in particular since 6.4 isn't yet the default kernel :) The main part of this series is to fix menuconfig for 6.4+. A patch I created years ago to work around pkg-config use in

[OE-core] [PATCH 1/2][mickledore] linux-yocto/5.15: update to v5.15.119

2023-07-17 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 4af60700a60c Linux 5.15.119 10fbd2e04e40 act_mirred: remove unneded merge conflict markers 2230b3f874d9 i2c: imx-lpi2c: fix type char overflow issue when calculating the clock

[OE-core] [PATCH 2/2][mickledore] linux-yocto/5.15: update to v5.15.120

2023-07-17 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: d54cfc420586 Linux 5.15.120 c06edf13f4cf nubus: Partially revert proc_create_single_data() conversion 6e65fa33edf5 parisc: Delete redundant register definitions in

Re: [oe-core][PATCH 1/1] perl: Fix CVE-2023-31486

2023-07-17 Thread Soumya via lists.openembedded.org
Sent v2 - https://lore.kernel.org/openembedded-core/20230718030636.1418247-1-soumya.sa...@windriver.com/T/#u Regards, Soumya From: Alexandre Belloni Sent: Monday, July 17, 2023 7:14 PM To: Sambu, Soumya Cc: openembedded-core@lists.openembedded.org ;

[oe-core][PATCH v2 1/1] perl: Fix CVE-2023-31486

2023-07-17 Thread Soumya via lists.openembedded.org
HTTP::Tiny before 0.083, a Perl core module since 5.13.9 and available standalone on CPAN, has an insecure default TLS configuration where users must opt in to verify certificates. References: https://nvd.nist.gov/vuln/detail/CVE-2023-31486 Upstream patches:

Re: [OE-core] [PATCH v4] sstatesig: Fix pn and taskname derivation in find_siginfo

2023-07-17 Thread Yang Xu via lists.openembedded.org
Dear Sirs, Sorry, could you please help to review patch v4? In patch v4, I optimize the testcase to avoid non-deterministic fail. Thank you On Thu, 2023-07-13 at 02:16 +, yang...@mediatek.com wrote: > From: Yang Xu > > The `bb.siggen.compare_sigfiles` method transforms the key format >

Re: [OE-core] [mickledore][PATCH 0/1] Cherry pick commit from master to update webkitgtk to 2.40.2

2023-07-17 Thread Randy MacLeod via lists.openembedded.org
On 2023-07-17 12:09, Steve Sakoman via lists.openembedded.org wrote: On Sun, Jul 16, 2023 at 3:34 PM Kai wrote: On 7/14/23 15:15, Kai Kang wrote: From: Kai Kang Hi, I've discussed with webkitgtk maintainers about api compatable issues on

[OE-core] Current high bug count owners for Yocto Project 4.3

2023-07-17 Thread Stephen Jolley
All, Below is the list as of top 29 bug owners as of the end of WW28 of who have open medium or higher bugs and enhancements against YP 4.3. There are 72 possible work days left until the final release candidates for YP 4.3 needs to be released. Who Count michael.opdenac...@bootlin.com 32

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-07-17 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core] [PATCH] Revert "rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock"

2023-07-17 Thread Alexander Kanavin
This was not well researched or explained, and obscures a problem elsewhere: if dnf leaves lock files around, the problem should be fixed at the source, and not in an after-the-fact function. Signed-off-by: Alexander Kanavin --- meta/classes-recipe/rootfs-postcommands.bbclass | 7 --- 1

Re: [OE-core] [master][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-07-17 Thread Alexander Kanavin
This merged to master and it should not have happened. I'm sending a revert. Alex On Tue, 11 Jul 2023 at 10:34, Changqing Li wrote: > > > On 7/4/23 19:11, Ross Burton wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you

Re: [OE-core][PATCH] python3: parallelize ptests, add test_cppext dependencies

2023-07-17 Thread Alexander Kanavin
On Mon, 17 Jul 2023 at 15:06, Trevor Gamblin wrote: > AssertionError: > ptests which had no test results: > ['python3'] This happens when the test prints no PASS: and no FAIL:, this is used to catch regressed ptests that don't test anything but don't return an error either. Can you run

[OE-core][PATCH 3/3] python3-dtschema: add python3-dtc to RDEPENDS

2023-07-17 Thread Trevor Gamblin
Also reorder the RDEPENDS to be alphabetical. Signed-off-by: Trevor Gamblin --- meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.6.1.bb

[OE-core][PATCH 2/3] python3-dtc: add from meta-virtualization

2023-07-17 Thread Trevor Gamblin
This provides pylibfdt, which is a runtime dependency for the dtschema module that we already carry in oe-core. Signed-off-by: Trevor Gamblin --- ...erlay-make-overlay_get_target-public.patch | 132 ++ .../python/python3-dtc_1.6.1.bb | 26 2 files changed,

[OE-core][RESEND][PATCH 1/3] python3-dtschema: upgrade 2023.4 -> 2023.6.1

2023-07-17 Thread Trevor Gamblin
No changelog provided. Diff between versions: 08ab41a (tag: v2023.06.1, origin/master) Fix undocumented compatible check 90ce246 (tag: v2023.06) Revert "Partially Revert "dtschema: add nanoamp unit"" a4fe59b schemas: Allow 'fail' value for 'status' 1ea798a schemas: Allow 'status' for node names

Re: [OE-core] [mickledore][PATCH 0/1] Cherry pick commit from master to update webkitgtk to 2.40.2

2023-07-17 Thread Steve Sakoman
On Sun, Jul 16, 2023 at 3:34 PM Kai wrote: > > On 7/14/23 15:15, Kai Kang wrote: > > From: Kai Kang > > > > Hi, > > > > I've discussed with webkitgtk maintainers about api compatable issues on > > > > https://lists.webkit.org/pipermail/webkit-gtk/2023-March/003887.html > > > >> WebKitGTK 2.38.x

[OE-core] [PATCH] ptest-runner: Pull in parallel test fixes

2023-07-17 Thread Richard Purdie
Pull in the commits: Change test timeout to be total elapsed time Report if child dies from a signal Recreate pipe for each test Revert "runner: Correctly handle running parallel tests" runner: Correctly handle running parallel tests Signed-off-by: Richard Purdie ---

Re: [OE-core][mickledore 26/26] image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}

2023-07-17 Thread Steve Sakoman
On Sun, Jul 16, 2023 at 11:23 PM Richard Purdie wrote: > > On Mon, 2023-07-17 at 10:38 +0200, Martin Jansa wrote: > > This isn't backwards compatible and various BSP might need small > > adjustment to work correctly with this. > > > > Please don't backport this one. > > Agreed and 25/26 probably

Re: [OE-core] [PATCH] wic: Add dependencies for erofs-utils

2023-07-17 Thread Steve Sakoman
On Mon, Jul 17, 2023 at 4:20 AM Alexandre Belloni via lists.openembedded.org wrote: > > On 17/07/2023 06:55:42-0700, Heiko wrote: > > Hello Alexandre, > > > > I know. The patch is based on it. > > > > I asked to cherrypick it. But Steve told me ( > >

Re: [OE-core] [PATCH] wic: Add dependencies for erofs-utils

2023-07-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/07/2023 06:55:42-0700, Heiko wrote: > Hello Alexandre, > > I know. The patch is based on it. > > I asked to cherrypick it. But Steve told me ( > https://lists.openembedded.org/g/openembedded-core/message/184140 ) , that I > should create a new patch. > Please mark it for kirkstone then

[OE-core] [PATCH v2] gcc-testsuite: Fix ppc cpu specification

2023-07-17 Thread Richard Purdie
After this change in qemu: https://gitlab.com/qemu-project/qemu/-/commit/c7e89de13224c1e6409152602ac760ac91f606b4 there is no 'max' cpu model on ppc. Drop it to clean up ppc gcc testsuite failures. In order for this to work we do need to pull in the alternative cpu option from

Re: [OE-core] [PATCH] wic: Add dependencies for erofs-utils

2023-07-17 Thread Heiko
Hello Alexandre, I know. The patch is based on it. I asked to cherrypick it. But Steve told me ( https://lists.openembedded.org/g/openembedded-core/message/184140 ) , that I should create a new patch. Bye, Heiko -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [PATCH] wic: Add dependencies for erofs-utils

2023-07-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, Commit 68e364340c43 ("wic: Add dependencies for erofs-utils") has already done so for a while, maybe you want a backport instead? On 17/07/2023 06:44:49+0200, Heiko wrote: > In order to build erofs filesystems, wic must have the erofs-utils package > installed into its sysroot. > >

Re: [oe-core][PATCH 1/1] perl: Fix CVE-2023-31486

2023-07-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, you pressed y instead of enter when git asked you what wharset to use, so the patch doesn't apply. Can you resend? On 14/07/2023 03:25:10+, Soumya via lists.openembedded.org wrote: > HTTP::Tiny before 0.083, a Perl core module since 5.13.9 and available > standalone on CPAN, has an

Re: [OE-core][PATCH] python3: parallelize ptests, add test_cppext dependencies

2023-07-17 Thread Trevor Gamblin
On 2023-07-12 14:27, Alexander Kanavin wrote: I would suggest just one more tweak here: insert || echo "FAIL: python3" after python3 but before sed. That way it'll catch failures that sed does not (that silent regressing did just happen with zipapp/cgitb/cppext). Sorry for not responding

Re: [OE-core] [PATCH 1/3] autoconf: Test 2.72c

2023-07-17 Thread Alexandre Belloni via lists.openembedded.org
I believe this is the cause of: https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/7337/steps/11/logs/stdio ERROR: Logfile of failure stored in:

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/07/2023 15:10:35+0800, Yu, Mingli wrote: > Hi Alex, > > On 7/16/23 19:47, Alexandre Belloni wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know the content is safe. > > > > Hello,

[oe-core][kirkstone][PATCH 1/1] vim: upgrade 9.0.1527 -> 9.0.1592

2023-07-17 Thread Polampalli, Archana via lists.openembedded.org
From: Trevor Gamblin Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2609 d1ae836 patch 9.0.1531: crash when register contents ends up being invalid https://nvd.nist.gov/vuln/detail/CVE-2023-2610 ab9a2d8 patch 9.0.1532: crash when expanding "~" in substitute causes very long text

[OE-core] [PATCH] python3-cryptography{-vectors}: upgrade 41.0.1 -> 41.0.2

2023-07-17 Thread Tim Orling
https://cryptography.io/en/latest/changelog/#v41-0-2 41.0.2 - 2023-07-10 * Fixed bugs in creating and parsing SSH certificates where critical options with values were handled incorrectly. Certificates are now created correctly and parsing accepts correct values as well as the previously

Re: [OE-core] [PATCH] python3-importlib-metadata: upgrade 6.7.0 -> 6.8.0

2023-07-17 Thread Tim Orling
I already sent a patch for this: https://patchwork.yoctoproject.org/project/oe-core/patch/20230708092636.96729-1-tim.orl...@konsulko.com/ On Mon, Jul 17, 2023 at 11:10 AM wangmy wrote: > From: Wang Mingyu > > Features > == > Require Python 3.8 or later. > > Signed-off-by: Wang

[OE-core] [mickledore][PATCH] webkitgtk: 2.38.5 -> 2.38.6

2023-07-17 Thread Kai Kang
From: Kai Kang Update webkitgtk from 2.38.5 to 2.38.6. It fixes CVE-2023-27932 and CVE-2023-27954. What’s new in the WebKitGTK 2.38.6 release? * Enable the Asynchronous Clipboard API to make certain pages work (e.g. GithHub started recently requiring it). * Support :has() CSS selectors in

[OE-core] [PATCH] python3-typing-extensions: upgrade 4.7.0 -> 4.7.1

2023-07-17 Thread Tim Orling
https://github.com/python/typing_extensions/blob/4.7.1/CHANGELOG.md#release-471-july-2-2023 Release 4.7.1 (July 2, 2023) * Fix support for TypedDict, NamedTuple and is_protocol on PyPy-3.7 and PyPy-3.8. Patch by Alex Waygood. Note that PyPy-3.7 and PyPy-3.8 are unsupported by the PyPy

Re: [OE-core] [PATCH] python3-cryptography-vectors: upgrade 41.0.1 -> 41.0.2

2023-07-17 Thread Tim Orling
This CANNOT be upgraded without also upgrading python3-cryptography. Please remove this recipe from your CI loop. On Mon, Jul 17, 2023 at 11:10 AM wangmy wrote: > From: Wang Mingyu > > Changelog: > == > -Fixed bugs in creating and parsing SSH certificates where critical options > with

Re: [OE-core][mickledore 26/26] image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}

2023-07-17 Thread Richard Purdie
On Mon, 2023-07-17 at 10:38 +0200, Martin Jansa wrote: > This isn't backwards compatible and various BSP might need small > adjustment to work correctly with this. > > Please don't backport this one. Agreed and 25/26 probably isn't needed either. Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links:

[OE-core] [PATCH] repo: upgrade 2.34.1 -> 2.35

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: == Fixed a couple of bugs in ExitEvent logging: - log exitcode 130 on KeyboardInterrupt - log exitcode 1 on unhandled Exception - log errorevent with specific reason for exit Signed-off-by: Wang Mingyu --- meta/recipes-devtools/repo/{repo_2.34.1.bb =>

[OE-core] [PATCH] python3-numpy: upgrade 1.25.0 -> 1.25.1

2023-07-17 Thread wangmy
From: Wang Mingyu A total of 14 pull requests were merged for this release. #23968: MAINT: prepare 1.25.x for further development #24036: BLD: Port long double identification to C for meson #24037: BUG: Fix reduction return NULL to be

[OE-core] [PATCH] python3-importlib-metadata: upgrade 6.7.0 -> 6.8.0

2023-07-17 Thread wangmy
From: Wang Mingyu Features == Require Python 3.8 or later. Signed-off-by: Wang Mingyu --- ...ib-metadata_6.7.0.bb => python3-importlib-metadata_6.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metadata_6.7.0.bb

[OE-core] [PATCH] python3-jsonschema: upgrade 4.17.3 -> 4.18.3

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: = -Properly preserve applicable_validators in extended validators. -Fix an additional regression with the deprecated jsonschema.RefResolver and pointer resolution. -Fix a regression with jsonschema.RefResolver based resolution when used in combination with

[OE-core] [PATCH] python3-typing-extensions: upgrade 4.7.0 -> 4.7.1

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: == Fix support for TypedDict, NamedTuple and is_protocol on PyPy-3.7 and PyPy-3.8. Signed-off-by: Wang Mingyu --- ...g-extensions_4.7.0.bb => python3-typing-extensions_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] python3-hypothesis: upgrade 6.80.0 -> 6.81.2

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: == -If the HYPOTHESIS_NO_PLUGINS environment variable is set, we'll avoid loading plugins such as the old Pydantic integration or HypoFuzz' CLI options. -This is probably only useful for our own self-tests, but documented in case it might help narrow down

[OE-core] [PATCH] python3-git: upgrade 3.1.31 -> 3.1.32

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: === -Block insecure non-multi options in clone/clone_from -Don't rely on __del__ -fix pypi long description -Name top-level exceptions as private variables -commit trailers should be a list instead of a dictionary -Fix up the commit trailers functionality

[OE-core] [PATCH] python3-cryptography-vectors: upgrade 41.0.1 -> 41.0.2

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: == -Fixed bugs in creating and parsing SSH certificates where critical options with values were handled incorrectly. Certificates are now created correctly and parsing accepts correct values as well as the previously generated invalid forms with a warning.

[OE-core] [PATCH] opkg-utils: upgrade 0.5.0 -> 0.6.2

2023-07-17 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../opkg-utils/{opkg-utils_0.5.0.bb => opkg-utils_0.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.5.0.bb => opkg-utils_0.6.2.bb} (97%) diff --git

[OE-core] [PATCH] python3-editables: upgrade 0.3 -> 0.4

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: === Add a new add_to_subpackage method. Add type annotations. Internal admin: Switch to nox for automation Internal admin: Switch to ruff for linting Internal admin: Switch from setuptools to flit_core Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH] python3-zipp: upgrade 3.15.0 -> 3.16.2

2023-07-17 Thread wangmy
From: Wang Mingyu License-Update: Remove unnecessary and incorrect copyright notice. Changelog: Bugfixes - -In Path.match, Windows path separators are no longer honored. The fact that they were was incidental and never supported. (#92) -Fixed name/suffix/suffixes/stem

[OE-core] [PATCH] opkg: upgrade 0.6.1 -> 0.6.2

2023-07-17 Thread wangmy
From: Wang Mingyu 0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch 0002-opkg-key-remove-no-options-flag-from-gpg-calls.patch removed since they're included in 0.6.2. Changelog: === ### Changed - the project's developer documentation to be more correct and current. ###

[OE-core] [PATCH] python3-pip: upgrade 23.1.2 -> 23.2

2023-07-17 Thread wangmy
From: Wang Mingyu License-Update: Upgrade setuptools to 68.0.0 Upgrade typing_extensions to 4.7.1 Changelog: == -Fix pip completion --zsh. (#11417) -Prevent downloading files twice when PEP 658 metadata is present (#11847) -Add permission check before configuration (#11920) -Fix

[OE-core] [PATCH] glib-2.0: upgrade 2.76.3 -> 2.76.4

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: = * Fix build failure on Android with 'statx()' support (#3039) * Bugs fixed: - #3003 glib-compile-schemas failed on directory name with no Latin symbols - #3039 Build failure due to statx fields with NDK r25.c - !3447 Backport !3446

[OE-core] [PATCH] debianutils: upgrade 5.7 -> 5.8

2023-07-17 Thread wangmy
From: Wang Mingyu License-Update: Convert to machine-readable format Changelog: = * Remove constraints unnecessary since buster (oldstable) * Salvage package (Closes: #1038553) * Apply quilt patches from NMUs Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH] nghttp2: upgrade 1.54.0 -> 1.55.1

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: doc: Bump boringssl Fix memory leak Fix build error without libev Bump go to 1.20 Bump go package dependencies mruby: Support cross build for autotools h2load, nghttpx: Add UDP_GRO support Bump ngtcp2 nghttpx:

[OE-core] [PATCH] libva: upgrade 2.18.0 -> 2.19.0

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: === * docs: fix references and descriptions snf focyhrn mstkup * ci: add build docs test * win: change default driver search path to bindir * win: rely on compiler to define link names * add: Add mono_chrome to VAEncSequenceParameterBufferAV1 * add: Enable

[OE-core] [PATCH] harfbuzz: upgrade 7.3.0 -> 8.0.1

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: === - Build fix on 32-bit arm. - More speed optimizations. - New, experimental, WebAssembly (WASM) shaper - Improvements to Experimental features introduced in earlier releases. - New macro HB_ALWAYS_INLINE. - New API. Signed-off-by: Wang Mingyu ---

[OE-core] [PATCH] libproxy: upgrade 0.5.2 -> 0.5.3

2023-07-17 Thread wangmy
From: Wang Mingyu Changelog: = -Fix crash querying URLs without a host -Web: Update application page -Add appplication info about apt and python requests -Bump version to 0.5.3 Signed-off-by: Wang Mingyu --- .../libproxy/{libproxy_0.5.2.bb => libproxy_0.5.3.bb} | 2 +- 1

[OE-core] [PATCH] python3-hypothesis: upgrade 6.80.0 -> 6.81.2

2023-07-17 Thread Tim Orling
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-81-2 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-81-1 Signed-off-by: Tim Orling --- ...ython3-hypothesis_6.80.0.bb => python3-hypothesis_6.81.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [OE-core][mickledore 26/26] image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}

2023-07-17 Thread Martin Jansa
This isn't backwards compatible and various BSP might need small adjustment to work correctly with this. Please don't backport this one. On Sat, Jul 15, 2023 at 12:34 AM Steve Sakoman wrote: > From: Martin Jansa > > * ${IMAGE_NAME}${IMAGE_NAME_SUFFIX} is almost always used together already >

[OE-core] [PATCH] python3-zipp: upgrade 3.15.0 -> 3.16.2

2023-07-17 Thread Tim Orling
https://github.com/jaraco/zipp/blob/v3.16.2/NEWS.rst v3.16.2 * Bugfixes: - In Path.match, Windows path separators are no longer honored. The fact that they were was incidental and never supported. (#92) - Fixed name/suffix/suffixes/stem operations when no filename is present and the

ODP: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-17 Thread Piotr Łobacz
Alex, from what I'm seeing the issue touches opkg-build command: opkg-build -Z xz -a "--memlimit=5% --threads=8" "" "" nativesdk-xcb-proto-dbg /home/pokybuild/yocto-worker/genericx86-64/build/build/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-xcb-proto/1.15.2-r0/deploy-ipks/i686-nativesdk'

[OE-core] [PATCH v4] qemu: Add qemu-common package

2023-07-17 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-17 Thread Yu, Mingli
Hi Alex, On 7/16/23 19:47, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello, This causes the following meta-mingw error on the AB:

[OE-core][dunfell][PATCH] cmake: Fix CMAKE_SYSTEM_PROCESSOR setting for SDK

2023-07-17 Thread Pawan Badganchi
From: Tom Hochstein When building using an SDK, cmake complains that the target architecture 'cortexa53-crypto' is unknown. The same build in bitbake uses the target architecture 'aarch64'. Set CMAKE_SYSTEM_PROCESSOR the same as for bitbake. (From OE-Core rev:

[OE-core][kirkstone][PATCH] cmake: Fix CMAKE_SYSTEM_PROCESSOR setting for SDK

2023-07-17 Thread Pawan Badganchi
From: Tom Hochstein When building using an SDK, cmake complains that the target architecture 'cortexa53-crypto' is unknown. The same build in bitbake uses the target architecture 'aarch64'. Set CMAKE_SYSTEM_PROCESSOR the same as for bitbake. (From OE-Core rev: