Re: [OE-core] Question about security_flags.inc and CC_ARCH

2021-01-15 Thread Khem Raj
On Fri, Jan 15, 2021 at 8:05 AM Richard Purdie wrote: > > On Fri, 2021-01-15 at 13:46 +, Michael Ho wrote: > > I wanted to get a bit more understanding of why security_flags.inc > > tweaks CC_ARCH instead of CFLAGS. > > > > Some developers who consume an SDK we produce using Yocto noticed > >

Re: [OE-core] [meta-freescale] MTD UBI undefined reference failed to build OE gatesgarth branch

2021-01-15 Thread JH
Thanks for your response. I am sorry, I thought that is what meta-freescale for, right? NXP might involve the coding, but is it integrated and released by Yocto / OE https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/, right? I cloned meta-freescale from Yocto project:

Re: [OE-core] [PATCH] appliance: Add vhd & vhdx support

2021-01-15 Thread Richard Purdie
On Thu, 2021-01-14 at 13:01 +, Anatol Belski wrote: > From: Sinan Kaya > > This patch brings support for generating VHD/VHDX from WIC. It touches > different areas but it needs to be applied at once for all the parts to > concert. The patch could be split, if needed, otherwise considering >

Re: [OE-core] [PATCH 3/3] deb: do not insert feed uris if apt not installed

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 17:45 +0800, hongxu wrote: > - The dir /etc/apt was created in package apt, if package apt was not >   installed, there is no need to insert package feed. Otherwise, it >   will fail with no such dir > > - Output the result of apt install > > Signed-off-by: Hongxu Jia >

[OE-core][PATCH] systemd-conf: Allow systemd to manage QEMU wired networks

2021-01-15 Thread Joshua Watt
Allows systemd to manage wired network interfaces just like on actual hardware. Systemd seems to be smart enough to not enable DHCP if the interface was assigned a IP address in the kernel (e.g. by runqemu), so the existing use cases should continue to work. Signed-off-by: Joshua Watt ---

Re: [OE-core] [meta-freescale] MTD UBI undefined reference failed to build OE gatesgarth branch

2021-01-15 Thread Andrey Zhizhikin
Hello Jupiter, On Fri, Jan 15, 2021 at 8:32 PM JH wrote: > > Hello, > > The mtd build was fine, what could be missing not to link mtd? > > $ ls 2020.04-r0/build/mx6ull_14x14_evk_nand_config/drivers/mtd >From all the build logs you have, it look to me that you're trying to build the U-Boot

Re: [OE-core] [PATCH 1/3] dpkg: add nativesdk support

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 17:45 +0800, hongxu wrote: > - Add nativesdk support and override EXTRA_OECONF and PROV for > nativesdk > > - Replace ${bindir} with ${STAGING_BINDIR_NATIVE} for perl-native > shebang to fix QA error of shebang too long in nativesdk build > > - Add ldconfig to runtime

Re: [OE-core] [PATCH 2/3] apt: add nativesdk support

2021-01-15 Thread hongxu
On 1/16/21 12:51 AM, Richard Purdie wrote: [Please note this e-mail is from an EXTERNAL e-mail address] On Fri, 2021-01-15 at 11:26 +, Richard Purdie via lists.openembedded.org wrote: On Fri, 2021-01-15 at 17:45 +0800, hongxu wrote: -inherit cmake perlnative bash-completion

[OE-core] [PATCH] linux-yocto: remove 5.8 recipes

2021-01-15 Thread Bruce Ashfield
From: Bruce Ashfield 5.8 is EOL upstream, and we now have 5.10 available as the latest -stable kernel. We'll keep 5.4, 5.10 and -dev (5.11) as the active kernels for the upcoming release. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.8.bb | 44 ---

Re: [OE-core] [PATCH 1/3] dpkg: add nativesdk support

2021-01-15 Thread hongxu
On 1/16/21 6:15 AM, Richard Purdie wrote: [Please note this e-mail is from an EXTERNAL e-mail address] On Fri, 2021-01-15 at 17:45 +0800, hongxu wrote: - Add nativesdk support and override EXTRA_OECONF and PROV for nativesdk - Replace ${bindir} with ${STAGING_BINDIR_NATIVE} for perl-native

