Re: [OE-core] [RFT] GCC 8.1

2018-05-17 Thread Khem Raj
On Thu, May 17, 2018 at 3:46 AM, Martin Jansa wrote: > On Thu, May 10, 2018 at 09:11:45PM +0200, Martin Jansa wrote: >> > > 5) nativesdk-libxcrypt fails to build (not sure which change caused >> > > this, it build OK with sumo since the -std=gnu99 addition. >> > > ../git/crypt-sunmd5.c:189:13: err

Re: [OE-core] [PATCH 3/4] ovmf: Fix build with gcc8

2018-05-17 Thread Khem Raj
On 5/17/18 3:17 AM, Burton, Ross wrote: Even when I pick from the branch instead of the mail, I suspect the line endings are messed up and this won't apply. Can you double-check? (I *hate* the ovmf recipe for this reason and am very tempted to just run dos2unix over the tree after unpack!)

[OE-core] [PATCH 3/3] externalsrc.bbclass: don't configure with --disable-dependency-tracking

2018-05-17 Thread Andre McCurdy
One of the uses of externalsrc is to enable iterative editing and rebuilding of source files during development. In such situations, disabling Automake dependency tracking can lead to sources not being rebuilt even though files they depend on have been modified. Signed-off-by: Andre McCurdy ---

[OE-core] [PATCH 1/3] gstreamer1.0: let autotools.bbclass handle --disable-dependency-tracking

2018-05-17 Thread Andre McCurdy
autotools.bbclass adds --disable-dependency-tracking to the configure command line by default, so there's no need for individual recipes to do so. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/rec

[OE-core] [PATCH 2/3] pinentry: let autotools.bbclass handle --disable-dependency-tracking

2018-05-17 Thread Andre McCurdy
autotools.bbclass adds --disable-dependency-tracking to the configure command line by default, so there's no need for individual recipes to do so. Also make some minor recipe formatting cleanups. Signed-off-by: Andre McCurdy --- meta/recipes-support/pinentry/pinentry_1.1.0.bb | 11 ++-

Re: [OE-core] [PATCH 1/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

2018-05-17 Thread ChenQi
On 05/17/2018 06:00 PM, Burton, Ross wrote: On 16 May 2018 at 06:07, Chen Qi wrote: +if not (self.tc.hasPrefixedTargetPackage("gettext")): +raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain gettext") File "/home/pokybuild/yocto-autobuilder/yocto-worker

[OE-core] [PATCH V2 0/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

2018-05-17 Thread Chen Qi
Changes in V2: * Fix to use hasTargetPackage instead of non-existent hasPrefixedTargetPackage The following changes since commit 13cc30cd7de4841990b600e83e1249c81a5171dd: local.conf.sample.extended: Drop obsolete rpc and libnsl (2018-05-15 11:07:50 +0100) are available in the git repository a

[OE-core] [PATCH 1/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

2018-05-17 Thread Chen Qi
We need to skip this testcase when gettext is not available. Otherwise, we will have the following error at configure. error: possibly undefined macro: AM_NLS Signed-off-by: Chen Qi --- meta/lib/oeqa/sdk/cases/buildgalculator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/o

[OE-core] [morty][PATCH] libnl: fix CVE-2017-0553

2018-05-17 Thread Andre McCurdy
An elevation of privilege vulnerability in libnl could enable a local malicious application to execute arbitrary code within the context of the Wi-Fi service. This issue is rated as Moderate because it first requires compromising a privileged process and is mitigated by current platform configurati

[OE-core] [pyro][PATCH] libnl: fix CVE-2017-0553

2018-05-17 Thread Andre McCurdy
An elevation of privilege vulnerability in libnl could enable a local malicious application to execute arbitrary code within the context of the Wi-Fi service. This issue is rated as Moderate because it first requires compromising a privileged process and is mitigated by current platform configurati

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Marek Vasut
On 05/17/2018 03:04 PM, Alexander Kanavin wrote: > On 05/17/2018 01:33 PM, Marek Vasut wrote: Looks like AUH runs as a x86 machine, which is why it doesn't catch u-boot. >>> >>> Also we have already discussed this 2 month ago. Marek, as the u-boot >>> maintainer, can you look into enablin

Re: [OE-core] [PATCH] systemd: Add util-linux-umount to RDEPENDS

2018-05-17 Thread Andre McCurdy
On Thu, May 17, 2018 at 12:15 PM, Fabio Berton wrote: > Images with systemd fails on reboot with error: > >[FAILED] Failed unmounting Temporary Directory (/tmp). > > This happens because busybox umount command doesn't has -c > option. Add util-linux-umount that has this option to fix > this is

[OE-core] [PATCH] systemd: Add util-linux-umount to RDEPENDS

2018-05-17 Thread Fabio Berton
Images with systemd fails on reboot with error: [FAILED] Failed unmounting Temporary Directory (/tmp). This happens because busybox umount command doesn't has -c option. Add util-linux-umount that has this option to fix this issue. See details: https://github.com/systemd/systemd/issues/7786

Re: [OE-core] [pyro][PATCH] gstreamer1.0-plugins-bad: Refresh patchesfor live streaming and add mpdparser for Dash playready support

2018-05-17 Thread Wouter van Boesschoten
Yep my bad, still in the app layer that I was porting down from. Will update and include the patchwork feedback. From: akuster808 Sent: Saturday, April 28, 2018 9:37 AM To: wouterlucas; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [pyro][PATCH] gstreamer1.0-plugins-bad: Refresh

Re: [OE-core] [PATCH 3/4] ovmf: Fix build with gcc8

2018-05-17 Thread Dan McGregor
On 17 May 2018 at 04:17, Burton, Ross wrote: > Even when I pick from the branch instead of the mail, I suspect the > line endings are messed up and this won't apply. Can you > double-check? > > (I *hate* the ovmf recipe for this reason and am very tempted to just > run dos2unix over the tree afte

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Tom Rini
On Thu, May 17, 2018 at 12:33:24PM +0200, Marek Vasut wrote: > On 05/17/2018 11:53 AM, Alexander Kanavin wrote: > > On 05/17/2018 12:56 PM, Burton, Ross wrote: > >> Looks like AUH runs as a x86 machine, which is why it doesn't catch > >> u-boot. > > > > Also we have already discussed this 2 month

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Alexander Kanavin
On 05/17/2018 01:33 PM, Marek Vasut wrote: Looks like AUH runs as a x86 machine, which is why it doesn't catch u-boot. Also we have already discussed this 2 month ago. Marek, as the u-boot maintainer, can you look into enabling u-boot on qemu please? Wouldn't it make more sense to fix the AUH

Re: [OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
BTW I have just filed a bug to busybox. https://bugs.busybox.net/show_bug.cgi?id=11021 Lets see how this evolves. -- Ricardo Ribalda -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/l

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Burton, Ross
u-boot is excluded on the machine type that the AUH runs as, so there's no way it can build the recipe. Ross On 17 May 2018 at 11:33, Marek Vasut wrote: > On 05/17/2018 11:53 AM, Alexander Kanavin wrote: >> On 05/17/2018 12:56 PM, Burton, Ross wrote: >>> Looks like AUH runs as a x86 machine, whi

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Marek Vasut
On 05/17/2018 11:53 AM, Alexander Kanavin wrote: > On 05/17/2018 12:56 PM, Burton, Ross wrote: >> Looks like AUH runs as a x86 machine, which is why it doesn't catch >> u-boot. > > Also we have already discussed this 2 month ago. Marek, as the u-boot > maintainer, can you look into enabling u-boot

Re: [OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
Hi Andreas Yes, I agree. But until that happen we can fix the bug with a one liner that works for coreutils and busybox without risking program relaying on the wrong behaviour of busybox On Thu, May 17, 2018 at 1:39 PM Andreas Oberritter wrote: > Dear Ricardo, > On Thu, 17 May 2018 10:57:04 +02

Re: [OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Andreas Oberritter
Dear Ricardo, On Thu, 17 May 2018 10:57:04 +0200 Ricardo Ribalda Delgado wrote: > Redlink from busybox and coreutils behave differently on missing files. > This leads to apt-key miss-behaving and also segure apt-get wouldn't it be more appropriate to improve the behavior of busybox? Best regar

[OE-core] [PATCH 10/10] qemuwrapper-cross: always fall back to x86_64 and i386 variants of qemu

2018-05-17 Thread Alexander Kanavin
This helps in particular when executing nativesdk- postinsts; previously they were attempted only with target qemu, and this obivously failed. This could be solved by properly mapping the binary to be run to the best available qemu variant for the binary architecture, but that would be a lot more

[OE-core] [PATCH 09/10] meson: update to 0.46.1

2018-05-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../meson/{meson_0.46.0.bb => meson_0.46.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/meson/{meson_0.46.0.bb => meson_0.46.1.bb} (83%) diff --git a/meta/recipes-devtools/meson/meson_0.46.0.bb b/

[OE-core] [PATCH 08/10] openssl: fix upstream version check for 1.0 version

2018-05-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/openssl/openssl10.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc index 645d64ec85e..f7a8de823a5 100644 --- a/meta/recipes-conn

[OE-core] [PATCH 01/10] dtc: upgrade to 1.4.6

2018-05-17 Thread Alexander Kanavin
Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/dtc/dtc.inc | 1 - ...se-proper-format-modifier-for-size_t.patch | 43 --- .../dtc/{dtc_1.4.5.bb => dtc_1.4.6.bb}| 2 +- 3 files changed, 1 insertion(+), 45 deletions(-) delet

[OE-core] [PATCH 05/10] libidn: upgrade 1.34 -> 1.35

2018-05-17 Thread Alexander Kanavin
Add autoconf-archive dependency to expand AC_JAVA_OPTIONS and other java-related macros. Signed-off-by: Alexander Kanavin --- .../libidn/libidn/libidn_fix_for_automake-1.12.patch | 8 .../libidn/{libidn_1.34.bb => libidn_1.35.bb} | 6 +++--- 2 files changed, 7 insertion

[OE-core] [PATCH 03/10] babeltrace: fix upstream version check

2018-05-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/lttng/babeltrace_1.5.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb index 2a2fa1e5b1d..b247fb0f9b6 100644 --- a/meta/recipes-kernel/ltt

[OE-core] [PATCH 07/10] rt-tests: fix upstream version check

2018-05-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-rt/rt-tests/rt-tests.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 5606d8e3851..f87952e0a8d 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/m

[OE-core] [PATCH 04/10] gnome-desktop3: remove the recipe

2018-05-17 Thread Alexander Kanavin
Epiphany no longer needs it, nothing else does, and so it will be moved to meta-oe. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 - .../epiphany/epiphany_3.28.1.1.bb | 2 +- ...ibseccomp-sycall-filtering-mechanism.patch | 45 --

[OE-core] [PATCH 02/10] xz: fix upstream version check

2018-05-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/xz/xz_5.2.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/xz/xz_5.2.3.bb b/meta/recipes-extended/xz/xz_5.2.3.bb index 65168920d1d..8d7f0f19943 100644 --- a/meta/recipes-extended/xz/xz_5.2.3.bb +++ b/meta/re

[OE-core] [PATCH 06/10] btrfs-tools: upgrade 4.15.1 -> 4.16.1

2018-05-17 Thread Alexander Kanavin
Drop upstreamed patch. Add a patch to correctly set LDFLAGS for one of the libraries and Python bindings. Add dependencies to build Python bindings (directly inheriting setuptools3 class does not work, as the build is Makefile-managed) and a snippet to install them. Signed-off-by: Alexander Kan

Re: [OE-core] [PATCH 3/4] ovmf: Fix build with gcc8

2018-05-17 Thread Martin Jansa
On Thu, May 17, 2018 at 11:17:11AM +0100, Burton, Ross wrote: > Even when I pick from the branch instead of the mail, I suspect the > line endings are messed up and this won't apply. Can you > double-check? > > (I *hate* the ovmf recipe for this reason and am very tempted to just > run dos2unix o

Re: [OE-core] [RFT] GCC 8.1

2018-05-17 Thread Martin Jansa
On Thu, May 10, 2018 at 09:11:45PM +0200, Martin Jansa wrote: > > > 5) nativesdk-libxcrypt fails to build (not sure which change caused > > > this, it build OK with sumo since theĀ -std=gnu99 addition. > > > ../git/crypt-sunmd5.c:189:13: error: 'snprintf' output may be truncated > > > before the l

Re: [OE-core] [PATCH 3/4] ovmf: Fix build with gcc8

2018-05-17 Thread Burton, Ross
Even when I pick from the branch instead of the mail, I suspect the line endings are messed up and this won't apply. Can you double-check? (I *hate* the ovmf recipe for this reason and am very tempted to just run dos2unix over the tree after unpack!) Ross On 16 May 2018 at 07:32, Khem Raj wrot

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Alexander Kanavin
On 05/17/2018 12:56 PM, Burton, Ross wrote: Looks like AUH runs as a x86 machine, which is why it doesn't catch u-boot. Also we have already discussed this 2 month ago. Marek, as the u-boot maintainer, can you look into enabling u-boot on qemu please? Alex --

Re: [OE-core] [PATCH 1/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

2018-05-17 Thread Burton, Ross
On 16 May 2018 at 06:07, Chen Qi wrote: > +if not (self.tc.hasPrefixedTargetPackage("gettext")): > +raise unittest.SkipTest("GalculatorTest class: SDK doesn't > contain gettext") File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/sdk/case

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Burton, Ross
Looks like AUH runs as a x86 machine, which is why it doesn't catch u-boot. Ross On 17 May 2018 at 10:40, Marek Vasut wrote: > On 05/17/2018 04:13 AM, a...@auh.yoctoproject.org wrote: >> Hello, >> >> You are receiving this email because you are the maintainer >> of *u-boot-mkimage* recipe and th

Re: [OE-core] [AUH] u-boot-mkimage: upgrading to 2018.05 FAILED

2018-05-17 Thread Marek Vasut
On 05/17/2018 04:13 AM, a...@auh.yoctoproject.org wrote: > Hello, > > You are receiving this email because you are the maintainer > of *u-boot-mkimage* recipe and this is to let you know that the automatic > attempt > to upgrade the recipe to *2018.05* has Failed(do_compile). > > Detailed error

[OE-core] [PATCH v2] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
Redlink from busybox and coreutils behave differently on missing files. This leads to apt-key miss-behaving and also segure apt-get root@qt5122:~# apt-key exportall touch: : No such file or directory W: An error occurred during the signature verification. The repository is not updated and the pr

[OE-core] [PATCH] apt: Port apt-file to busybox readlink

2018-05-17 Thread Ricardo Ribalda Delgado
Redlink from busybox and coreutils behave differently on missing files. This leads to apt-key miss-behaving and also segure apt-get root@qt5122:~# apt-key exportall touch: : No such file or directory W: An error occurred during the signature verification. The repository is not updated and the pr

Re: [OE-core] [PATCH][rocko] libnl: protect against buffer overflow (CVE-2017-0553)

2018-05-17 Thread Burton, Ross
Certainly does, sorry about that! Ross On 17 May 2018 at 01:44, Andre McCurdy wrote: > On Wed, May 16, 2018 at 4:30 PM, Ross Burton wrote: > > Looks like a duplicate of: > > > http://lists.openembedded.org/pipermail/openembedded-core/2018-May/150743.html > > ? > >> Signed-off-by: Ross Burton