Re: [OE-core] Question about nativesdk-qemuwrapper-cross

2022-07-07 Thread leimaohui
Hi, Qi > As far as I know, qemuwrapper-cross should work in such case. You need to use > qemuwrapper-cross instead of nativesdk-qemuwrapper-cross. Oh, it seems the solution. Correct qemuwrapper script can now be added into meta-toolchain. Why did I pay all my attention to nativesdk-qemuwrapper-c

[oe-core][kirkstone][PATCH] harfbuzz: fix CVE-2022-33068

2022-07-07 Thread Wentao Zhang
Backport patch from https://github.com/harfbuzz/harfbuzz/commit/62e803b36173fd096d7ad460dd1d1db9be542593 The 'tff' file in upstream patch is for testing only which cause error during do_patch so need be dropped. File test/fuzzing/fonts/sbix-extents.ttf: git binary diffs are not supported. Signed

[OE-core][dunfell 14/14] qemu: add PACKAGECONFIG for capstone

2022-07-07 Thread Steve Sakoman
Autobuilder workers were non-deterministically enabling capstone. Add PACKAGECONFIG for capstone with default off. Qemu versions in master and kirkstone have removed the capstone submodule and configure options so this patch is not appropriate for these branches. Signed-off-by: Steve Sakoman --

[OE-core][dunfell 13/14] IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creation

