[OE-core] [PATCH v2] dhcp: fix build issue with libxml2 support

2017-11-07 Thread Awais Belal
A missing case breaks the build when libxml2 is required and found appropriately. The third argument to the function AC_SEARCH_LIB is action-if-found which was mistakenly been used for the case where the library is not found and hence breaks the configure phase where it shoud actually pass. We now

[OE-core] [PATCH 2/2] gcc: backport patch to fix miscompilation on mips64

2017-11-07 Thread Chen Qi
Backport a patch to fix miscompilation on mips64. We've observed strange behaviour of `systemctl status on qemumips64. The output of the command is like `systemctl show ', which is incorrect. The problem is due to the miscompilation of gcc for mips64 platform, thus backporting patch from

[OE-core] [PATCH 0/2] gcc: backport patch to fix miscompilation problem on mips64

2017-11-07 Thread Chen Qi
The following changes since commit 2e1eb9ab12802d52465e6ae636c3f6a40ffb098c: bitbake: tests/fetch: Add ftp test url (2017-11-07 15:02:19 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/bug12266

[OE-core] [PATCH 1/2] systemd: remove useless options for mips64

2017-11-07 Thread Chen Qi
Looking back the history, we had problem with systemd on qemumips64 which is also related to compilation flags. We solved that by using tweaking FULL_OPTIMIZATION for mips64 to have "-fno-tree-switch-conversion -fno-tree-tail-merge". Now systemd has been upgraded to 234, and we don't have the

[OE-core] [PATCH] dhcp: use ${BPN} instead of ${PN} for user

2017-11-07 Thread Dan Dedrick
${PN} will include additional prefixes, such as lib32-, which are not actually a part of the user that is being added. This was creating an unused user and possibly missing the actually intended user. By using ${BPN} this will remove all additional extra information and consistently be "dhcp".

[OE-core] [PATCH] kexec-tools: 2.0.14 -> 2.0.15

2017-11-07 Thread zhengrq
1) Upgrade kexec-tools from 2.0.14 to 2.0.15. 2) Remove patches that are included in 2.0.15. kexec-tools/0001-arm64-Disable-PIC.patch kexec-tools/0001-kexec-exntend-the-semantics-of-kexec_iomem_for_each_.patch kexec-tools/0001-vmcore-dmesg-Define-_GNU_SOURCE.patch