[OE-core] [PATCH V2] deb: do not insert feed uris if apt not installed

2021-01-15 Thread hongxu
- The dir /etc/apt was created in package apt, if package apt was not installed, there is no need to insert package feed. Otherwise, it will fail with no such dir - Output the result of apt install - Explicitly trust the deb package repository from build This could avoid apt install warning: ...

Re: [OE-core] [PATCH 3/3] deb: do not insert feed uris if apt not installed

2021-01-15 Thread hongxu
On 1/16/21 6:21 AM, Richard Purdie wrote: I think this is resulting in these warnings: https://autobuilder.yoctoproject.org/typhoon/#/builders/50/builds/2925 This is caused by the warning message in the output of 'apt install' ... WARNING: The following packages cannot be authenticated!

[OE-core] [PATCH V2] dpkg: add nativesdk support

2021-01-15 Thread hongxu
From: hongxu - Add nativesdk support and override EXTRA_OECONF and PROV for nativesdk - Replace ${bindir} with ${STAGING_BINDIR_NATIVE} for perl-native shebang to fix QA error of shebang too long in nativesdk build - Conditionally (except musl) add ldconfig to runtime depends to fix the

Re: [OE-core] [PATCH] systemd: dont spew hidepid mount errors for kernels < v5.8

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 00:26 -0500, Paul Gortmaker wrote: > Recent systemd started using ascii args to "hidepid=" mount options > for proc fs - unconditionally -- even though kernels older than v5.8 > emit an error message on each attempt: > > root@qemux86-64:~# cat /proc/version > Linux version

Re: [OE-core] [PATCH] bitbake.conf: use ${RECIPE_SYSROOT} for PSEUDO_IGNORE_PATHS

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 11:23 +0800, Yu, Mingli wrote: > From: Mingli Yu > > When multilib enabled, there comes below error for packages which > inherit useradd bbclass randomly when build eSDK. >  $ bitbake image-name -c populate_sdk_ext >  Exception: subprocess.CalledProcessError: Command >

[OE-core] [PATCH 1/3] dpkg: add nativesdk support

2021-01-15 Thread hongxu
- Add nativesdk support and override EXTRA_OECONF and PROV for nativesdk - Replace ${bindir} with ${STAGING_BINDIR_NATIVE} for perl-native shebang to fix QA error of shebang too long in nativesdk build - Add ldconfig to runtime depends to fix the following issue on target [snip] ... dpkg:

[OE-core] [PATCH 3/3] deb: do not insert feed uris if apt not installed

2021-01-15 Thread hongxu
- The dir /etc/apt was created in package apt, if package apt was not installed, there is no need to insert package feed. Otherwise, it will fail with no such dir - Output the result of apt install Signed-off-by: Hongxu Jia --- meta/lib/oe/package_manager/deb/__init__.py | 7 ++- 1

[OE-core] [PATCH 2/3] apt: add nativesdk support

2021-01-15 Thread hongxu
1. Add nativesdk support - Apply the same patches of native - Generate the same apt.conf.sample of native 2. Create user '_apt' to fix apt runtime warning [snip] $ apt update ... W: No sandbox user '_apt' on the system, can not drop privileges [snip] Signed-off-by: Hongxu Jia ---

Re: [OE-core] [PATCH] systemd: dont spew hidepid mount errors for kernels < v5.8

2021-01-15 Thread Luca Boccassi via lists.openembedded.org
On Fri, 2021-01-15 at 08:37 +, Richard Purdie wrote: > On Fri, 2021-01-15 at 00:26 -0500, Paul Gortmaker wrote: > > Recent systemd started using ascii args to "hidepid=" mount options > > for proc fs - unconditionally -- even though kernels older than v5.8 > > emit an error message on each

Re: [OE-core] [PATCH] systemd: dont spew hidepid mount errors for kernels < v5.8

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 09:57 +, Luca Boccassi wrote: > > https://wiki.yoctoproject.org/wiki/Best_Known_Methods#Patch_Comments > > Richard, FYI this appears to be an empty page. That wasn't the link in my email, the link was:

Re: [OE-core] [PATCH] systemd: dont spew hidepid mount errors for kernels < v5.8