2022-07-07 Thread Steve Sakoman
From: Jate Sujjavanich [YOCTO #14851] Under some circumstances it is not desirable to create a combined locale archive (/usr/lib/locale/locale-archive). The new variable IMAGE_LOCALES_ARCHIVE defaults to '1', so the default behaviour is not changed. Modified to work with code before move to lib

[OE-core][dunfell 12/14] dropbear: break dependency on base package for -dev package

2022-07-07 Thread Steve Sakoman
Otherwise the SDK fails to build as the main openssh and dropbear packages conflict with each other Signed-off-by: Steve Sakoman (cherry picked from commit 4667abcc925ae0c430cccb480ec530506f6201ae) Signed-off-by: Steve Sakoman --- meta/recipes-core/dropbear/dropbear.inc | 5 + 1 file change

[OE-core][dunfell 11/14] openssh: break dependency on base package for -dev package

2022-07-07 Thread Steve Sakoman
Otherwise the SDK fails to build as the main openssh and dropbear packages conflict with each other Signed-off-by: Steve Sakoman (cherry picked from commit f90647e9dd95cfd29b5bdb8d7dcd688a10fc060c) Signed-off-by: Steve Sakoman --- meta/recipes-connectivity/openssh/openssh_8.2p1.bb | 5 + 1

[OE-core][dunfell 10/14] oe-selftest-image: Ensure the image has sftp as well as dropbear

2022-07-07 Thread Steve Sakoman
From: Richard Purdie We need sftp so that scp works with recent openssh. Use the packagegroup instead of a direct dependency to ensure this. Signed-off-by: Richard Purdie (cherry picked from commit 2b76c8e5fc8802bbe54371119e6bf6312bf2a8ec) Signed-off-by: Steve Sakoman --- meta-selftest/recipe

[OE-core][dunfell 09/14] packagegroup-core-ssh-dropbear: Add openssh-sftp-server recommendation

2022-07-07 Thread Steve Sakoman
From: Richard Purdie Seems sad to have to do this but openssh is moving to use sftp instead of scp to move files. This means scp from Fedora 36 will no longer be able to move files to/from a dropbear based image. This breaks a number of our key QA tests and I suspect will cause users pain too. T

[OE-core][dunfell 08/14] oeqa/runtime/scp: Disable scp test for dropbear

2022-07-07 Thread Steve Sakoman
From: Richard Purdie Fedora is switching to use sftp as the backend for scp. This means the scp test fails on Fedora 36 hosts with a dropbear target as dropbear doesn't support sftp. This change is in the upstream openssh code, other distros have not yet changed the default but probably will foll

[OE-core][dunfell 07/14] efivar: change branch name to main

2022-07-07 Thread Steve Sakoman
From: Anuj Mittal Upstream has changed branch name to main from master. Change SRC_URI accordingly. Signed-off-by: Anuj Mittal Signed-off-by: Steve Sakoman --- meta/recipes-bsp/efivar/efivar_37.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/efivar/efiv

[OE-core][dunfell 06/14] linux-yocto/5.4: update to v5.4.203

2022-07-07 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 871cbc208bf0 Linux 5.4.203 572cc34503d4 crypto: arm/ghash-ce - define fpu before fpu registers are referenced 3bf992f9d9a8 crypto: arm - use Kconfig based compiler checks for cryp

[OE-core][dunfell 05/14] linux-yocto/5.4: update to v5.4.199

2022-07-07 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: a31bd366116c Linux 5.4.199 4cc40b1022bb x86/speculation/mmio: Print SMT warning d49c22094e6f KVM: x86/speculation: Disable Fill buffer clear within guests d96159263593 x86/spec

[OE-core][dunfell 04/14] vim: 8.2.5083 -> 9.0.0005

2022-07-07 Thread Steve Sakoman
From: Richard Purdie The license checksum changed due to a major version change in the referenced file. Signed-off-by: Richard Purdie (cherry picked from commit 89f34d8aa4f4572d048dbb732ca4c83d443157fb) Signed-off-by: Steve Sakoman --- .../vim/{vim-tiny_8.2.bb => vim-tiny_9.0.bb}

[OE-core][dunfell 03/14] openssl: Minor security upgrade 1.1.1o to 1.1.1p

2022-07-07 Thread Steve Sakoman
From: Ranjitsinh Rathod This security upgrade fixes CVE-2022-2068 as per below link Link: https://www.openssl.org/news/cl111.txt Also, remove 73db5d82489b3ec09ccc772dfcee14fef0e8e908.patch and b7ce611887cfac633aacc052b2e71a7f195418b8.patch as these two are part 1.1.1p now Signed-off-by: Ranjitsi

[OE-core][dunfell 02/14] cve-check: hook cleanup to the BuildCompleted event, not CookerExit

2022-07-07 Thread Steve Sakoman
From: Ross Burton The cve-check class writes temporary files to preserve state across the build, and cleans them up in a CookerExit handler. However, in memory-resident builds the cooker won't exit in between builds, so the state isn't cleared and the CVE report generation fails: NOTE: Generati

[OE-core][dunfell 01/14] cve-extra-exclusions: Clean up and ignore three CVEs (2xqemu and nasm)

2022-07-07 Thread Steve Sakoman
From: Richard Purdie Remove obsolete comments/data from the file. Add in three CVEs to ignore. Two are qemu CVEs which upstream aren't particularly intersted in and aren't serious issues. Also ignore the nasm CVE found from fuzzing as this isn't a issue we'd expose from OE. Signed-off-by: Richar

[OE-core][dunfell 00/14] Patch review

2022-07-07 Thread Steve Sakoman
Please review this set of patches for dunfell and have comments back by end of day Monday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3880 The following changes since commit b75caf4a985e3c20996531785125eaffdc832104: insane.bbclass: host-use

Re: [OE-core] [PATCH] Linux 5.4.202

2022-07-07 Thread Otavio Salvador
My mistake, sorry. Em qui., 7 de jul. de 2022 às 14:19, Otavio Salvador via lists.openembedded.org escreveu: > From: Greg Kroah-Hartman > > Link: > https://lore.kernel.org/r/20220627111927.641837...@linuxfoundation.org > Tested-by: Jon Hunter > Tested-by: Florian Fainelli > Tested-by: Shuah K

[OE-core] [PATCH] Linux 5.4.202

2022-07-07 Thread Otavio Salvador
From: Greg Kroah-Hartman Link: https://lore.kernel.org/r/20220627111927.641837...@linuxfoundation.org Tested-by: Jon Hunter Tested-by: Florian Fainelli Tested-by: Shuah Khan Tested-by: Guenter Roeck Tested-by: Sudip Mukherjee Tested-by: Hulk Robot Signed-off-by: Greg Kroah-Hartman --- Mak

[OE-core] [PATCH 2/2] cargo-cross-canadian: Use SDK's flags during target linking

2022-07-07 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../cargo/cargo-cross-canadian.inc| 20 ++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cargo/cargo-cross-canadian.inc b/meta/recipes-devtools/cargo/cargo-cross-canadian.inc index 7fc22a4128..

[OE-core] [PATCH 1/2] rust-common: Fix use of target definitions for SDK generation

2022-07-07 Thread Otavio Salvador
We need full target passed for build so we changed the rust-cross-canadian to use same code used in regular rust recipes and added support to use specific llvm-target for the building host. Fixes: ef566af964 ("rust: fix issue building cross-canadian tools for aarch64 on x86_64") Fixes: bd36593ba3

Re: [OE-core] [PATCH] ltp: remove open-posix-testsuite build logs

2022-07-07 Thread Khem Raj
On Thu, Jul 7, 2022 at 12:43 PM Ross Burton wrote: > > We don't need to package the open-posix-testsuite build logs. Typically > these are just lines of "SUCCESS" but sometimes there will be compile > warnings, which will include build paths. > > Signed-off-by: Ross Burton > --- > meta/recipes-e

[OE-core] [PATCH] ltp: remove open-posix-testsuite build logs

2022-07-07 Thread Ross Burton
We don't need to package the open-posix-testsuite build logs. Typically these are just lines of "SUCCESS" but sometimes there will be compile warnings, which will include build paths. Signed-off-by: Ross Burton --- meta/recipes-extended/ltp/ltp_20220527.bb | 3 +++ 1 file changed, 3 insertions(+

[OE-core] [PATCH 2/2][dunfell] linux-yocto/5.4: update to v5.4.203

2022-07-07 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 871cbc208bf0 Linux 5.4.203 572cc34503d4 crypto: arm/ghash-ce - define fpu before fpu registers are referenced 3bf992f9d9a8 crypto: arm - use Kconfig based compiler checks for cryp

[OE-core] [PATCH 1/2][dunfell] linux-yocto/5.4: update to v5.4.199

2022-07-07 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: a31bd366116c Linux 5.4.199 4cc40b1022bb x86/speculation/mmio: Print SMT warning d49c22094e6f KVM: x86/speculation: Disable Fill buffer clear within guests d96159263593 x86/spec

Re: [OE-core] [PATCH] ltp: Remove -mfpmath=sse on x86

2022-07-07 Thread Ross Burton
On 7 Jul 2022, at 16:10, Khem Raj via lists.openembedded.org wrote: > % gcc -m32 -msse3 -mfpmath=sse -xc /dev/null -c -mno-sse > cc1: warning: SSE instruction set disabled, using 387 arithmetics > [kraj@apollo /tmp] > % clang -m32 -msse3 -mfpmath=sse -xc /dev/null -c -mno-sse > error: the 'sse' u

[OE-core][kirkstone 00/30] Pull request (cover letter only)

2022-07-07 Thread Steve Sakoman
The following changes since commit eea52e0c3d24c79464f4afdbc3c397e1cb982231: build-appliance-image: Update to kirkstone head revision (2022-06-29 07:48:24 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next http://cgit

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-07 Thread Peter Kjellerstedt
> -Original Message- > From: Alexander Kanavin > Sent: den 7 juli 2022 16:48 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org; Alexander Kanavin > > Subject: Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy > site.conf.sample out of template directories (i

Re: [OE-core] [PATCH] ltp: Remove -mfpmath=sse on x86

2022-07-07 Thread Khem Raj
There are some tests in ltp where it conflicts especially for tunes used in qemux86, the test adds -mno-sse which does nullify -msse3 but does not nullify -mfpmath=sse and clang is pedantic about it whereas gcc just warns here is ltp cmd cd tmp/work/core2-32-yoe-linux/ltp/20220527-r0/git/testcase

Re: [OE-core] [PATCH 2/3] oeqa/sysroot.py: Check bitbake return status

2022-07-07 Thread Paulo Neves
After re-thinking this is the correct version of the patch. We need to ignore_status because we are asserting that it actually fails. Otherwise the bitbake() will fail the test on the desired failure. Paulo Neves On 7/4/22 16:30, Richard Purdie wrote: On Mon, 2022-07-04 at 16:28 +0200, Paulo

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-07 Thread Alexander Kanavin
On Thu, 7 Jul 2022 at 16:38, Peter Kjellerstedt wrote: > And in case you wonder what that wrapper actually does, it creates the > bblayers.conf.sample file based on all layers that are found in the top > directory. It also creates a local.conf.sample file by combining fragment > files in the laye

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Alexander Kanavin > Sent: den 7 juli 2022 15:56 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org; Alexander Kanavin > > Subject: Re: [OE-core] [PATCH 1/2

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-07 Thread Alexander Kanavin
On Thu, 7 Jul 2022 at 15:45, Peter Kjellerstedt wrote: > > Setting up a build directory from standard poky > > or oe-core templates (which I presume is how you set up builds) does > > not hold a promise that what is being copied will not change in > > potentially breaking ways. > > While I may be

Re: [OE-core] [poky] [PATCH] perl: Fix perms to avoid patch fails

2022-07-07 Thread Paulo Neves
On 7/7/22 03:26, Randy MacLeod wrote: Hi K, Add oe-core list and move poky to BCC to ensure follow to the main oe-core code review list. On 2022-06-17 03:13, K. wrote: Fix missing write permissions to avoid problems with applying patches in particular on compressed filesystems: ERROR: perl

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-07 Thread Peter Kjellerstedt
> -Original Message- > From: Alexander Kanavin > Sent: den 7 juli 2022 15:36 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org; Alexander Kanavin > > Subject: Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy > site.conf.sample out of template directories (i

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-07 Thread Alexander Kanavin
On Thu, 7 Jul 2022 at 15:26, Peter Kjellerstedt wrote: > While I can't speak for others, this change will break our build environment. > We have a global site.conf file in an NFS directory that everyone use. It > contains all proxy settings and similar that are required to build inside the > corp

Re: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir: copy site.conf.sample out of template directories (if it exists)

2022-07-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Alexander Kanavin > Sent: den 6 juli 2022 20:23 > To: openembedded-core@lists.openembedded.org > Cc: Alexander Kanavin > Subject: [OE-core] [PATCH 1/2] scripts/oe-setup-builddir

Re: [OE-core][RFC] Layer Setup JSON schema and example

2022-07-07 Thread Joshua Watt
On Thu, Jul 7, 2022 at 5:40 AM Alexander Kanavin wrote: > > On Thu, 7 Jul 2022 at 12:36, Ross Burton wrote: > > > Wait, how is YAML more readable, if JSON is valid YAML? > > > > But YAML is not valid JSON, and YAML is the one which can be readable, > > unlike JSON. > > YAML is also not an includ

Re: [OE-core] Build paths/reproduibility issues in master - help requested

2022-07-07 Thread Alex Kiernan
On Thu, Jul 7, 2022 at 1:21 PM Richard Purdie wrote: > > On Thu, 2022-07-07 at 12:14 +0100, Alex Kiernan wrote: > > On Wed, Jul 6, 2022 at 5:40 PM Richard Purdie > > wrote: > > > > > > On Mon, 2022-07-04 at 22:28 +0100, Richard Purdie via > > > lists.openembedded.org wrote: > > > > On Mon, 2022-0

Re: [OE-core] [RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')

2022-07-07 Thread Philip Balister
On 7/4/22 22:09, Andre McCurdy wrote: On Sat, Jul 2, 2022 at 4:13 AM Richard Purdie wrote: I admit I've been putting off this topic for a long time. I actually wrote up something about it about 5 years ago. I sent it to four people to get some opinions. The six opinions I got back made me desp

Re: [OE-core] Build paths/reproduibility issues in master - help requested

2022-07-07 Thread Alex Kiernan
On Thu, Jul 7, 2022 at 12:29 PM Ross Burton wrote: > > On 7 Jul 2022, at 12:14, Alex Kiernan via lists.openembedded.org > wrote: > meta-gplv2 issue: > stdio: WARNING: mc-4.7.5.2-r3 do_package_qa: QA Issue: File > /usr/libexec/mc/extfs.d/iso9660 in package mc-helpers contains refe

Re: [OE-core] Build paths/reproduibility issues in master - help requested

2022-07-07 Thread Richard Purdie
On Thu, 2022-07-07 at 12:14 +0100, Alex Kiernan wrote: > On Wed, Jul 6, 2022 at 5:40 PM Richard Purdie > wrote: > > > > On Mon, 2022-07-04 at 22:28 +0100, Richard Purdie via > > lists.openembedded.org wrote: > > > On Mon, 2022-07-04 at 14:34 +0100, Richard Purdie via > > > > > With docs enabled:

[OE-core] [PATCH] gtk-doc: Remove hardcoded buildpath

2022-07-07 Thread Richard Purdie
When api-documentation is enabled, we see a hardcoded build path to xsltproc in the target python configuration file. We curate PATH carefully so we don't need the path there, tweak configure to remove it and solve the issue. Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk-doc/gtk-doc_1

Re: [OE-core] Build paths/reproduibility issues in master - help requested

2022-07-07 Thread Ross Burton
On 7 Jul 2022, at 12:14, Alex Kiernan via lists.openembedded.org wrote: meta-gplv2 issue: stdio: WARNING: mc-4.7.5.2-r3 do_package_qa: QA Issue: File /usr/libexec/mc/extfs.d/iso9660 in package mc-helpers contains reference to TMPDIR [buildpaths] stdio: WARNING: tar-1.17

Re: [OE-core] Build paths/reproduibility issues in master - help requested

2022-07-07 Thread Alex Kiernan
On Wed, Jul 6, 2022 at 5:40 PM Richard Purdie wrote: > > On Mon, 2022-07-04 at 22:28 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Mon, 2022-07-04 at 14:34 +0100, Richard Purdie via > > > > With docs enabled: > > > > stdio: WARNING: lib32-vala-0.56.1-r0 do_package_qa: QA Issue:

Re: [OE-core][RFC] Layer Setup JSON schema and example

2022-07-07 Thread Alexander Kanavin
On Thu, 7 Jul 2022 at 12:36, Ross Burton wrote: > > Wait, how is YAML more readable, if JSON is valid YAML? > > But YAML is not valid JSON, and YAML is the one which can be readable, unlike > JSON. YAML is also not an included python battery, while JSON is. I'll stick with JSON for now, if you p

Re: [OE-core][RFC] Layer Setup JSON schema and example

2022-07-07 Thread Ross Burton
> Wait, how is YAML more readable, if JSON is valid YAML? But YAML is not valid JSON, and YAML is the one which can be readable, unlike JSON. Ross IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient,

[OE-core] [PATCH] oeqa/selftest/bbtests: Update message lookup for test_git_unpack_nonetwork_fail

2022-07-07 Thread Alexandre Belloni via lists.openembedded.org
From: Alexandre Belloni bitbake's output changed, update the test Signed-off-by: Alexandre Belloni --- meta/lib/oeqa/selftest/cases/bbtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/bbtests.py b/meta/lib/oeqa/selftest/cases/bbtests.py

Re: [OE-core] [PATCH] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE

2022-07-07 Thread Alexandre Belloni via lists.openembedded.org
On 07/07/2022 11:53:19+0200, Ming Liu wrote: > Hi, Alexandre: > > Thanks for the review, I did not quite follow you, you meant the 'type' > argument being replaced wrongly? I dont see how. Could you share some > details about your comment? > See below... > //Ming Liu > > Alexandre Belloni 於 2

Re: [OE-core][RFC] Layer Setup JSON schema and example

2022-07-07 Thread Alexander Kanavin
On Thu, 7 Jul 2022 at 12:03, Ross Burton wrote: > JSON is terrible for humans to read or edit, is this intended to be purely > for the machine, or are humans meant to read it too? If humans are meant to > work on the file I’d really prefer something readable like YAML. Wait, how is YAML more r

Re: [OE-core][RFC] Layer Setup JSON schema and example

2022-07-07 Thread Ross Burton
> On 6 Jul 2022, at 20:53, Joshua Watt via lists.openembedded.org > wrote: > > Defines a common schema for layer setup that can be consumed by tools to > know how to fetch and assemble layers for end users. Also includes an > example of the layer setup that constructs poky for reference. JSON

Re: [OE-core] [PATCH] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE

2022-07-07 Thread Ming Liu
Hi, Alexandre: Thanks for the review, I did not quite follow you, you meant the 'type' argument being replaced wrongly? I dont see how. Could you share some details about your comment? //Ming Liu Alexandre Belloni 於 2022年7月6日 週三 下午4:06寫道: > Hello, > > On 06/07/2022 13:10:28+0200, Ming Liu wrot

Re: [OE-core] [PATCH] ltp: Remove -mfpmath=sse on x86

2022-07-07 Thread Richard Purdie
On Wed, 2022-07-06 at 20:59 -0700, Khem Raj wrote: > Fixes build errors seen with clang > error: the 'sse' unit is not supported with this instruction set > > Signed-off-by: Khem Raj > --- > meta/recipes-extended/ltp/ltp_20220527.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/

Re: [OE-core] [meta-oe][master][PATCH 0/2] modemmanager update

2022-07-07 Thread Adrian Freihofer
Just realized that this went to the wrong mailing list, sorry. Please ignore. On Thu, 2022-07-07 at 10:17 +0200, Adrian Freihofer wrote: > Update modemmanager and libqmi to latest stable. > > Adrian Freihofer (2): > libqmi: upgrade 1.30.4 -> 1.30.8 > modemmanager: upgrade 1.18.8 -> 1.18.10 >

Re: [OE-core] [meta-oe][PATCH 1/2] libqmi: upgrade 1.30.4 -> 1.30.8

2022-07-07 Thread Alexander Kanavin
Wrong mailing list, should go to oe-devel. Alex On Thu, 7 Jul 2022 at 10:17, Adrian Freihofer wrote: > > Update to latest stable version: > > 1.30.8 > * New request/response/indications: > ** dms: new 'Foxconn FCC authentication v2' request/response. > > 1.30.6 > * build: > ** meson: fix 'ex

[OE-core] [meta-oe][PATCH 1/2] libqmi: upgrade 1.30.4 -> 1.30.8

2022-07-07 Thread Adrian Freihofer
Update to latest stable version: 1.30.8 * New request/response/indications: ** dms: new 'Foxconn FCC authentication v2' request/response. 1.30.6 * build: ** meson: fix 'export_packages' in GIR setup. * libqmi-glib: ** net-port-manager: use unaligned netlink attribute length. Signed-off-by:

[OE-core] [meta-oe][master][PATCH 0/2] modemmanager update

2022-07-07 Thread Adrian Freihofer
Update modemmanager and libqmi to latest stable. Adrian Freihofer (2): libqmi: upgrade 1.30.4 -> 1.30.8 modemmanager: upgrade 1.18.8 -> 1.18.10 .../libqmi/{libqmi_1.30.4.bb => libqmi_1.30.8.bb} | 2 +- .../{modemmanager_1.18.8.bb => modemmanager_1.18.10.bb} | 2 +- 2 fi