Re: [OE-core][PATCH] populate_sdk_ext: record METADATA_REVISION

2021-03-10 Thread Richard Purdie
On Wed, 2021-03-10 at 17:11 +0800, ChenQi wrote: >  I think I've found the problem. >   >  """ >  commit 3ecf5d9692fec97b37af6a4e6c747a4e2c2ca292 >  Author: Richard Purdie >  Date:   Sat Nov 21 16:16:40 2020 + >   > uninative: Don't use single sstate for pseudo-native > >

Re: [OE-core] [PATCH] pipewire: add recipe from meta-openembedded and upgrade to 0.3.23

2021-03-10 Thread Ross Burton
On Wed, 10 Mar 2021 at 07:09, Carlos Rafael Giani via lists.openembedded.org wrote: > +python set_dynamic_metapkg_rdepends () { > +import os > +import oe.utils > + > +# Go through all generated SPA plugin and PipeWire module packages > +# (excluding the main package and the -meta

Re: [OE-core] [PATCH 3/6] linux-yocto/5.10: update to v5.10.21

2021-03-10 Thread Kory Maincent
Hello Bruce, On Tue, 9 Mar 2021 14:23:38 -0500 "Bruce Ashfield" wrote: > From: Bruce Ashfield > > Updating linux-yocto/5.10 to the latest korg -stable release that comprises > the following commits: Got this error:

Re: [OE-core] [PATCH] pipewire: add recipe from meta-openembedded and upgrade to 0.3.23

2021-03-10 Thread Carlos Rafael Giani via lists.openembedded.org
I'm fine with either direction (keeping it in meta-multimedia for now / migrating it now). Others thought it was a good idea, which is I submitted this. I put more people CC that were involved in that earlier discussion to get more opinions. On 10.03.21 11:41, Ross Burton wrote: On Wed, 10

Re: [OE-core] [PATCH] pipewire: add recipe from meta-openembedded and upgrade to 0.3.23

2021-03-10 Thread Carlos Rafael Giani via lists.openembedded.org
In an earlier discussion, it was mentioned that this can act as a drop-in replacement for PulseAudio and JACK, and that the way to move forward should be to first migrate it and then see if via a packagegroup or feature such a replacement logic can be established. These would be reasons for a

Re: [OE-core][PATCH] Revert "uninative: Don't use single sstate for pseudo-native"

2021-03-10 Thread Richard Purdie
On Wed, 2021-03-10 at 17:06 +0800, Chen Qi wrote: > This reverts commit 3ecf5d9692fec97b37af6a4e6c747a4e2c2ca292. > > The above commit causes a regression, making eSDK not able to be > installed on a different host. For example, build eSDK on ubuntu18 > and install the eSDK on ubunt20, then we'll

Re: [OE-core] [PATCH 1/6] perf: fix reproducibility issues

2021-03-10 Thread Kory Maincent
o-fail/oe-reproducible-20210310-pc9vzt2k/packages/diff-html/ Regards, Köry -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149216): https://lists.openembedded.org/g/openembedded-core/message/149216 Mute This Topic: https://lists.openembedded.org/m

Re: [OE-core] [PATCH] pipewire: add recipe from meta-openembedded and upgrade to 0.3.23

2021-03-10 Thread Alexander Kanavin
But why should it be in oe-core? Alex On Wed, 10 Mar 2021 at 08:09, Carlos Rafael Giani via lists.openembedded.org wrote: > PipeWire is a new multimedia daemon that aims to be a replacement for > both JACK and PulseAudio. Additionally, it provides IO and routing > functionality for video. It

[OE-core][PATCH] Revert "uninative: Don't use single sstate for pseudo-native"

2021-03-10 Thread Chen Qi
This reverts commit 3ecf5d9692fec97b37af6a4e6c747a4e2c2ca292. The above commit causes a regression, making eSDK not able to be installed on a different host. For example, build eSDK on ubuntu18 and install the eSDK on ubunt20, then we'll get an error at installation time. This is because the