2021-01-15 Thread Luca Boccassi via lists.openembedded.org
On Fri, 2021-01-15 at 10:14 +, Richard Purdie wrote: > On Fri, 2021-01-15 at 09:57 +, Luca Boccassi wrote: > > >

Re: [OE-core] [PATCH] gdk-pixbuf: upgrade 2.40.0 -> 2.42.2

2021-01-15 Thread Alexander Kanavin
I believe ptest regresses with this update - we need to wait until 2.42.3. I have a patch in progress as well. Alex On Fri, 15 Jan 2021 at 08:00, Wang Mingyu wrote: > refresh the following patches: > 0003-target-only-Work-around-thumbnailer-cross-compile-fa.patch >

[OE-core] [PATCH][dunfell][gatesgarth][master] cairo: whitelist CVE-2013-0800

2021-01-15 Thread Mikko Rapeli
It affects only cairo embedded into Firefox. https://security-tracker.debian.org/tracker/CVE-2013-0800 "The description is misleading: Firefox embeds a copy of Cairo, the interdiff shows the respective change at mozilla-esr17/gfx/cairo/cairo/src/cairo-image-surface.c Apparently the forked copy

[OE-core] [PATCH][dunfell][gatesgarth][master] zip: whitelist CVE-2018-13410 and CVE-2018-13684

2021-01-15 Thread Mikko Rapeli
https://nvd.nist.gov/vuln/detail/CVE-2018-13410 is disputed and also Debian considers it not a vulnerability: https://security-tracker.debian.org/tracker/CVE-2018-13410 http://seclists.org/fulldisclosure/2018/Jul/24 "Negligible security impact, would involve that a untrusted party controls the

Re: [OE-core] [PATCH][dunfell][gatesgarth][master] cairo: whitelist CVE-2013-0800

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 12:47 +0200, Mikko Rapeli wrote: > It affects only cairo embedded into Firefox. > > https://security-tracker.debian.org/tracker/CVE-2013-0800 > > "The description is misleading: Firefox embeds a copy of Cairo, the interdiff > shows the respective change at >

Re: [OE-core] [PATCH 2/3] apt: add nativesdk support

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 17:45 +0800, hongxu wrote: > 1. Add nativesdk support > - Apply the same patches of native > - Generate the same apt.conf.sample of native > > 2. Create user '_apt' to fix apt runtime warning > [snip] > $ apt update > ... > W: No sandbox user '_apt' on the system, can not

Re: [OE-core] [PATCH][dunfell][gatesgarth][master] cairo: whitelist CVE-2013-0800

2021-01-15 Thread Mikko Rapeli
On Fri, Jan 15, 2021 at 11:23:39AM +, Richard Purdie wrote: > On Fri, 2021-01-15 at 12:47 +0200, Mikko Rapeli wrote: > > It affects only cairo embedded into Firefox. > > > > https://security-tracker.debian.org/tracker/CVE-2013-0800 > > > > "The description is misleading: Firefox embeds a

Re: [OE-core] [PATCH][dunfell][gatesgarth][master] cairo: whitelist CVE-2013-0800

2021-01-15 Thread Richard Purdie
On Fri, 2021-01-15 at 11:46 +, mikko.rap...@bmw.de wrote: > On Fri, Jan 15, 2021 at 11:23:39AM +, Richard Purdie wrote: > > On Fri, 2021-01-15 at 12:47 +0200, Mikko Rapeli wrote: > > > It affects only cairo embedded into Firefox. > > > > > >

[OE-core] [AUH] resolvconf: upgrading to 1.87 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *resolvconf* to *1.87* has Succeeded. Next steps: - apply the patch: git am 0001-resolvconf-upgrade-1.83-1.87.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] iproute2: upgrading to 5.10.0 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iproute2* to *5.10.0* has Succeeded. Next steps: - apply the patch: git am 0001-iproute2-upgrade-5.9.0-5.10.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] u-boot-tools: upgrading to 2021.01 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *u-boot-tools* to *2021.01* has Succeeded. Next steps: - apply the patch: git am 0001-u-boot-tools-upgrade-2020.10-2021.01.patch - check the changes to upstream patches and

