[OE-core] [PATCH 2/5] openssl_1.0: drop obsolete exporting of AS, EX_LIBS and DIRS

2018-07-27 Thread Andre McCurdy
Previously (when EXTRA_OEMAKE contained -e) exporting these variables over-rode default values in the top-level openssl Makefile. However, since -e was removed from EXTRA_OEMAKE as part of: http://git.openembedded.org/openembedded-core/commit/?id=537a404cfbb811fcb526cdb5f2e059257de6ef13

[OE-core] [PATCH 1/5] openssl_1.0: drop obsolete ca.patch

2018-07-27 Thread Andre McCurdy
This patch adds a second line to the -help output of the CA.pl script (which lists almost the same command line options as the line above it but in a slightly different order). Although it's tagged as a Debian backport, there's no patch like it in recent Debian patch sets for openssl 1.0.2.

[OE-core] [PATCH 5/5] openssl_1.0: squash whitespace in CC_INFO

2018-07-27 Thread Andre McCurdy
Squash whitespace in CC_INFO to avoid recipe whitespace changes to CFLAG affecting the final openssl binaries (the value of CC_INFO gets embedded in libcrypto, via buildinf.h). Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.0.2o.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH 4/5] openssl_1.0: add PACKAGECONFIG option to control manpages

2018-07-27 Thread Andre McCurdy
Creating the openssl manpages, which happens as part of do_install(), can take a significant amount of time (e.g. ~50 seconds on a quad core laptop). Provide a PACKAGECONFIG option to allow creation of the manpages to be skipped completely if not required. Leave manpages enabled by default for

[OE-core] [PATCH 3/5] openssl_1.0: drop unmaintained darwin support

2018-07-27 Thread Andre McCurdy
The fact that the darwin support only appears to consider x86 (and not x86_64) suggests that it's not maintained or tested. In general oe-core doesn't support building on darwin. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssl/openssl_1.0.2o.bb | 7 --- 1 file changed, 7

Re: [OE-core] [PATCH v3] binutils : enable x86_64-pep for producing EFI binaries on x86/x86-64

2018-07-27 Thread Khem Raj
LGTM On Thu, Jul 26, 2018 at 4:51 PM Christopher Clark wrote: > > On x86 and x86_64 architectures, add the x86_64-pep emulation support > to the linker to enable production of Portable Executables for EFI > binaries. > > Enables building the x86-64 EFI variant of the Xen hypervisor. > >

Re: [OE-core] [PATCH 2/5] python3-pbr: add it for python3-testtools

2018-07-27 Thread Khem Raj
please remove it from meta-python once its in core On Fri, Jul 27, 2018 at 1:51 AM Robert Yang wrote: > > - The python3-testtools RDEPENDS on it. > - It is from meta-python, I extended it to nativesdk. > > Signed-off-by: Robert Yang > --- > meta/recipes-devtools/python/python-pbr.inc | 14

[OE-core] [PATCH V2] defaultsetup.conf: Enable security flags+pie by default

2018-07-27 Thread Khem Raj
This has been an opt-in for so long, some distributions e.g. poky-lsb uses it by default however, since most of linux distros have started to default to these settings for security enhancements, time has come for OE to make it default too remove documentation from advanced local.conf sample

[OE-core] [PATCH 5/5] buildtools-tarball: add python3-testtools and python3-subunit

2018-07-27 Thread Robert Yang
They are required by oeqa. Signed-off-by: Robert Yang --- meta/recipes-core/meta/buildtools-tarball.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 377733f..7ab7907 100644 ---

[OE-core] [PATCH 0/5] buildtools-tarball: add python3-testtools and python3-subunit