Re: [OE-core][PATCH] populate_sdk_ext: record METADATA_REVISION

2021-03-10 Thread Chen Qi
On 03/08/2021 02:09 PM, Chen Qi wrote: On 03/08/2021 10:30 AM, Chen Qi wrote: On 03/06/2021 07:29 AM, Richard Purdie wrote: On Fri, 2021-03-05 at 18:10 +0800, Chen Qi wrote: As we delete the .git/ directory, it's impossible to get METADATA_REVISION inside eSDK. Because of this, we meet the

Re: [OE-core][PATCH] populate_sdk_ext: record METADATA_REVISION

2021-03-10 Thread Chen Qi
On 03/10/2021 04:31 PM, Chen Qi wrote: On 03/08/2021 02:09 PM, Chen Qi wrote: On 03/08/2021 10:30 AM, Chen Qi wrote: On 03/06/2021 07:29 AM, Richard Purdie wrote: On Fri, 2021-03-05 at 18:10 +0800, Chen Qi wrote: As we delete the .git/ directory, it's impossible to get METADATA_REVISION

Re: [OE-core] [PATCH 1/6] perf: fix reproducibility issues

2021-03-10 Thread Kory Maincent
project.org/typhoon/#/builders/116/builds/86/steps/13/logs/stdio > > Here is the diffoscope log: > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210310-pc9vzt2k/packages/diff-html/ The other logs: https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210310-kd

Re: [OE-core] any reason for "cmake_" prefix on cmake_runcmake_build()?