[OE-core] [AUH] busybox: upgrading to 1.33.0 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *busybox* to *1.33.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe busybox failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] distcc: upgrading to 3.4 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *distcc* to *3.4* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade distcc -V 3.4 -S f760f7e6077072ea711a1f74cac2063d44177f92

[OE-core] [AUH] diffstat: upgrading to 1.64 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffstat* to *1.64* has Succeeded. Next steps: - apply the patch: git am 0001-diffstat-upgrade-1.63-1.64.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] socat: upgrading to 1.7.4.1 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *socat* to *1.7.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-socat-upgrade-1.7.3.4-1.7.4.1.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] cmake: upgrading to 3.19.3 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *cmake* to *3.19.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-cmake-upgrade-3.19.2-3.19.3.patch -

[OE-core] [AUH] python3-numpy: upgrading to 1.19.5 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-numpy* to *1.19.5* has Succeeded. Next steps: - apply the patch: git am 0001-python3-numpy-upgrade-1.19.4-1.19.5.patch - check the changes to upstream patches and

[OE-core] [AUH] gptfdisk: upgrading to 1.0.6 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gptfdisk* to *1.0.6* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gptfdisk failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] autoconf: upgrading to 2.70 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *autoconf* to *2.70* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade autoconf -V 2.70 NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] libmodulemd: upgrading to 2.11.2 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libmodulemd* to *2.11.2* has Succeeded. Next steps: - apply the patch: git am 0001-libmodulemd-upgrade-2.11.1-2.11.2.patch - check the changes to upstream patches and

[OE-core] [AUH] gnu-config: upgrading to 04d8eb4c26730125701706761b4db6bb0569429a FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnu-config* to *04d8eb4c26730125701706761b4db6bb0569429a* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade gnu-config -S

[OE-core] [AUH] ruby: upgrading to 3.0.0 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ruby* to *3.0.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe ruby failed. NOTE: Starting bitbake server... NOTE: Reconnecting to

[OE-core] [AUH] dpkg: upgrading to 1.20.7.1 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dpkg* to *1.20.7.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-dpkg-upgrade-1.20.5-1.20.7.1.patch

[OE-core] [AUH] lighttpd: upgrading to 1.4.58 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lighttpd* to *1.4.58* has Succeeded. Next steps: - apply the patch: git am 0001-lighttpd-upgrade-1.4.57-1.4.58.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] git: upgrading to 2.30.0 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *git* to *2.30.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-git-upgrade-2.29.2-2.30.0.patch -

[OE-core] [AUH] python3-setuptools: upgrading to 51.1.2 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *51.1.2* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-setuptools -V 51.1.2 NOTE: Starting

[OE-core] [AUH] automake: upgrading to 1.16.3 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *automake* to *1.16.3* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade automake -V 1.16.3 NOTE: Starting bitbake server...

[OE-core] [AUH] stress-ng: upgrading to 0.12.01 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *stress-ng* to *0.12.01* has Succeeded. Next steps: - apply the patch: git am 0001-stress-ng-upgrade-0.12.00-0.12.01.patch - check the changes to upstream patches and

[OE-core] [AUH] acpica: upgrading to 20210105 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *acpica* to *20210105* has Succeeded. Next steps: - apply the patch: git am 0001-acpica-upgrade-20201217-20210105.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] llvm: upgrading to 11.0.1 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *llvm* to *11.0.1* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade llvm -V 11.0.1 -S

[OE-core] [AUH] python3-hypothesis: upgrading to 6.0.2 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-hypothesis* to *6.0.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-5.43.3-6.0.2.patch - check the changes to upstream

[OE-core] [AUH] libhandy: upgrading to 1.0.3 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libhandy* to *1.0.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libhandy-upgrade-1.0.2-1.0.3.patch

[OE-core] [AUH] lzip: upgrading to 1.22 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lzip* to *1.22* has Succeeded. Next steps: - apply the patch: git am 0001-lzip-upgrade-1.21-1.22.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] python3-git: upgrading to 3.1.12 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-git* to *3.1.12* has Succeeded. Next steps: - apply the patch: git am 0001-python3-git-upgrade-3.1.11-3.1.12.patch - check the changes to upstream patches and

