Re: [OE-core] [V2][PATCH] mime.bbclass: fix post install scriptlet error

2020-06-17 Thread Andreas Müller
On Thu, Jun 18, 2020 at 3:16 AM Changqing Li wrote: > > From: Changqing Li > > fix error during post uninstall: > %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 > + '[' 0 = 0 ']' > + set -e > + '[' x '!=' x ']' > + echo 'Updating MIME database... this may take a while.'

Re: [OE-core] [PATCH 1/1] classes/kernel: Use a copy for kernel*.rpm when fs don't support symlink

2020-06-17 Thread Xu, Yanfei
On 6/17/20 9:48 PM, Bruce Ashfield wrote: On Wed, Jun 17, 2020 at 2:20 AM wrote: From: Yanfei Xu Some filesystems don't support symlink, then you will get failed when you install or update the kernel rpm package. Now we use a copy for these filesystems instead of symlink. Suggested-by: Br

Re: [OE-core][PATCH] igt-gpu-tools: add new package

2020-06-17 Thread Arthur She
Hi Alex, Would it be a sufficient reason for doing that? Or any thought could be shared from you? Thank you so much, Arthur On Tue, Jun 16, 2020 at 12:16 AM Mittal, Anuj wrote: > Hi Alex > > On Tue, 2020-06-16 at 09:04 +0200, Alexander Kanavin wrote: > > Usually it's the other way around - what

Re: [OE-core] ✗ patchtest: failure for Misc fixes

2020-06-17 Thread Paul Eggleton
On Thursday, 18 June 2020 16:02:25 NZST Patchwork wrote: > * Issue Added patch file is missing Upstream-Status in the > header [test_upstream_status_presence_format] Oops, typo - I have fixed the patch header and pushed the branch again. Paul -=-=-=-=-=-=-=-=-=-=-=- Links: You rece

[OE-core] ✗ patchtest: failure for Misc fixes

2020-06-17 Thread Patchwork
== Series Details == Series: Misc fixes Revision: 1 URL : https://patchwork.openembedded.org/series/24727/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed series by p

[OE-core] [PATCH 1/3] dpkg-native: rebase and reinstate fix for "tar: file changed as we read it"

2020-06-17 Thread Paul Eggleton
In OE-Core rev 8ee36a5f2f9367550d28bf271afc53bca6ff3d5f a patch was added for dpkg to ignore a return of 1 from dpkg's calls to tar (which indicates that files changed in some way while tar was operating) we were observing failures on the autobuilder due to changes to link counts in hard-linked fil

[OE-core] [PATCH 3/3] devtool: fix typo

2020-06-17 Thread Paul Eggleton
specifiy -> specify Signed-off-by: Paul Eggleton --- scripts/lib/devtool/deploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index 6a99773..b1749ce 100644 --- a/scripts/lib/devtool/deploy.py +++ b/scripts

[OE-core] [PATCH 0/3] Misc fixes

2020-06-17 Thread Paul Eggleton
Reinstate a patch for dpkg-native that was removed some time ago, plus fix a couple of trivial things I noticed at the same time. The following changes since commit 878a8561e10017bb91ea42bbbe6d4acfc0985482: gstreamer1.0-plugins-bad: add support for vdpau (2020-06-17 16:31:48 +0100) are availa

[OE-core] [PATCH 2/3] shadow-sysroot: drop unused SRC_URI checksums

2020-06-17 Thread Paul Eggleton
This recipe only fetches local files, so there's no need for a checksum. These have been present for some time and nobody noticed. Signed-off-by: Paul Eggleton --- meta/recipes-extended/shadow/shadow-sysroot_4.6.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-extended/shado

[OE-core][dunfell 00/20] Pull request (cover letter only)