Re: [OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-07 Thread Alistair Francis
On Tue, Nov 7, 2017 at 1:20 PM, Randy MacLeod wrote: > On 2017-11-07 10:04 AM, Alexander Kanavin wrote: >> >> On 11/07/2017 11:58 AM, Burton, Ross wrote: >>> >>> Odd major version numbers are development releases, so this won't be >>> accepted into oe-core. >> >> >>

Re: [OE-core] [PATCH 03/50] glib-2.0: update to 2.54.1

2017-11-07 Thread Alistair Francis
On Wed, Oct 11, 2017 at 8:33 AM, Alexander Kanavin wrote: > LGPL version has been updated from 2.0 to 2.1, adjust the checksums > accordingly. > > Rebase various patches. > > A few tools have been rewritten from perl (or C) to python, so > add a patch that

Re: [OE-core] Backport gcc7 fixes for armv5e [ARM] PR 82445

2017-11-07 Thread Andrea Adami
On Wed, Nov 8, 2017 at 12:30 AM, Andre McCurdy wrote: > On Tue, Nov 7, 2017 at 3:00 PM, Andrea Adami wrote: >> On Fri, Nov 3, 2017 at 4:10 PM, akuster808 wrote: >>> On 11/02/2017 01:46 AM, Andrea Adami wrote: the gcc7

Re: [OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-07 Thread Alistair Francis
On Tue, Nov 7, 2017 at 7:04 AM, Alexander Kanavin wrote: > On 11/07/2017 11:58 AM, Burton, Ross wrote: >> >> Odd major version numbers are development releases, so this won't be >> accepted into oe-core. > > > Not to mention that I have already sent an update to

[OE-core] [PATCH] gcc7/gcc6: Fix unaligned STRD issue on ARM

2017-11-07 Thread Khem Raj
Backport https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82445 Fixes [YOCTO 12297] Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-6.4.inc | 1 + ...5-suppress-32-bit-aligned-ldrd-strd-peeph.patch | 194 +

Re: [OE-core] Backport gcc7 fixes for armv5e [ARM] PR 82445

2017-11-07 Thread Andre McCurdy
On Tue, Nov 7, 2017 at 3:00 PM, Andrea Adami wrote: > On Fri, Nov 3, 2017 at 4:10 PM, akuster808 wrote: >> On 11/02/2017 01:46 AM, Andrea Adami wrote: >>> >>> the gcc7 shipped with rocko produces unbootable kernels on armv5e [1]. >>> Bug was fixed

Re: [OE-core] Backport gcc7 fixes for armv5e [ARM] PR 82445

2017-11-07 Thread Andrea Adami
On Fri, Nov 3, 2017 at 4:10 PM, akuster808 wrote: > Andrea, > > > On 11/02/2017 01:46 AM, Andrea Adami wrote: >> Hello, >> >> the gcc7 shipped with rocko produces unbootable kernels on armv5e [1]. >> Bug was fixed recently, apparently in revision 253892 [2] > If you have a

Re: [OE-core] [PATCH] bitbake.conf: set more conservative default for IMAGE_FSTYPES_DEBUGFS

2017-11-07 Thread Andre McCurdy
On Fri, Oct 27, 2017 at 2:50 PM, Andre McCurdy wrote: > Setting IMAGE_FSTYPES_DEBUGFS to the same value as IMAGE_FSTYPES can > lead to creating a large number of DEBUGFS filesystem images, many of > which may not make much sense (or may not even be buildable). Ping. >

Re: [OE-core] [PATCH] package_ipk.bbclass: handle only whitespace in PACKAGE_EXCLUDE

2017-11-07 Thread Andre McCurdy
On Tue, Oct 24, 2017 at 9:55 PM, Andre McCurdy wrote: > If PACKAGE_EXCLUDE is constructed using _append then it's possible > that the final value will contain only a space. Currently that > results in build failures due to an invalid opkg command line. PIng. >

Re: [OE-core] [morty][PATCH] libevdev: add libcheck dependency

2017-11-07 Thread Andre McCurdy
On Fri, Nov 3, 2017 at 1:29 PM, Andre McCurdy wrote: > The libevdev configure script contains an unconditional check for > libcheck. If libcheck is found, libevdev unit tests will be built. > > Without a dependency, the presence of libcheck in sysroot is non > deterministic

Re: [OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-07 Thread Randy MacLeod
On 2017-11-07 10:04 AM, Alexander Kanavin wrote: On 11/07/2017 11:58 AM, Burton, Ross wrote: Odd major version numbers are development releases, so this won't be accepted into oe-core. Not to mention that I have already sent an update to 2.54.1 earlier. Alex but thanks for sending your

Re: [OE-core] [PATCH] rpm: update to 4.14.0

2017-11-07 Thread Neal Gompa
On Mon, Nov 6, 2017 at 11:00 AM, Alexander Kanavin wrote: > On 11/03/2017 07:58 PM, Mark Hatle wrote: >>> >>> Unfortunately, this also breaks grub and grub-efi: >>> >>> x86_64-poky-linux-musl-objcopy: >>> >>>

Re: [OE-core] [morty][PATCH v2 0/2] coreutils: musl build fix for gplv2 coreutils recipe

2017-11-07 Thread Andre McCurdy
On Mon, Oct 2, 2017 at 7:15 PM, Andre McCurdy wrote: > Two minor patches backported from meta-gplv2 for the gplv2 coreutils > recipe in oe-core morty. Ping. CCing Armin. > v2: Add Signed-off-by's to both patches + reference upstream > meta-gplv2 commits and add _6.9 suffix

Re: [OE-core] [morty][PATCH] gmp_4.2.1: prevent calls to mpn_add_nc() if HAVE_NATIVE_mpn_sub_nc is false

2017-11-07 Thread Andre McCurdy
On Wed, Nov 1, 2017 at 5:23 PM, Andre McCurdy wrote: > When building for aarch64 (ie relying only on generic C code rather > than asm) libgmp.so contains undefined references to __gmpn_add_nc > and __gmpn_sub_nc which causes attempts to link with -lgmp to fail: > > |

Re: [OE-core] automatic recipe upgrades - making them better and sweeter

2017-11-07 Thread Paul Eggleton
On Wednesday, 8 November 2017 4:20:18 AM NZDT Alexander Kanavin wrote: > On 11/06/2017 10:04 PM, Paul Eggleton wrote: > >> 3) 'devtool finish' currently does not handle the recipe upgrade > >> situation well: the new recipe and patches are placed side by side with > >> the current recipe. The old

[OE-core] [morty][PATCH] wic: add 'part-name' argument for naming GPT partitions

2017-11-07 Thread Artur Mądrzak
The WIC's 'part' can now give a name for GPT partition in WKS file. It's similar to '--label', but is naming partintions instead file systems. It's required by some bootloaders to partitions have specified names. Backport from master to be able generate SD card image for Dragonboard410c.

[OE-core] [PATCH v9] kernel: Add support for multiple kernel packages

2017-11-07 Thread Haris Okanovic
Some distros may want to provide alternate kernel "flavors" via feeds or within bootable images. For example, readily available builds which provide certain diagnostic features can enable developers and testers to more quickly resolve issues by avoiding lengthy kernel builds. This change allows

[OE-core] [PATCH 00/36] Morty-next pull request

2017-11-07 Thread Armin Kuster
From: Armin Kuster Cover letter only Please consider these changes for morty. Clean AB build The following changes since commit 6da3e0a0abf1251db243548639979f8d74e99766: bitbake: Replace deprecated git branch parameter "--set-upstream" (2017-11-07 13:38:57 +) are

Re: [OE-core] [PATCH] rpm: update to 4.14.0

2017-11-07 Thread Mark Hatle
On 11/7/17 8:53 AM, Alexander Kanavin wrote: > On 11/06/2017 06:54 PM, Mark Hatle wrote: >> You would need to interpret the dwarf symbols and find all of the referenced >> files. I can certainly be done with the libelf (libdwarf?), but I don't >> know if >> it can be done with binutils or

[OE-core] EGL (in XWayland) and NULLWS

2017-11-07 Thread Adam Lee
Hello, I am not 100% sure if this is the right mailing list, but I will give it a try. My Xwayland (x11 and Wayland in DISTRO_FEATURES) environment is not providing the right X11 environment for my (legacy) X11 application. In the platform definition file (/usr/include/EGL/eglplatform.h), there

Re: [OE-core] [PATCH] rpm: update to 4.14.0

2017-11-07 Thread Otavio Salvador
On Tue, Nov 7, 2017 at 12:53 PM, Alexander Kanavin wrote: > On 11/06/2017 06:54 PM, Mark Hatle wrote: >> >> You would need to interpret the dwarf symbols and find all of the >> referenced >> files. I can certainly be done with the libelf (libdwarf?), but I

Re: [OE-core] automatic recipe upgrades - making them better and sweeter

2017-11-07 Thread Alexander Kanavin
On 11/06/2017 10:04 PM, Paul Eggleton wrote: 3) 'devtool finish' currently does not handle the recipe upgrade situation well: the new recipe and patches are placed side by side with the current recipe. The old stuff should be removed, and a tentative commit should be created. So maybe add a

Re: [OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-07 Thread Alexander Kanavin
On 11/07/2017 11:58 AM, Burton, Ross wrote: Odd major version numbers are development releases, so this won't be accepted into oe-core. Not to mention that I have already sent an update to 2.54.1 earlier. Alex -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-11-07 Thread Tom Rini
On Tue, Nov 07, 2017 at 10:27:25AM +0200, Ed Bartosh wrote: > On Mon, Nov 06, 2017 at 07:44:17AM -0500, Tom Rini wrote: > > > Can you rebase your patchset on top of current master? > > > > Yes, OK. > > > > > It would be also nice to get this functionality covered by tests. > > > > OK, but what

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-11-07 Thread Tom Rini
On Tue, Nov 07, 2017 at 10:11:35AM +0200, Ed Bartosh wrote: > On Mon, Nov 06, 2017 at 07:44:23AM -0500, Tom Rini wrote: > > On Mon, Nov 06, 2017 at 09:36:20AM -0200, Otavio Salvador wrote: > > > On Mon, Nov 6, 2017 at 8:08 AM, Ed Bartosh > > > wrote: > > > > On Fri,

Re: [OE-core] [PATCH] rpm: update to 4.14.0

2017-11-07 Thread Alexander Kanavin
On 11/06/2017 06:54 PM, Mark Hatle wrote: You would need to interpret the dwarf symbols and find all of the referenced files. I can certainly be done with the libelf (libdwarf?), but I don't know if it can be done with binutils or elfutils directly. They may not have the necessary translation

Re: [OE-core] [PATCH] dhcp: fix build issue with libxml2 support

2017-11-07 Thread Burton, Ross
No Upstream-Status in the patch, can you add that please. Ross On 6 November 2017 at 10:47, Belal, Awais wrote: > ping! > > BR, > Awais > > > From: Belal, Awais > Sent: Wednesday, October 25, 2017 9:03 PM > To:

[OE-core] [PATCH][daisy] bluez4: fix out-of-bounds access in SDP server (CVE-2017-1000250)

2017-11-07 Thread Arturo Buzarra
Backport patch from bluez5 to bluez4 (From OE-Core rev: 8878d599cbc48b700f393d94657fe39db06fd533) Signed-off-by: Arturo Buzarra --- .../bluez/bluez4-4.101/cve-2017-1000250.patch | 34 ++ meta/recipes-connectivity/bluez/bluez4_4.101.bb| 1 +

[OE-core] ✗ patchtest: failure for bind: Convert from ftp to https urls

2017-11-07 Thread Patchwork
== Series Details == Series: bind: Convert from ftp to https urls Revision: 1 URL : https://patchwork.openembedded.org/series/9650/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH] bind: Convert from ftp to https urls

2017-11-07 Thread Richard Purdie
The ftp protocol is dated and problematic. Since https is available, lets use that instead, making new users chances of successful builds higher. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bind/bind_9.10.6.bb | 4 ++-- 1 file changed, 2

[OE-core] ✗ patchtest: failure for tests/fetch: use subtests in the wget tests

2017-11-07 Thread Patchwork
== Series Details == Series: tests/fetch: use subtests in the wget tests Revision: 1 URL : https://patchwork.openembedded.org/series/9647/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH] tests/fetch: use subtests in the wget tests

2017-11-07 Thread Ross Burton
As we test multiple URLs in this these tests and one failing abandons the test, use subtests so all URLs are tested. This should help us identify patterns in the failing URLs. Signed-off-by: Ross Burton --- bitbake/lib/bb/tests/fetch.py | 18 ++ 1 file

[OE-core] [PATCH] oeqa/runtime/python: port to Python 3

2017-11-07 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/lib/oeqa/runtime/cases/python.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/python.py b/meta/lib/oeqa/runtime/cases/python.py index bf3e1791638..3d6eb088024 100644 ---

[OE-core] [PATCH] oeqa/selftest/runtime_test: fix postinst_rootfs_and_boot

2017-11-07 Thread Ross Burton
This test overrides IMAGE_FEATURES but failed to include package-management, which is essential for postinsts to work under dpkg. Also rewrite the file existence check to use a console login not SSH for simplicity. Signed-off-by: Ross Burton ---

Re: [OE-core] [PATCH] glib-2.0: Update to glib 2.53.7

2017-11-07 Thread Burton, Ross
Odd major version numbers are development releases, so this won't be accepted into oe-core. Ross On 7 November 2017 at 00:17, Alistair Francis wrote: > Update to Glib version 2.53.7. > > Signed-off-by: Alistair Francis > --- >

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-11-07 Thread Ed Bartosh
On Mon, Nov 06, 2017 at 07:44:17AM -0500, Tom Rini wrote: > > Can you rebase your patchset on top of current master? > > Yes, OK. > > > It would be also nice to get this functionality covered by tests. > > OK, but what part of oe-selftest, and how exactly? Can one easily check > the resulting

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-11-07 Thread Ed Bartosh
On Mon, Nov 06, 2017 at 07:44:23AM -0500, Tom Rini wrote: > On Mon, Nov 06, 2017 at 09:36:20AM -0200, Otavio Salvador wrote: > > On Mon, Nov 6, 2017 at 8:08 AM, Ed Bartosh > > wrote: > > > On Fri, Nov 03, 2017 at 08:51:50AM -0400, Tom Rini wrote: > > >> On Fri, Oct