[OE-core] [AUH] meson: upgrading to 0.56.2 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *meson* to *0.56.2* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-0.56.0-0.56.2.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] python3-importlib-metadata: upgrading to 3.4.0 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-importlib-metadata* to *3.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-importlib-metadata-upgrade-3.3.0-3.4.0.patch - check the changes

[OE-core] [AUH] python3-dbusmock: upgrading to 0.22.0 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-dbusmock* to *0.22.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dbusmock-upgrade-0.19-0.22.0.patch - check the changes to upstream patches

[OE-core] [AUH] python3-mako: upgrading to 1.1.4 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-mako* to *1.1.4* has Succeeded. Next steps: - apply the patch: git am 0001-python3-mako-upgrade-1.1.3-1.1.4.patch - check the changes to upstream patches and

[OE-core] [AUH] libarchive: upgrading to 3.5.1 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libarchive* to *3.5.1* has Succeeded. Next steps: - apply the patch: git am 0001-libarchive-upgrade-3.4.3-3.5.1.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] tar: upgrading to 1.33 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *tar* to *1.33* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe tar failed. NOTE: Starting bitbake server... NOTE: Reconnecting to

[OE-core] [AUH] bash: upgrading to 5.1 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *bash* to *5.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe bash failed. NOTE: Starting bitbake server... NOTE: Reconnecting to

[OE-core] [AUH] wget: upgrading to 1.21.1 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wget* to *1.21.1* has Succeeded. Next steps: - apply the patch: git am 0001-wget-upgrade-1.20.3-1.21.1.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] net-tools: upgrading to 2.10 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *net-tools* to *2.10* has Succeeded. Next steps: - apply the patch: git am 0001-net-tools-upgrade-1.60-20181103-2.10.patch - check the changes to upstream patches and

[OE-core] [AUH] wayland: upgrading to 1.18.92 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wayland* to *1.18.92* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe wayland failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] logrotate: upgrading to 3.18.0 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *logrotate* to *3.18.0* has Succeeded. Next steps: - apply the patch: git am 0001-logrotate-upgrade-3.17.0-3.18.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] go-helloworld: upgrading to bcf50bfd7dcd8020c90965747d857ae42802e0c5 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go-helloworld* to *bcf50bfd7dcd8020c90965747d857ae42802e0c5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade go-helloworld

[OE-core] [AUH] gstreamer1.0-plugins-bad: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-bad* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins-bad-upgrade-1.18.2-1.18.3.patch - check the changes to

[OE-core] [AUH] vulkan-tools: upgrading to 1.2.162.1 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-tools* to *1.2.162.1* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-tools-upgrade-1.2.162.0-1.2.162.1.patch - check the changes to upstream

[OE-core] [AUH] mesa: upgrading to 20.3.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mesa* to *20.3.3* has Succeeded. Next steps: - apply the patch: git am 0001-mesa-upgrade-20.3.1-20.3.3.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] sudo: upgrading to 1.9.5p1 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sudo* to *1.9.5p1* has Succeeded. Next steps: - apply the patch: git am 0001-sudo-upgrade-1.9.4p1-1.9.5p1.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] python3-pygments: upgrading to 2.7.4 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pygments* to *2.7.4* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pygments-upgrade-2.7.3-2.7.4.patch - check the changes to upstream patches

[OE-core] [AUH] vala: upgrading to 0.50.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vala* to *0.50.3* has Succeeded. Next steps: - apply the patch: git am 0001-vala-upgrade-0.50.2-0.50.3.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] gdk-pixbuf: upgrading to 2.42.2 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gdk-pixbuf* to *2.42.2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gdk-pixbuf failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] glslang: upgrading to 11.1.0 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glslang* to *11.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-glslang-upgrade-8.13.3743-11.1.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] harfbuzz: upgrading to 2.7.4 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *harfbuzz* to *2.7.4* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe harfbuzz failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] mpg123: upgrading to 1.26.4 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mpg123* to *1.26.4* has Succeeded. Next steps: - apply the patch: git am 0001-mpg123-upgrade-1.26.3-1.26.4.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] kmod: upgrading to 28 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *kmod* to *28* has Succeeded. Next steps: - apply the patch: git am 0001-kmod-upgrade-27-28.patch - check the changes to upstream patches and summarize them in the commit