2021-03-10 Thread Robert P. J. Day
On Mon, 8 Mar 2021, Khem Raj wrote: > > > On 3/8/21 3:22 AM, Robert P. J. Day wrote: > > > >collecting some examples of inheritance of class functions using > > EXPORT_FUNCTIONS, and ran across this routine in cmake.bbclass: > > > >... snip ... > >cmake_runcmake_build() { > > bbnote

Re: [OE-core][dunfell 00/27] Pull request (cover letter only)

2021-03-10 Thread Martin Jansa
On Tue, Mar 09, 2021 at 02:09:38PM -1000, Steve Sakoman wrote: > The following changes since commit dd893279f352e290c23577a0f91df1b8c6232f10: > > selftest/reproducible: Don't call sync between each file compare > (2021-03-04 04:19:50 -1000) > > are available in the Git repository at: > >

[OE-core] [PATCH 2/2] busybox-inittab: rename for PV to match with busybox's PV

2021-03-10 Thread Martin Jansa
--- .../{busybox-inittab_1.32.0.bb => busybox-inittab_1.33.0.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-core/busybox/{busybox-inittab_1.32.0.bb => busybox-inittab_1.33.0.bb} (100%) diff --git a/meta/recipes-core/busybox/busybox-inittab_1.32.0.bb

Re: [OE-core] [PATCH 1/6] perf: fix reproducibility issues

2021-03-10 Thread Bruce Ashfield
://autobuilder.yoctoproject.org/typhoon/#/builders/115/builds/84/steps/12/logs/stdio > https://autobuilder.yoctoproject.org/typhoon/#/builders/116/builds/86/steps/13/logs/stdio > > Here is the diffoscope log: > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210310-pc9vz

[OE-core] [PATCH 1/2] busybox: refresh the defconfig from 1.33.0

2021-03-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-core/busybox/busybox/defconfig | 133 +++- 1 file changed, 76 insertions(+), 57 deletions(-) diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 4334a9d738..701d48d625 100644

[OE-core] [PATCH] ovmf: upgrade 202011 -> 202102

2021-03-10 Thread Wang Mingyu
0003-ovmf-enable-long-path-file.patch removed since it is not available in 202102. Signed-off-by: Wang Mingyu --- .../0003-ovmf-enable-long-path-file.patch | 28 --- meta/recipes-core/ovmf/ovmf_git.bb| 5 ++-- 2 files changed, 2 insertions(+), 31 deletions(-)

[OE-core] [PATCH] sysklogd: upgrade 2.2.1 -> 2.2.2

2021-03-10 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../sysklogd/{sysklogd_2.2.1.bb => sysklogd_2.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sysklogd/{sysklogd_2.2.1.bb => sysklogd_2.2.2.bb} (96%) diff --git

[OE-core] [PATCH] jquery: upgrade 3.5.1 -> 3.6.0

2021-03-10 Thread Wang Mingyu
License file updated Signed-off-by: Wang Mingyu --- .../jquery/{jquery_3.5.1.bb => jquery_3.6.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/jquery/{jquery_3.5.1.bb => jquery_3.6.0.bb} (75%) diff --git

Re: [OE-core] [PATCH] jquery: upgrade 3.5.1 -> 3.6.0

2021-03-10 Thread Alexander Kanavin
On Wed, 10 Mar 2021 at 12:47, Wang Mingyu wrote: > License file updated > There has to be an explanation of what exactly was updated. The checksum is in place to ensure we don't miss license terms changes. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [PATCH 1/6] perf: fix reproducibility issues

2021-03-10 Thread Richard Purdie
On Wed, 2021-03-10 at 08:37 -0500, Bruce Ashfield wrote: > I'm unfortunately out of time on this, so obviously this can be > dropped and I'll work on it again for next release. I'll merge it since this is an incremental improvement, I just won't drop perf from the exclusion list yet. Its a great

[OE-core] [PATCH] createrepo-c: upgrade 0.17.0 -> 0.17.1

2021-03-10 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../{createrepo-c_0.17.0.bb => createrepo-c_0.17.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.17.0.bb => createrepo-c_0.17.1.bb} (96%) diff --git

[OE-core] [PATCH] help2man: upgrade 1.48.1 -> 1.48.2

2021-03-10 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../help2man/{help2man_1.48.1.bb => help2man_1.48.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/help2man/{help2man_1.48.1.bb => help2man_1.48.2.bb} (89%) diff --git

Re: [OE-core] [PATCH 3/6] linux-yocto/5.10: update to v5.10.21

2021-03-10 Thread Bruce Ashfield
Fix was already sent in my v2. Cheers, Bruce On Wed, Mar 10, 2021 at 5:32 AM Köry Maincent wrote: > > Hello Bruce, > > On Tue, 9 Mar 2021 14:23:38 -0500 > "Bruce Ashfield" wrote: > > > From: Bruce Ashfield > > > > Updating linux-yocto/5.10 to the latest korg -stable release that comprises >

Re: [OE-core] [gatesgarth][PATCH] xcb-proto: update to 1.14.1

2021-03-10 Thread Steve Sakoman
On Wed, Mar 10, 2021 at 2:54 AM Martin Jansa wrote: > > From: Richard Leitner > > This fixes [1] the following build error for nativesdk on Fedora 33 > which is caused by the removal of fractions.gcd() in favor of math.gcd() > in python 3.9 [2]: > > ImportError: cannot import name 'gcd' from

[OE-core] [PATCH] iso-codes: upgrade 4.5.0 -> 4.6.0

2021-03-10 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../iso-codes/{iso-codes_4.5.0.bb => iso-codes_4.6.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/iso-codes/{iso-codes_4.5.0.bb => iso-codes_4.6.0.bb} (93%) diff --git

[OE-core] [PATCH] gnu-efi: upgrade 3.0.12 -> 3.0.13

2021-03-10 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../gnu-efi/{gnu-efi_3.0.12.bb => gnu-efi_3.0.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.12.bb => gnu-efi_3.0.13.bb} (95%) diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.12.bb

[OE-core] [PATCH] python3-pygments: upgrade 2.8.0 -> 2.8.1

2021-03-10 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../{python3-pygments_2.8.0.bb => python3-pygments_2.8.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygments_2.8.0.bb => python3-pygments_2.8.1.bb} (83%) diff --git

[OE-core] [PATCH] python3-zipp: upgrade 3.4.0 -> 3.4.1

2021-03-10 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../python/{python3-zipp_3.4.0.bb => python3-zipp_3.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-zipp_3.4.0.bb => python3-zipp_3.4.1.bb} (77%) diff --git

[OE-core] [gatesgarth][PATCH] xcb-proto: update to 1.14.1

2021-03-10 Thread Martin Jansa
From: Richard Leitner This fixes [1] the following build error for nativesdk on Fedora 33 which is caused by the removal of fractions.gcd() in favor of math.gcd() in python 3.9 [2]: ImportError: cannot import name 'gcd' from 'fractions' (/usr/lib64/python3.9/fractions.py) Furthermore the

Re: [OE-core] perf: fix reproducibility issues

2021-03-10 Thread Bruce Ashfield
On Wed, Mar 10, 2021 at 2:21 PM Denys Zagorui -X (dzagorui - GLOBALLOGIC INC at Cisco) wrote: > > Hi Bruce > > I've just found that were working on the same reproducibility issues for perf > package. You fixed that in yocto >

Re: [OE-core] any reason for "cmake_" prefix on cmake_runcmake_build()?

2021-03-10 Thread Richard Purdie
On Wed, 2021-03-10 at 06:38 -0500, Robert P. J. Day wrote: > On Mon, 8 Mar 2021, Khem Raj wrote: > > > > > > > On 3/8/21 3:22 AM, Robert P. J. Day wrote: > > > > > >    collecting some examples of inheritance of class functions using > > > EXPORT_FUNCTIONS, and ran across this routine in

Re: [OE-core] [PATCH] ffmpeg: upgrade 4.3.1 -> 4.3.2

2021-03-10 Thread Randy MacLeod
FYI. As expected for a minor update. BUILDALL-QEMU LOG FOR ffmpeg START TIME: 2021-03-10_07:33:43 HOSTNAME: ala-lpggp3 HOST OS: Ubuntu 18.04.3 LTS HOST KERNEL: 5.4.0-62-generic === BUILD RESULTS: [glibc] PASS: qemuarmv5 PASS: qemumips PASS: qemux86-64 PASS: qemuarm64 PASS: qemumips64

[OE-core] [PATCH] ffmpeg: upgrade 4.3.1 -> 4.3.2

2021-03-10 Thread Randy MacLeod
Remove 2 patches that are included in the n4.3.2 tag. The commits were cherry-picked back to the 4.3 branch so they have different commit ids than in the patches: 6d886b6586 lavf/srt: fix build fail when used the libsrt 1.4.1 a53ffb15d8 avcodec/exr: Check ymin vs. h 4f0bdff292 avformat/vividas:

Re: [oe-core][RFC 0/3] u-boot: Support SPL Verified Boot

2021-03-10 Thread Ayoub Zaki
Hello, On 3/6/21 12:28 PM, Klaus Heinrich Kiwi wrote: This patch series aims at extending U-Boot's verified boot support to also include SPL signing. If u-boot is signed, which part is responsible of the signature verification ? doesn't each CPU vendor provide it's own way of signing the

Re: [OE-core][dunfell 00/41] Pull request (cover letter only)

2021-03-10 Thread akuster
On 3/3/21 8:39 AM, Khem Raj wrote: > On Wed, Mar 3, 2021 at 6:17 AM Steve Sakoman wrote: >> The following changes since commit a8debddd6cbdd70db74e096d72f97fbee008ee63: >> >> build-appliance-image: Update to dunfell head revision (2021-02-18 >> 23:43:04 +) >> >> are available in the Git

[OE-core] perf: fix reproducibility issues

2021-03-10 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via lists.openembedded.org
Hi Bruce I've just found that were working on the same reproducibility issues for perf package. You fixed that in yocto http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-kernel/perf/perf.bb?id=dea57aa1cd879df4feae1b9595b38c5b6ff74574 i prepared a patch to kernel that i want to

Re: [OE-core] any reason for "cmake_" prefix on cmake_runcmake_build()?

2021-03-10 Thread Khem Raj
On Wed, Mar 10, 2021 at 3:38 AM Robert P. J. Day wrote: > On Mon, 8 Mar 2021, Khem Raj wrote: > > > > > > > On 3/8/21 3:22 AM, Robert P. J. Day wrote: > > > > > >collecting some examples of inheritance of class functions using > > > EXPORT_FUNCTIONS, and ran across this routine in

Re: [OE-core] [PATCH v9] util-linux: split uuid in separate recipe to allow bootstrapping

2021-03-10 Thread Luca Bocassi
On Tue, 2021-03-09 at 23:43 +, Richard Purdie wrote: > On Tue, 2021-03-09 at 13:56 +, luca.bocca...@gmail.com wrote: > > From: Luca Boccassi > > > > Recently util-linux gained an (optional) build dependency on libcryptsetup. > > But libcryptsetup build-depends on util-linux for blkid

[OE-core] [PATCH 2/3] runqemu: correct forcing of ttyS0

2021-03-10 Thread Jon Mason
Some platforms do not use ttyS* for their serial consoles (e.g., qemuarm and qemuarm64). The hardcoding of this can cause issues. Modify runqemu to use the serial consoles defined in SERIAL_CONSOLES instead of hardcoding. Signed-off-by: Jon Mason Change-Id:

[OE-core] [PATCH 3/3] runqemu: modify novga to conform to documentation

2021-03-10 Thread Jon Mason
Passing 'novga' only adds '-vga none' to the qemu commandline and does not prevent other vga devices from being added, contrary to the documentation/help. Clean-up the vga logic and add the ability to prevent other vga devices from being added. Signed-off-by: Jon Mason Change-Id:

[OE-core] [PATCH 1/3] runqemu: add QB_GRAPHICS

2021-03-10 Thread Jon Mason
Add a new runqemu field for VGA devices. Currently, these are being set in QB_OPT_APPEND, which can make them difficult to override if importing the config file into another one. Signed-off-by: Jon Mason Change-Id: I8cb9527954c5b06c083c42fe2466cb3338584b7d --- meta/classes/qemuboot.bbclass

[OE-core] [PATCH v2] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION

2021-03-10 Thread Dorinda
From: Dorinda Bassey Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] Signed-off-by: Dorinda Bassey --- v2: removed DESCRIPTION that was not necessary meta/recipes-devtools/python/python-cython.inc

[OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Jon Mason
Currently seeing the following error when running runqemu on qemuarmv5: runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory size must not exceed 256MB This is due to the memory size being set to 512 instead of the max allowable of 256. Limit to this and everything is

[OE-core] [PATCH 1/2] qemuarmv5: add softfp

2021-03-10 Thread Jon Mason
pulseaudio-14.2 is throwing the following error when compiling for machine qemuarmv5 "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard" Using softfp to resolve this issue. Signed-off-by: Jon Mason Change-Id:

Re: [OE-core] [PATCH 1/2] qemuarmv5: add softfp

2021-03-10 Thread Andre McCurdy
On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > pulseaudio-14.2 is throwing the following error when compiling for > machine qemuarmv5 > "NEON intrinsics not available with the soft-float ABI. Please use > -mfloat-abi=softfp or -mfloat-abi=hard" > > Using softfp to resolve this issue.

Re: [OE-core][dunfell 00/27] Pull request (cover letter only)

2021-03-10 Thread Martin Jansa
On Thu, Mar 11, 2021 at 1:01 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2021-03-10 at 12:34 +0100, Martin Jansa wrote: > > On Tue, Mar 09, 2021 at 02:09:38PM -1000, Steve Sakoman wrote: > > > The following changes since commit >

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Andre McCurdy
On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > Currently seeing the following error when running runqemu on qemuarmv5: > runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory > size must not exceed 256MB > > This is due to the memory size being set to 512 instead of

Re: [OE-core][dunfell 00/27] Pull request (cover letter only)

2021-03-10 Thread Richard Purdie
On Wed, 2021-03-10 at 12:34 +0100, Martin Jansa wrote: > On Tue, Mar 09, 2021 at 02:09:38PM -1000, Steve Sakoman wrote: > > The following changes since commit dd893279f352e290c23577a0f91df1b8c6232f10: > > > >   selftest/reproducible: Don't call sync between each file compare > > (2021-03-04

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Khem Raj
On 3/10/21 7:16 PM, Jon Mason wrote: On Wed, Mar 10, 2021 at 6:30 PM Andre McCurdy wrote: On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: Currently seeing the following error when running runqemu on qemuarmv5: runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory

Re: [OE-core][PATCH] Revert "uninative: Don't use single sstate for pseudo-native"

2021-03-10 Thread Chen Qi
On 03/10/2021 06:20 PM, Richard Purdie wrote: On Wed, 2021-03-10 at 17:06 +0800, Chen Qi wrote: This reverts commit 3ecf5d9692fec97b37af6a4e6c747a4e2c2ca292. The above commit causes a regression, making eSDK not able to be installed on a different host. For example, build eSDK on ubuntu18 and

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Jon Mason
On Wed, Mar 10, 2021 at 6:30 PM Andre McCurdy wrote: > > On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > > > Currently seeing the following error when running runqemu on qemuarmv5: > > runqemu - ERROR - Failed to run qemu: qemu-system-arm: versatilepb: memory > > size must not exceed 256MB

[OE-core] Fix error in do_patch when using "PATCHTOOL = "patch""

2021-03-10 Thread Wang Mingyu
error message: checking file gcc/configure.ac Hunk #1 FAILED at 6602. Signed-off-by: Wang Mingyu --- .../0002-gcc-poison-system-directories.patch | 105 +++--- 1 file changed, 43 insertions(+), 62 deletions(-) diff --git

[OE-core] [PATCH v2] jquery: upgrade 3.5.1 -> 3.6.0

2021-03-10 Thread Wang Mingyu
License file updated: Copyright changed from "JS Foundation" to "OpenJS Foundation" Source code changed Signed-off-by: Wang Mingyu --- .../jquery/{jquery_3.5.1.bb => jquery_3.6.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename

Re: [OE-core] [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM

2021-03-10 Thread Andre McCurdy
On Wed, Mar 10, 2021 at 7:16 PM Jon Mason wrote: > > On Wed, Mar 10, 2021 at 6:30 PM Andre McCurdy wrote: > > > > On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > > > > > Currently seeing the following error when running runqemu on qemuarmv5: > > > runqemu - ERROR - Failed to run qemu:

Re: [OE-core] [PATCH 1/2] qemuarmv5: add softfp

2021-03-10 Thread Jon Mason
On Wed, Mar 10, 2021 at 6:25 PM Andre McCurdy wrote: > > On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > > > pulseaudio-14.2 is throwing the following error when compiling for > > machine qemuarmv5 > > "NEON intrinsics not available with the soft-float ABI. Please use > >

Re: [OE-core] [PATCH 1/2] qemuarmv5: add softfp

2021-03-10 Thread Andre McCurdy
On Wed, Mar 10, 2021 at 7:09 PM Jon Mason wrote: > > On Wed, Mar 10, 2021 at 6:25 PM Andre McCurdy wrote: > > > > On Wed, Mar 10, 2021 at 3:04 PM Jon Mason wrote: > > > > > > pulseaudio-14.2 is throwing the following error when compiling for > > > machine qemuarmv5 > > > "NEON intrinsics not

[OE-core] INITRAMFS_IMAGE Manifest packagedata not found

2021-03-10 Thread Phil Reid
oe branch: dunfell Or kernel uses a simple initramfs, no modules are package so there's no circular dependencies. And this approach seems simplest for a one pass build. So it includes this: INITRAMFS_IMAGE = "emit-image-init" INITRAMFS_TASK = "emit-image-init:do_image_complete" Previously