2020-06-17 Thread Steve Sakoman
The following changes since commit 6fa967f194edd314c9026c80f8d93360ac6d9efa: build-appliance-image: Update to dunfell head revision (2020-06-08 21:45:09 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.ope

Re: [OE-core] [PATCH] xinit: add xterm to RDEPENDS

2020-06-17 Thread Changqing Li
On 6/18/20 2:28 AM, Randy MacLeod wrote: On 2020-06-17 6:51 a.m., Richard Purdie wrote: On Wed, 2020-06-17 at 12:07 +0800, Changqing Li wrote: From: Changqing Li startx RDEPENDS on xterm, fix below error: /etc/X11/xinit/xinitrc: line 55: exec: xterm: not found Signed-off-by: Changqing Li -

Re: [OE-core] [PATCH] mime.bbclass: change postrm to prerm

2020-06-17 Thread Changqing Li
On 6/17/20 5:50 PM, Andreas Müller wrote: On Wed, Jun 17, 2020 at 10:10 AM Changqing Li wrote: From: Changqing Li fix error during post uninstall: %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 + '[' 0 = 0 ']' + set -e + '[' x '!=' x ']' + echo 'Updating MIME databa

[OE-core] [V2][PATCH] mime.bbclass: fix post install scriptlet error

2020-06-17 Thread Changqing Li
From: Changqing Li fix error during post uninstall: %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 + '[' 0 = 0 ']' + set -e + '[' x '!=' x ']' + echo 'Updating MIME database... this may take a while.' Updating MIME database... this may take a while. + update-mime-databas

Re: [OE-core][dunfell 08/21] cairo: Do not try to remove nonexistent directories

2020-06-17 Thread Adrian Bunk
On Tue, Jun 16, 2020 at 10:11:57AM -1000, Steve Sakoman wrote: > On Tue, Jun 16, 2020 at 9:49 AM Adrian Bunk wrote: > > > > On Mon, Jun 15, 2020 at 09:35:27AM -1000, Steve Sakoman wrote: > > > From: Peter Kjellerstedt > > > > > > Commit 0e1f8fa0 (bitbake.conf: propagate 'opengl' DISTRO_FEATURE to

Re: [OE-core] [PATCH] grub-efi-native: use RDEPENDS on grub-native instead of duplicating tools

2020-06-17 Thread Richard Purdie
On Wed, 2020-06-17 at 16:07 -0700, Christopher Clark wrote: > Both grub-native and grub-efi-native included packaging for the > grub-mkimage and grub-editenv tools, which prevented concurrent > installation of both the grub-native and grub-efi-native packages. > This caused errors on image generati

[OE-core] [PATCH] grub-efi-native: use RDEPENDS on grub-native instead of duplicating tools

2020-06-17 Thread Christopher Clark
Both grub-native and grub-efi-native included packaging for the grub-mkimage and grub-editenv tools, which prevented concurrent installation of both the grub-native and grub-efi-native packages. This caused errors on image generation with wic when populating partitions with both legacy and efi boot

Re: [OE-core] [PATCH] zlib: build and package minigzip

2020-06-17 Thread Sergio Prado
Hi Richard, > > do_install() { > > oe_runmake DESTDIR=${D} install > > + > > + install -d ${D}${sbindir} > > + install -m 0755 ${B}/minigzip ${D}${sbindir} > > + install -m 0755 ${B}/minigzipsh ${D}${sbindir} > > + install -m 0755 ${B}/minigzip64 ${D}${sbindir} > > } > > >

Re: [OE-core] grub-efi-native: use RDEPENDS on grub-native instead of duplicating tools?

2020-06-17 Thread Christopher Clark
On Wed, Jun 17, 2020 at 5:35 AM Richard Purdie wrote: > > On Wed, 2020-06-17 at 11:15 +0200, Jacob Kroon wrote: > > On 6/17/20 8:07 AM, Jacob Kroon wrote: > > > On 6/17/20 4:28 AM, Christopher Clark wrote: > > > > was: Re: [OE-core] [PATCH] grub-efi-native: Install grub-editenv > > > > > > > > On

[OE-core] [PATCH] toolchain-shar-relocate.sh: check for environment-setup beforehand

2020-06-17 Thread Awais Belal
The script runs a 'cat' on the script and if it isn't present in the sdk the cat command waits on the std input and hence the installation process simply sits there. Signed-off-by: Awais Belal --- meta/files/toolchain-shar-relocate.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/met

Re: [OE-core] Yocto Project Status WW23'20

2020-06-17 Thread Randy MacLeod
On 2020-06-14 8:32 p.m., Randy MacLeod wrote: On 2020-06-09 10:43 a.m., Stephen Jolley wrote: One which isn’t and is looking slightly more problematic is the qemu upgrade to 5.0.0, help would be welcome there. Sakib and Joe have worked on upreving qemu. If things go well they'll send the uprev

Re: [OE-core] [PATCH] xinit: add xterm to RDEPENDS

2020-06-17 Thread Randy MacLeod
On 2020-06-17 6:51 a.m., Richard Purdie wrote: On Wed, 2020-06-17 at 12:07 +0800, Changqing Li wrote: From: Changqing Li startx RDEPENDS on xterm, fix below error: /etc/X11/xinit/xinitrc: line 55: exec: xterm: not found Signed-off-by: Changqing Li --- meta/recipes-graphics/xorg-app/xinit_1

Re: [OE-core] [PATCH V3 1/3] gcc10: Update to GCC 10.1 Release

2020-06-17 Thread Khem Raj
On Wed, Jun 17, 2020 at 12:02 AM Kang Kai wrote: > > On 2020/5/12 上午2:28, Khem Raj wrote: > > * Package new gomp header acc_prof.h > * Package lto-dump which is a new tool in gcc10 > * All Changes are here [1] > * Porting apps to gcc 10 help is here [2] > * Backport a patch to fix CET errors on cr

[OE-core] [PATCH][dunfell] common-licenses: add BSD-2-Clause-Patent

2020-06-17 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- .../common-licenses/BSD-2-Clause-Patent.txt | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 meta/files/common-licenses/BSD-2-Clause-Patent.txt diff --git a/meta/files/common-licenses/BSD-2-Clause-Patent.txt b/me

[OE-core] ✗ patchtest: failure for powertop: upgrade 2.12 -> 2.13

2020-06-17 Thread Patchwork
== Series Details == Series: powertop: upgrade 2.12 -> 2.13 Revision: 1 URL : https://patchwork.openembedded.org/series/24716/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

Re: [OE-core] [PATCH 1/1] classes/kernel: Use a copy for kernel*.rpm when fs don't support symlink

2020-06-17 Thread Bruce Ashfield
On Wed, Jun 17, 2020 at 2:20 AM wrote: > > From: Yanfei Xu > > Some filesystems don't support symlink, then you will get failed when > you install or update the kernel rpm package. Now we use a copy for > these filesystems instead of symlink. > > Suggested-by: Bruce Ashfield > Signed-off-by: Yan

[OE-core] [PATCH] ell: upgrade 0.31 -> 0.32

2020-06-17 Thread Pierre-Jean Texier via lists.openembedded.org
This is a bugfix release: ver 0.32: Fix issue with handling D-Bus watch removal. Signed-off-by: Pierre-Jean Texier --- meta/recipes-core/ell/{ell_0.31.bb => ell_0.32.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-core/ell/{ell_0.31.bb => ell_0.32.bb} (8

[OE-core] [PATCH] powertop: upgrade 2.12 -> 2.13

2020-06-17 Thread Wang Mingyu
?Signed-off-by: Wang Mingyu --- .../powertop/{powertop_2.12.bb => powertop_2.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/powertop/{powertop_2.12.bb => powertop_2.13.bb} (95%) diff --git a/meta/recipes-kernel/powertop/powertop_2.12.bb b/m

Re: [OE-core][PATCH] classes/archiver: Create patched archive before configuring

2020-06-17 Thread Joshua Watt
Steve, I believe this patch should be backported to dunfell. Thanks On 6/16/20 9:39 AM, Joshua Watt wrote: do_configure and do_preconfigure can modify source files, which causes race conditions if these tasks run in parallel with do_ar_patched. Add explicit task dependencies to ensure that do_

Re: [OE-core] grub-efi-native: use RDEPENDS on grub-native instead of duplicating tools?

2020-06-17 Thread Richard Purdie
On Wed, 2020-06-17 at 11:15 +0200, Jacob Kroon wrote: > On 6/17/20 8:07 AM, Jacob Kroon wrote: > > On 6/17/20 4:28 AM, Christopher Clark wrote: > > > was: Re: [OE-core] [PATCH] grub-efi-native: Install grub-editenv > > > > > > On Sat, Apr 13, 2019 at 7:49 AM Jacob Kroon < > > > jacob.kr...@gmail.c

[OE-core] [PATCH] python: use official "pypi.org" URLs for HOMEPAGE

2020-06-17 Thread Robert P. J. Day
As the URL pypi.python.org simply redirects to pypi.org, simplify a number of Python recipes by using that URL explicitly. Signed-off-by: Robert P. J. Day --- diff --git a/meta/recipes-devtools/python/python-extras.inc b/meta/recipes-devtools/python/python-extras.inc index b5e11b711a..335bde27

Re: [OE-core] [PATCH] xinit: add xterm to RDEPENDS

2020-06-17 Thread Richard Purdie
On Wed, 2020-06-17 at 12:07 +0800, Changqing Li wrote: > From: Changqing Li > > startx RDEPENDS on xterm, fix below error: > /etc/X11/xinit/xinitrc: line 55: exec: xterm: not found > > Signed-off-by: Changqing Li > --- > meta/recipes-graphics/xorg-app/xinit_1.4.1.bb | 2 +- > 1 file changed, 1

Re: [OE-core] [PATCH] dhcp: use included bind version

2020-06-17 Thread Alexander Kanavin
This brings me to a question. Should we replace dhcp with kea? https://www.isc.org/kea/ Alex On Sat, 13 Jun 2020 at 10:31, Vyacheslav Yurkov wrote: > On 13.06.2020 02:41, Khem Raj wrote: > > I think it would be good to share if we can. Shipping two versions of > bind > > libraries is less than

[OE-core] [PATCH 1/2] apr-util: make gdbm optional

2020-06-17 Thread Alexander Kanavin
This helps with gpl3-free builds. Signed-off-by: Alexander Kanavin --- meta/recipes-support/apr/apr-util_1.6.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb b/meta/recipes-support/apr/apr-util_1.6.1.bb index 3896c924f0..0

[OE-core] [PATCH 2/2] gobject-introspection: add a patch to fix a build race

2020-06-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ency-for-g-ir-compiler-for-building-.patch | 33 +++ .../gobject-introspection_1.64.1.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-gir-add-a-d

[OE-core] [PATCH] patchelf: Upgrade 0.10 -> 0.11

2020-06-17 Thread Richard Purdie
Two patches were merged upstream, the other needed refreshing. Signed-off-by: Richard Purdie --- .../patchelf/fix-adjusting-startPage.patch| 45 --- .../patchelf/patchelf/fix-phdrs.patch | 37 --- .../patchelf/handle-read-only-files.patch | 18

Re: [OE-core] [PATCH] mime.bbclass: change postrm to prerm

2020-06-17 Thread Andreas Müller
On Wed, Jun 17, 2020 at 10:10 AM Changqing Li wrote: > > From: Changqing Li > > fix error during post uninstall: > %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 > + '[' 0 = 0 ']' > + set -e > + '[' x '!=' x ']' > + echo 'Updating MIME database... this may take a while.'

Re: [OE-core] grub-efi-native: use RDEPENDS on grub-native instead of duplicating tools?

2020-06-17 Thread Jacob Kroon
On 6/17/20 8:07 AM, Jacob Kroon wrote: On 6/17/20 4:28 AM, Christopher Clark wrote: was: Re: [OE-core] [PATCH] grub-efi-native: Install grub-editenv On Sat, Apr 13, 2019 at 7:49 AM Jacob Kroon wrote: Having a native version of grub-editenv around can be useful for setting the targets grub e

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-06-17 Thread Stefan Agner
On 2020-06-16 11:50, Quentin Schulz wrote: > Hi all, > > On Wed, Jan 22, 2020 at 11:06:55AM +0100, Quentin Schulz wrote: >> > > The reason why I didn't bother to send a patch to busybox before pinging >> > > on this patch was that we're already different from the upstream >> > > simple.script >>

[OE-core][PATCH] linux-firmware: add ice for Intel E800 series driver

2020-06-17 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200519.bb index fcad7df629

[OE-core] [PATCH] curl: add debug info

2020-06-17 Thread Rasmus Villemoes
Currently, curl (and libcurl) is built without debug info, making the curl-dbg package rather useless. Since debug symbols are automatically stripped and put in that package by the build system, making sure that curl is built with -g shouldn't hurt anything, but will help those that try to debug a

Re: [OE-core] [PATCH] mime.bbclass: change postrm to prerm

2020-06-17 Thread Changqing Li
please ignore this patch,  I will send a V2 to fix this problem On 6/17/20 4:07 PM, Changqing Li wrote: From: Changqing Li fix error during post uninstall: %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 + '[' 0 = 0 ']' + set -e + '[' x '!=' x ']' + echo 'Updating MIME

[OE-core] [AUH] Upgrade status: 2020-06-17

2020-06-17 Thread auh
Recipe upgrade statistics: * Failed (devtool error): 11 bind, 9.16.3, Armin Kuster dropbear, 2020.79, Yi Zhao elfutils, 0.180, Hongxu Jia gnu-config, 20200515-new-commits-available, Robert Yang libdnf, 0.48.0, Alexander Kanavin llvm, 10.0.0

[OE-core] [PATCH] mime.bbclass: change postrm to prerm

2020-06-17 Thread Changqing Li
From: Changqing Li fix error during post uninstall: %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 + '[' 0 = 0 ']' + set -e + '[' x '!=' x ']' + echo 'Updating MIME database... this may take a while.' Updating MIME database... this may take a while. + update-mime-databas