[OE-core] [AUH] gstreamer1.0-rtsp-server: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-rtsp-server* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-rtsp-server-upgrade-1.18.2-1.18.3.patch - check the changes to

[OE-core] [AUH] vulkan-samples: upgrading to 0b88650548a547ea2739d2659d89601f75efa846 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-samples* to *0b88650548a547ea2739d2659d89601f75efa846* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-samples

[OE-core] [AUH] gstreamer1.0-plugins-ugly: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-ugly* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins-ugly-upgrade-1.18.2-1.18.3.patch - check the changes

[OE-core] [AUH] libdrm: upgrading to 2.4.104 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libdrm* to *2.4.104* has Succeeded. Next steps: - apply the patch: git am 0001-libdrm-upgrade-2.4.103-2.4.104.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] gstreamer1.0-omx: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-omx* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-omx-upgrade-1.18.2-1.18.3.patch - check the changes to upstream patches

[OE-core] [AUH] Upgrade status: 2021-01-15

2021-01-15 Thread auh
Recipe upgrade statistics: * Succeeded: 55 u-boot-tools, 2021.01, Marek Vasut iproute2, 5.10.0, Changhyeok Bae libpcap, 1.10.0, Anuj Mittal resolvconf, 1.87, Chen Qi socat, 1.7.4.1, Hongxu Jia apt, 1.8.2.2, Aníbal Limón diffstat,

[OE-core] [AUH] lttng-modules: upgrading to 2.12.4 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lttng-modules* to *2.12.4* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe lttng-modules failed. NOTE: Starting bitbake server...

[OE-core] [AUH] pulseaudio: upgrading to 14.1 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *pulseaudio* to *14.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe pulseaudio failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] gstreamer1.0: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-upgrade-1.18.2-1.18.3.patch - check the changes to upstream patches and

[OE-core] [AUH] gstreamer1.0-plugins-base: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-base* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins-base-upgrade-1.18.2-1.18.3.patch - check the changes

[OE-core] [AUH] libevdev: upgrading to 1.10.1 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libevdev* to *1.10.1* has Succeeded. Next steps: - apply the patch: git am 0001-libevdev-upgrade-1.10.0-1.10.1.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] gstreamer1.0-libav: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-libav* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-libav-upgrade-1.18.2-1.18.3.patch - check the changes to upstream

[OE-core] [AUH] gnupg: upgrading to 2.2.27 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnupg* to *2.2.27* has Succeeded. Next steps: - apply the patch: git am 0001-gnupg-upgrade-2.2.26-2.2.27.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] libsdl2: upgrading to 2.0.14 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsdl2* to *2.0.14* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.0.12-2.0.14.patch

[OE-core] [AUH] gpgme: upgrading to 1.15.1 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gpgme* to *1.15.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gpgme failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] rt-tests: upgrading to 1.10 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rt-tests* to *1.10* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe rt-tests failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] p11-kit: upgrading to 0.23.22 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *p11-kit* to *0.23.22* has Succeeded. Next steps: - apply the patch: git am 0001-p11-kit-upgrade-0.23.21-0.23.22.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] hwlatdetect: upgrading to 1.10 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *hwlatdetect* to *1.10* has Succeeded. Next steps: - apply the patch: git am 0001-hwlatdetect-upgrade-1.9-1.10.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] enchant2: upgrading to 2.2.15 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *enchant2* to *2.2.15* has Succeeded. Next steps: - apply the patch: git am 0001-enchant2-upgrade-2.2.14-2.2.15.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] libgpg-error: upgrading to 1.41 FAILED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libgpg-error* to *1.41* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libgpg-error failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] gstreamer1.0-python: upgrading to 1.18.3 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-python* to *1.18.3* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-python-upgrade-1.18.2-1.18.3.patch - check the changes to upstream

[OE-core] [AUH] diffoscope: upgrading to 164 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *164* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-163-164.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] libproxy: upgrading to 0.4.17 SUCCEEDED

2021-01-15 Thread auh
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libproxy* to *0.4.17* has Succeeded. Next steps: - apply the patch: git am 0001-libproxy-upgrade-0.4.15-0.4.17.patch - check the changes to upstream patches and summarize

  1   2   >