2018-07-27 Thread Robert Yang
The following changes since commit 364449251ffe4ff2c11acaa258edcec244c38818: classes/package: fix variable name in comment (2018-07-26 16:55:21 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/bt

[OE-core] [PATCH 2/5] python3-pbr: add it for python3-testtools

2018-07-27 Thread Robert Yang
- The python3-testtools RDEPENDS on it. - It is from meta-python, I extended it to nativesdk. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-pbr.inc | 14 ++ meta/recipes-devtools/python/python3-pbr_3.1.1.bb | 2 ++ 2 files changed, 16 insertions(+)

[OE-core] [PATCH 3/5] python3-testtools: add it for oeqa

2018-07-27 Thread Robert Yang
- It is required by oeqa, add it so that we can add nativesdk-python3-testtools to buildtools-tarball. - The original one is python-testtools_2.3.0.bb which is from meta-openstack layer, I divided it into python-testtools.inc and python3-testtools_2.2.0.bb, and extended to nativesdk.

[OE-core] [PATCH 4/5] python3-subunit: add it for oeqa

2018-07-27 Thread Robert Yang
- It is required by oeqa, add it so that we can add nativesdk-python3-subunit to buildtools-tarball. - The original one is python-subunit_1.1.0.bb which is from meta-openstack layer, I divided it into python-subunit.inc and python3-subunit_1.1.0.bb and extended to nativesdk. Signed-off-by:

[OE-core] [PATCH 1/5] python3-extras: add it for python3-testtools

2018-07-27 Thread Robert Yang
- The python3-testtools RDEPENDS on it. - The original one is python-extras_1.0.0.bb which is from meta-openstack layer, I divided it into python-extras.inc and python3-extras_1.0.0.bb, and extended to nativesdk. Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-extras.inc

[OE-core] [rocko][PATCH] lsof: Update SRC_URI

2018-07-27 Thread Ovidiu Panait
lsof 4.89 archive has been moved to OLD directory and turned into tar.gz, so update SRC_URI and checksums. Signed-off-by: Ovidiu Panait --- meta/recipes-extended/lsof/lsof_4.89.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb

[OE-core] [PATCH] gcc-8: Upgrade to 8.2 release

2018-07-27 Thread Khem Raj
Signed-off-by: Khem Raj --- ...003-build-failures-with-with-cpu-xsc.patch | 61 --- .../gcc/{gcc-8.1.inc => gcc-8.2.inc} | 11 ++-- ...0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | 0 .../0003-gcc-poison-system-directories.patch | 0

Re: [OE-core] [PATCH 2/5] python3-pbr: add it for python3-testtools

2018-07-27 Thread Robert Yang
On 07/27/2018 04:57 PM, Khem Raj wrote: please remove it from meta-python once its in core Yes, I will, and also remove others from meta-openstack. // Robert On Fri, Jul 27, 2018 at 1:51 AM Robert Yang wrote: - The python3-testtools RDEPENDS on it. - It is from meta-python, I extended

[OE-core] [PATCH 3/3] shadow: upgrade 4.2.1 -> 4.6

2018-07-27 Thread Chen Qi
The following patches are removed because problems have been fixed in this version. 0001-shadow-CVE-2017-12424 fix-installation-failure-with-subids-disabled.patch usermod-fix-compilation-failure-with-subids-disabled.patch CVE-2017-2616.patch

[OE-core] [PATCH 1/3] cups: upgrade 2.2.6 -> 2.2.8

2018-07-27 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-extended/cups/{cups_2.2.6.bb => cups_2.2.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.2.6.bb => cups_2.2.8.bb} (40%) diff --git a/meta/recipes-extended/cups/cups_2.2.6.bb

[OE-core] [PATCH 2/3] coreutils: upgrade 8.29 -> 8.30

2018-07-27 Thread Chen Qi
License-Update: Checksum for src/ls.c is changed but the license remains the same. The change is only about year change. Remove 0001-Unset-need_charset_alias-when-building-for-musl.patch as the target this patches modifies no long exists. Signed-off-by: Chen Qi ---

[OE-core] [PATCH 0/3] Package Upgrade: cups, coreutils, shadow

2018-07-27 Thread Chen Qi
The following changes since commit 1b56227d77d3113c9c17ec35cb7849a768078c4e: classes/package: fix variable name in comment (2018-07-26 17:14:42 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/PU

Re: [OE-core] [PATCH 1/1] testsdk.bbclass: check python module testools and subunit

2018-07-27 Thread Robert Yang
On 07/27/2018 11:29 AM, Robert Yang wrote: The testools or subunit is not part of python's standard library, so check them before use. Fixed when they are not installed on host: $ bitbake core-image-minimal -ctestsdk Exception: ImportError: No module named 'testtools' Now it can run with a

Re: [OE-core] [PATCH 2/3] gnutls: rationalise libunistring arguments

2018-07-27 Thread Khem Raj
On Mon, Jul 23, 2018 at 4:51 AM Ross Burton wrote: > > No need to pass --without-libunistring-prefix, and it looks a lot like we're > trying to disable it. > This sneaked in and I did not notice it in the series, but its going to cause regression on build machines who installed libunistring on

Re: [OE-core] ✗ patchtest: failure for buildtools-tarball: add python3-testtools and python3-subunit

2018-07-27 Thread Robert Yang
On 07/27/2018 05:05 PM, Patchwork wrote: == Series Details == Series: buildtools-tarball: add python3-testtools and python3-subunit Revision: 1 URL : https://patchwork.openembedded.org/series/13245/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded

Re: [OE-core] [PATCH] util-linux.inc: add fallocate only for class-target

2018-07-27 Thread Burton, Ross
On 27 July 2018 at 00:58, Andre McCurdy wrote: > On Thu, Jul 26, 2018 at 4:34 PM, Burton, Ross wrote: >> On 26 July 2018 at 14:58, Ioan-Adrian Ratiu wrote: >>> Because the util-linux_2.32.bb recipe explicitely disables fallocate >>> for nativesdk triggering build warnings: >> >> Does anyone

Re: [OE-core] [PATCH V2] distutils/setuptools-native, distutils3/setuptools3-native: do not try to fetch code during do_compile

2018-07-27 Thread Derek Straka
Yes. I was just waiting for my master build to wrap up. On Fri, Jul 27, 2018, 7:39 AM Martin Jansa wrote: > I like this change, some recipes in meta-oe seems to be broken now, is > someone already working on a fix? > > I'm seeing following 5 failures in my world builds: > >

[OE-core] [PATCH] curl: support multilib installation

2018-07-27 Thread changqing.li
From: Changqing Li curl-config is generated to displays information about the curl and libcurl installation. So the content is different for 32bit and 64bit package. eg: maybe for 32bit, use i686-linux-gnu-gcc, and for 64bit, use x86-64-linux-gnu-gcc. Use update-alternatives to add base_libdir

[OE-core] ✗ patchtest: failure for curl: support multilib installation

2018-07-27 Thread Patchwork
== Series Details == Series: curl: support multilib installation Revision: 1 URL : https://patchwork.openembedded.org/series/13248/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

Re: [OE-core] [PATCH V2] distutils/setuptools-native, distutils3/setuptools3-native: do not try to fetch code during do_compile

2018-07-27 Thread Martin Jansa
I like this change, some recipes in meta-oe seems to be broken now, is someone already working on a fix? I'm seeing following 5 failures in my world builds: python-stevedore-1.28.0-r0 do_compile and python3-stevedore-1.28.0-r0 do_compile pkg_resources.DistributionNotFound: The 'pbr>=2.0.0'

[OE-core] ✗ patchtest: failure for buildtools-tarball: add python3-testtools and python3-subunit

2018-07-27 Thread Patchwork
== Series Details == Series: buildtools-tarball: add python3-testtools and python3-subunit Revision: 1 URL : https://patchwork.openembedded.org/series/13245/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [PATCH V2] distutils/setuptools-native, distutils3/setuptools3-native: do not try to fetch code during do_compile

2018-07-27 Thread Martin Jansa
Thanks a lot. On Fri, Jul 27, 2018 at 2:43 PM Derek Straka wrote: > python-daemon - https://patchwork.openembedded.org/patch/153034/ > > python-stevedore - https://patchwork.openembedded.org/patch/153032/ > > I think that's everything though my world python build is still going. > Thanks for

[OE-core] ✗ patchtest: failure for Check libcc1 directory before disabling hardcoding of RPATHs

2018-07-27 Thread Patchwork
== Series Details == Series: Check libcc1 directory before disabling hardcoding of RPATHs Revision: 1 URL : https://patchwork.openembedded.org/series/13254/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [PATCH V2] distutils/setuptools-native, distutils3/setuptools3-native: do not try to fetch code during do_compile

2018-07-27 Thread Derek Straka
python-daemon - https://patchwork.openembedded.org/patch/153034/ python-stevedore - https://patchwork.openembedded.org/patch/153032/ I think that's everything though my world python build is still going. Thanks for pointing the failures out and let me know if there are others. I'm guessing this

[OE-core] [PATCH] valgrind: fix compile ptest failure on mips32

2018-07-27 Thread Hongxu Jia
- Pass mips32's CFLAGS to tests - Fix broken inline asm in tests on mips32-linux - Build mips n32 successfully, support it. Signed-off-by: Hongxu Jia --- ...-fix-opcode-not-supported-on-mips32-linux.patch | 82 ++ ...roken-inline-asm-in-tests-on-mips32-linux.patch | 47

[OE-core] [PATCH 16/16] pax-utils: remove

2018-07-27 Thread Ross Burton
This was packaged originally to perform QA tests on binaries (text relocations and RPATHs), but we perform those tests at build-time now. Signed-off-by: Ross Burton --- meta/recipes-devtools/pax-utils/pax-utils_1.2.2.bb | 36 -- 1 file changed, 36 deletions(-) delete mode

[OE-core] [PATCH 14/16] icon-naming-utils: remove

2018-07-27 Thread Ross Burton
The last user of this was the sato theme, removed in 2016. Signed-off-by: Ross Burton --- meta/conf/distro/include/maintainers.inc | 1 - .../icon-naming-utils/icon-naming-utils_0.8.90.bb | 30 -- 2 files changed, 31 deletions(-) delete mode 100644

[OE-core] [PATCH 12/16] libusb-compat: remove

2018-07-27 Thread Ross Burton
Nothing in oe-core or meta-oe links to this now, so the recipe can finally be removed. Signed-off-by: Ross Burton --- meta/conf/distro/include/distro_alias.inc | 1 - meta/conf/distro/include/maintainers.inc | 1 - .../0001-usb.h-Include-sys-types.h.patch | 30

[OE-core] [PATCH 10/16] usbutils: upgrade to 010

2018-07-27 Thread Ross Burton
Upgrade to 010. usbutils uses libusb1 not the older libusb-compat library. Refresh (and submit upstream) the bashism removal for usb-devices. Fix LICENSE as lsusb.py is GPLv2 or v3, and set per-package LICENSE fields as appropriate. The actual license texts are missing from the 010 tarball

[OE-core] [PATCH 09/16] unzip: fix symlink problem

2018-07-27 Thread Ross Burton
Large zip files can cause unzip to crash, take a patch from Fedora to fix it. Signed-off-by: Ross Burton --- meta/recipes-extended/unzip/unzip/symlink.patch | 26 + meta/recipes-extended/unzip/unzip_6.0.bb| 1 + 2 files changed, 27 insertions(+) create mode

[OE-core] [PATCH 06/16] ossp-uuid: remove

2018-07-27 Thread Ross Burton
This project is dead (upstream website doesn't respond anymore) and can mostly be replaced with the uuid.h in util-linux. Signed-off-by: Ross Burton --- meta/conf/distro/include/maintainers.inc | 1 - .../ossp-uuid/0001-Change-library-name.patch | 119 -

[OE-core] [PATCH 08/16] update-rc.d: move to git.yoctoproject.org

2018-07-27 Thread Ross Burton
The update-rc.d repository is now on git.yoctoproject.org, and has merged all of the patches we were carrying. Signed-off-by: Ross Burton --- .../update-rc.d/update-rc.d/add-verbose.patch | 49 -- .../update-rc.d/check-if-symlinks-are-valid.patch | 59

[OE-core] [PATCH 07/16] dbus-glib: merge bb and inc

2018-07-27 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-core/dbus/dbus-glib.inc | 37 --- meta/recipes-core/dbus/dbus-glib_0.110.bb | 37 ++- 2 files changed, 36 insertions(+), 38 deletions(-) delete mode 100644

[OE-core] [PATCH 13/16] gccmakedep: remove

2018-07-27 Thread Ross Burton
Nothing uses this in oe-core or meta-oe, so drop it. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb | 21 - 1 file changed, 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb diff --git

[OE-core] [PATCH 15/16] oeqa/runtime/scanelf: remove

2018-07-27 Thread Ross Burton
These tests are intended to search for bad RPATHs and text relocations, but we do these tests at buildtime and as pax-utils is never installed in any default images the tests are never executed. Signed-off-by: Ross Burton --- meta/lib/oeqa/runtime/cases/scanelf.py | 26

[OE-core] [PATCH 05/16] ovmf: remove ossp-util from DEPENDS

2018-07-27 Thread Ross Burton
This was added back in the meta-luv days[1] presumably under the impression that it needs ossp-uuid but in reality we rename ossp-uuid's library and uuid.h comes from util-linux. [1] https://github.com/intel/luv-yocto/commit/e08817342b9ea7381944e6c10c555d1c5c62aa6e Signed-off-by: Ross Burton

[OE-core] [PATCH 11/16] cups: depend on libusb1

2018-07-27 Thread Ross Burton
There is no need to depend on the compatibility library libusb-compat, as CUPS links directly to libusb1. Signed-off-by: Ross Burton --- meta/recipes-extended/cups/cups.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups.inc

Re: [OE-core] [PATCH 16/16] pax-utils: remove

2018-07-27 Thread Christopher Larson
Should this be moved to meta-oe rather than just removed? On Fri, Jul 27, 2018 at 8:34 AM Ross Burton wrote: > This was packaged originally to perform QA tests on binaries (text > relocations > and RPATHs), but we perform those tests at build-time now. > > Signed-off-by: Ross Burton > --- >

[OE-core] [PATCHv2 1/4] oe.package_manager: support loading intercepts from multiple paths

2018-07-27 Thread Christopher Larson
From: Christopher Larson - if POSTINST_INTERCEPTS is set, use the listed intercept files, or - if POSTINST_INTERCEPTS_PATH is set, load from the listed paths, or - if POSTINST_INTERCEPTS_DIR is set, load from it (for compatibility), or - load from ${COREBASE}/meta/postinst-intercepts

[OE-core] [PATCHv2 0/4] Pull postinst-intercepts from BBPATH

2018-07-27 Thread Christopher Larson
From: Christopher Larson These are the bits to allow us to pull intercepts from BBPATH. This is kept as a separate class, as it's needed by both image construction and sdk construction, the latter to support meta-toolchain & similar recipes. The following changes since commit

[OE-core] [PATCHv2 4/4] populate_sdk_base.bbclass: inherit and use image-postinst-intercepts

2018-07-27 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/classes/populate_sdk_base.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 7ffaf84a45d..c456c52866a 100644 ---

Re: [OE-core] [PATCH v3] binutils : enable x86_64-pep for producing EFI binaries on x86/x86-64

2018-07-27 Thread Burton, Ross
On 27 July 2018 at 00:51, Christopher Clark wrote: > @@ -74,12 +74,17 @@ EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ > --enable-deterministic-archives \ > --enable-plugins \ > ${LDGOLD} \ > -

Re: [OE-core] [meta-oe][PATCH v3 0/1] snappy: add a new recipe

2018-07-27 Thread Randy MacLeod
On 07/26/2018 02:47 AM, Hongzhi.Song wrote: v3: modify license BSD-3 Hongzhi.Song (1): snappy: add a new recipe meta-oe/recipes-extended/snappy/snappy_1.1.7.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644

Re: [OE-core] [PATCH 16/16] pax-utils: remove

2018-07-27 Thread Burton, Ross
Yes, I had it in a branch already, just hit the send button. Ross On 27 July 2018 at 17:01, Christopher Larson wrote: > Should this be moved to meta-oe rather than just removed? > > On Fri, Jul 27, 2018 at 8:34 AM Ross Burton wrote: >> >> This was packaged originally to perform QA tests on

Re: [OE-core] mdadm: systemd service question

2018-07-27 Thread Burton, Ross
Presumably because the recipe doesn't install it. Patches welcome. Ross On 26 July 2018 at 04:35, Zheng, Ruoqin wrote: > Hi All: > > I found there is a systemd service file in the source code of mdadm-4.0. > mdadm-4.0/systemd/mdmonitor.service > > And why this service was not added into the

[OE-core] [PATCHv2 2/4] image-postinst-intercepts.bbclass: add class

2018-07-27 Thread Christopher Larson
From: Christopher Larson This class sets POSTINST_INTERCEPTS and POSTINST_INTERCEPTS_CHECKSUMS, to allow us to pull intercepts from BBPATH. This is kept as a separate class, as it's needed by both image construction and sdk construction, the latter to support meta-toolchain & similar recipes.

[OE-core] [PATCHv2 3/4] image.bbclass: inherit and use image-postinst-intercepts

2018-07-27 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/classes/image.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index c3e73676dca..c0f6ffe31d4 100644 --- a/meta/classes/image.bbclass +++

[OE-core] [PATCH 01/16] oeqa/sdk: add test that CMake works

2018-07-27 Thread Ross Burton
Add a new SDK testcase that builds assimp, a project that uses cmake. Signed-off-by: Ross Burton --- meta/lib/oeqa/sdk/cases/assimp.py | 65 +++ 1 file changed, 65 insertions(+) create mode 100644 meta/lib/oeqa/sdk/cases/assimp.py diff --git

[OE-core] [PATCH 03/16] gnutls: fix libidn dependencies

2018-07-27 Thread Ross Burton
gnutls only works with libidn2, so update the build dependency. Signed-off-by: Ross Burton --- meta/recipes-support/gnutls/gnutls.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index

[OE-core] [PATCH 04/16] curl: enable libidn

2018-07-27 Thread Ross Burton
Now that oe-core has libidn2 we can enable it by default in target curl builds. Signed-off-by: Ross Burton --- meta/recipes-support/curl/curl_7.61.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl_7.61.0.bb

[OE-core] [PATCH 02/16] libidn2: add new version

2018-07-27 Thread Ross Burton
libidn 1.x is deprecated, add the parallel-installable libidn2. Signed-off-by: Ross Burton --- meta/recipes-extended/libidn/libidn2_2.0.5.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-extended/libidn/libidn2_2.0.5.bb diff --git

[OE-core] ✗ patchtest: failure for "oeqa/sdk: add test that CMake ..." and 15 more

2018-07-27 Thread Patchwork
== Series Details == Series: "oeqa/sdk: add test that CMake ..." and 15 more Revision: 1 URL : https://patchwork.openembedded.org/series/13257/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

Re: [OE-core] [PATCH 16/16] pax-utils: remove

2018-07-27 Thread Khem Raj
On Fri, Jul 27, 2018 at 8:34 AM Ross Burton wrote: > This was packaged originally to perform QA tests on binaries (text > relocations > and RPATHs), but we perform those tests at build-time now. So how did we replace scanelf functionality I still think that it is a core tool from hardening

Re: [OE-core] [PATCH 16/16] pax-utils: remove

2018-07-27 Thread Burton, Ross
If someone wants to use it, it will be in meta-oe. Ross On 27 July 2018 at 18:52, Khem Raj wrote: > > > On Fri, Jul 27, 2018 at 8:34 AM Ross Burton wrote: >> >> This was packaged originally to perform QA tests on binaries (text >> relocations >> and RPATHs), but we perform those tests at

Re: [OE-core] [PATCH v3] binutils : enable x86_64-pep for producing EFI binaries on x86/x86-64

2018-07-27 Thread Christopher Clark
On Fri, Jul 27, 2018 at 10:31 AM, Burton, Ross wrote: > On 27 July 2018 at 00:51, Christopher Clark > wrote: > > @@ -74,12 +74,17 @@ EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ > > --enable-deterministic-archives \ > > --enable-plugins \ > >

[OE-core] [morty][PATCH] Check libcc1 directory before disabling hardcoding of RPATHs

2018-07-27 Thread Daniel Gomez
Check if libcc1 directory exits before disabling hardcode_into_libs configuration because of broken libtool in gcc recipes. Signed-off-by: Daniel Gomez ---  meta/recipes-devtools/gcc/gcc_5.4.bb | 3 ++-  meta/recipes-devtools/gcc/gcc_6.4.bb | 3 ++-  2 files changed, 4 insertions(+), 2

Re: [OE-core] [PATCH] defaultsetup.conf: Enable security flags+pie by default

2018-07-27 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 24 juli 2018 16:12 > To: ChenQi > Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org> > Subject: Re:

Re: [OE-core] [PATCH] defaultsetup.conf: Enable security flags+pie by default

2018-07-27 Thread Andre McCurdy
On Fri, Jul 27, 2018 at 1:49 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org > core-boun...@lists.openembedded.org> On Behalf Of Khem Raj >> Sent: den 24 juli 2018 16:12 >> To: ChenQi >> Cc: Patches and discussions about the

[OE-core] [PATCH] Revert "gnutls: rationalise libunistring arguments"

2018-07-27 Thread Khem Raj
This reverts commit 60fef4940de7f0440f1216eb2ea0ea683b3e8fdd. --- meta/recipes-support/gnutls/gnutls.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index b62a137e59..98ec8d9667 100644 ---

Re: [OE-core] [PATCH] defaultsetup.conf: Enable security flags+pie by default

2018-07-27 Thread Khem Raj
On Fri, Jul 27, 2018 at 1:49 PM Peter Kjellerstedt wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > > Sent: den 24 juli 2018 16:12 > > To: ChenQi > > Cc: Patches and discussions

Re: [OE-core] [morty][PATCH] Check libcc1 directory before disabling hardcoding of RPATHs

2018-07-27 Thread Andre McCurdy
On Fri, Jul 27, 2018 at 6:07 AM, Daniel Gomez wrote: > Check if libcc1 directory exits before disabling hardcode_into_libs > configuration because of broken libtool in gcc recipes. A patch for morty should either be a backport which has already been merged into all applicable later branches (ie

[OE-core] [PATCH v4] binutils : enable x86_64-pep for producing EFI binaries on x86/x86-64

2018-07-27 Thread Christopher Clark
On x86 and x86_64 architectures, add the x86_64-pep emulation support to the linker to enable production of Portable Executables for EFI binaries. Enables building the EFI variant of the Xen hypervisor. Signed-off-by: Christopher Clark --- Changes in v4: unbreak non-x86/x86-64: only supply the