Re: [OE-core] [PATCH 1/1] db: disable the ARM assembler mutex code

2018-06-14 Thread Andre McCurdy
On Thu, Jun 14, 2018 at 12:24 PM, Khem Raj wrote: > On Thu, Jun 14, 2018 at 12:12 PM Andre McCurdy wrote: >> >> On Thu, Jun 14, 2018 at 9:40 AM, Khem Raj wrote: >> > On 6/14/18 5:10 AM, Herve Jourdain wrote: >> >> Hi, >> >> >> >> I be

Re: [OE-core] [PATCH] ltp: set -fomit-frame-pointer explicitly

2018-06-14 Thread Andre McCurdy
On Thu, Jun 14, 2018 at 9:38 AM, Khem Raj wrote: > On 6/14/18 2:35 AM, mingli...@windriver.com wrote: >> From: Mingli Yu >> >> When build ltp with -fno-omit-frame-pointer, >> it will trigger below error: >> | cve-2015-3290.c: In function 'child_thread': >> | cve-2015-3290.c:416:1: error: bp canno

Re: [OE-core] [PATCH 1/1] db: disable the ARM assembler mutex code

2018-06-14 Thread Andre McCurdy
On Thu, Jun 14, 2018 at 9:40 AM, Khem Raj wrote: > On 6/14/18 5:10 AM, Herve Jourdain wrote: >> Hi, >> >> I believe I solved that same problem by just adding, in the case of armv8 >> (which I believe may be the new architecture you're referring to): >> MUTEX_armv8 = "" >> This way, it allows previ

[OE-core] [PATCH] gcc8: drop stray uClibc specific patch

2018-06-13 Thread Andre McCurdy
The patch was previously removed for gcc7 but came back with gcc8. http://git.openembedded.org/openembedded-core/commit/?id=f71bc69e5b7581c53071055b694bb0dbfe4b4a87 Signed-off-by: Andre McCurdy --- meta/recipes-devtools/gcc/gcc-8.1.inc | 1 - .../gcc/gcc-8.1/0002-c99

Re: [OE-core] [PATCH] gcc-target.inc: configure gcc for armv7ve targets to default to armv7ve

2018-06-12 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 11:56 PM, Andre McCurdy wrote: > On Wed, Jun 6, 2018 at 11:04 PM, Khem Raj wrote: >> On 6/6/18 9:34 PM, Andre McCurdy wrote: >>> >>> Originally these ARM specific EXTRA_OECONF options were applied to >>> both gcc for the target and

Re: [OE-core] [PATCH v2 0/4] Add tune for ARMv8 and some cortex processors

2018-06-12 Thread Andre McCurdy
a thing doesn't actually exist. So, as much as we might all agree that removing the option to disable Thumb support for armv7a etc might be "the right thing to do", in practice there are going to be people who object to it. > Cheers, > Herve > >> On 13 Jun 201

Re: [OE-core] [PATCH v2 0/4] Add tune for ARMv8 and some cortex processors

2018-06-12 Thread Andre McCurdy
On Tue, Jun 12, 2018 at 2:43 PM, Mark Hatle wrote: > On 6/12/18 3:39 PM, Andre McCurdy wrote: >> On Tue, Jun 12, 2018 at 1:00 PM, Mark Hatle wrote: >>> On 6/12/18 10:49 AM, Herve Jourdain wrote: >>>> Hi, >>>> >>>> So I agree with

Re: [OE-core] [PATCH v2 0/4] Add tune for ARMv8 and some cortex processors

2018-06-12 Thread Andre McCurdy
On Tue, Jun 12, 2018 at 1:00 PM, Mark Hatle wrote: > On 6/12/18 10:49 AM, Herve Jourdain wrote: >> Hi, >> >> So I agree with you about restricting to what gcc can support, that's >> actually my proposal (actually, probably a subset of what gcc can support). >> So for armv8, gcc supports, as archi

Re: [OE-core] [PATCH V2] bitbake.conf: add BB_CURRENT_MC to OVERRIDES

2018-06-12 Thread Andre McCurdy
nable an over-ride when you build with multiconfig foo, add: OVERRIDES .= ":mc-foo" to foo.conf If it works, then it gives you more flexibility - you can pick your own over-ride naming, define multiple over-rides per multiconfig, etc. > //Ming Liu > > 2018-06-12 1:15 GMT+02

Re: [OE-core] [PATCH 1/7] openssh: stop adding -D__FILE_OFFSET_BITS=64 to CFLAGS

2018-06-12 Thread Andre McCurdy
On Thu, Jun 7, 2018 at 11:48 AM, Andre McCurdy wrote: > Openssh takes care of enabling large-file support automatically via > the AC_SYS_LARGEFILE in the configure.ac, so additional help from the > recipe is not required. > > Even if it were once required, defining __FILE_OFFSE

Re: [OE-core] [PATCH 1/6] gcc-runtime: Remove -mcpu=cortex-a7 when building for -march=armv7ve

2018-06-12 Thread Andre McCurdy
On Tue, May 29, 2018 at 10:04 PM, Khem Raj wrote: > This fixes conflicts like > cc1: error: switch -mcpu=cortex-a7 conflicts with -march=armv7-a switch > [-Werror] Ross, this patch still seems to be living on in mut, even after the latest rebase. It should be dropped as the latest gcc8 patchset

Re: [OE-core] [PATCH V2] bitbake.conf: add BB_CURRENT_MC to OVERRIDES

2018-06-11 Thread Andre McCurdy
On Mon, Jun 11, 2018 at 4:34 AM, wrote: > From: Ming Liu > > This is useful when the users want different variables/tasks when using > multiconfig. Isn't the idea of multiconfig to select between configurations which already fully define all necessary over-rides? If a particular multiconfig bu

Re: [OE-core] [PATCH] busybox: remove myself as maintainer.

2018-06-11 Thread Andre McCurdy
On Mon, Jun 11, 2018 at 3:06 PM, Burton, Ross wrote: > Do we have anyone willing to take over? Does having a designated maintainer actually achieve anything in practice? > Ross > > On 11 June 2018 at 23:03, Armin Kuster wrote: >> Signed-off-by: Armin Kuster >> --- >> meta/conf/distro/include/

Re: [OE-core] [morty][PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-06-11 Thread Andre McCurdy
On Mon, Jun 11, 2018 at 2:38 PM, akuster808 wrote: > On 06/11/2018 10:30 AM, Daniel Díaz wrote: >> On 16 May 2018 at 16:20, Daniel Díaz wrote: >>> On 6 April 2018 at 15:43, akuster808 wrote: On 04/06/2018 10:08 AM, Daniel Díaz Rodríguez wrote: > Ping on this series for Morty. This

Re: [OE-core] [v5][PATCH] busybox: update to 1.28.4

2018-06-11 Thread Andre McCurdy
On Sun, Jun 10, 2018 at 9:18 PM, Armin Kuster wrote: > refactored busybox-udhcpc-no_deconfig.patch for this update > updated 1.28.3 > > [v1] > removed patches included in update: > busybox/CVE-2011-5325.patch > busybox/CVE-2017-15873.patch > busybox/busybox-CVE-2017-16544.patch > > [v2] > Add back

Re: [OE-core] [PATCH 7/7] tcmode-default: Switch to gcc 8.0

2018-06-08 Thread Andre McCurdy
On Fri, Jun 8, 2018 at 4:06 PM, Khem Raj wrote: > Ok, thanks. > On Fri, Jun 8, 2018 at 3:42 PM Burton, Ross wrote: >> I've already tweaked this in my branch to be 8.* (as there's a >> wildcard), so don't bother changing it unless you need to send further >> changes. Doesn't it need to be tweaked

Re: [OE-core] [PATCH 1/3] cpio: move contents of cpio_v2.inc into the cpio recipe

2018-06-08 Thread Andre McCurdy
On Thu, May 24, 2018 at 5:14 PM, Andre McCurdy wrote: > Merge contents of cpio_v2.inc into the only recipe which uses it. Ping. Any issues with this (ie the whole series of 3)? > Signed-off-by: Andre McCurdy > --- > meta/recipes-extended/cpio/cpio_

Re: [OE-core] [PATCH 01/12] tune/arm: Set -mtune instead of -mcpu

2018-06-07 Thread Andre McCurdy
On Thu, Jun 7, 2018 at 5:57 PM, Khem Raj wrote: > On 6/7/18 4:38 PM, Andre McCurdy wrote: >> On Thu, Jun 7, 2018 at 7:04 AM, Khem Raj wrote: >>> On Thu, Jun 7, 2018 at 12:14 AM, Andre McCurdy >>> wrote: >>>> On Wed, Jun 6, 2018 at 10:58 PM, Khem Raj

Re: [OE-core] [PATCH 01/12] tune/arm: Set -mtune instead of -mcpu

2018-06-07 Thread Andre McCurdy
On Thu, Jun 7, 2018 at 7:04 AM, Khem Raj wrote: > On Thu, Jun 7, 2018 at 12:14 AM, Andre McCurdy wrote: >> On Wed, Jun 6, 2018 at 10:58 PM, Khem Raj wrote: >>> On 6/6/18 4:42 PM, Andre McCurdy wrote: >>>> On Wed, Jun 6, 2018 at 3:43 PM, Khem Raj wrote: >>

[OE-core] [PATCH 7/7] rootfs-postcommands.bbclass: drop obsolete sshd UseDNS rootfs postprocessing

2018-06-07 Thread Andre McCurdy
The sshd UseDNS option has defaulted to "no" since openssh 6.8p1, so it's no longer necessary to postprocess the rootfs to force the option: https://www.openssh.com/txt/release-6.8 Signed-off-by: Andre McCurdy --- meta/classes/rootfs-postcommands.bbclass | 11 --- 1 f

[OE-core] [PATCH 5/7] openssh: sync local ssh_config + sshd_config files with upstream 7.7p1

2018-06-07 Thread Andre McCurdy
Changes are mostly related to the removal of support for SSH v.1 protocol, which was dropped from openssh sshd in 7.4p1: https://www.openssh.com/txt/release-7.4 Signed-off-by: Andre McCurdy --- .../openssh/openssh/ssh_config | 12 - .../openssh/openssh/sshd_config

[OE-core] [PATCH 6/7] openssh: only create sshd host keys which have been enabled

2018-06-07 Thread Andre McCurdy
HostKey options are defined, as before). Signed-off-by: Andre McCurdy --- .../openssh/openssh/sshd_check_keys| 42 ++ 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh/sshd_check_keys b/meta/recipes

[OE-core] [PATCH 2/7] openssh: stop manually hiding libutil etc headers from configure

2018-06-07 Thread Andre McCurdy
Since we now have recipe specific sysroots, drop old workarounds for non-deterministic detection of sysroot header files. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 8 1 file changed, 8 deletions(-) diff --git a/meta/recipes-connectivity

[OE-core] [PATCH 4/7] openssh: minor indent cleanup for sshd init script

2018-06-07 Thread Andre McCurdy
stent with surrounding lines. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssh/openssh/init | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh/init b/meta/recipes-connectivity/openssh/openssh/init index 34

[OE-core] [PATCH 3/7] openssh: drop RCONFLICTS for openssh-keygen

2018-06-07 Thread Andre McCurdy
The "ssh-keygen" package no longer seems to be provided by any recipe in oe-core or meta-oe, so there's no clear reason for the openssh-keygen package to conflict with it. Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 1 - 1 file chan

[OE-core] [PATCH 1/7] openssh: stop adding -D__FILE_OFFSET_BITS=64 to CFLAGS

2018-06-07 Thread Andre McCurdy
had any effect anyway? Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_7.7p1.bb b/meta/recipes-connectivity/openssh/openssh_7.7p1.bb index 7b6ee5c..7cf34eb 100644

Re: [OE-core] [PATCH 01/12] tune/arm: Set -mtune instead of -mcpu

2018-06-07 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 10:58 PM, Khem Raj wrote: > On 6/6/18 4:42 PM, Andre McCurdy wrote: >> On Wed, Jun 6, 2018 at 3:43 PM, Khem Raj wrote: >> >> The -mcpu, -march and -mtune options are not new and gcc 6 and 7 catch >> the same conflicts. It doesn't make

Re: [OE-core] [PATCH] gcc-target.inc: configure gcc for armv7ve targets to default to armv7ve

2018-06-06 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 11:04 PM, Khem Raj wrote: > On 6/6/18 9:34 PM, Andre McCurdy wrote: >> >> Originally these ARM specific EXTRA_OECONF options were applied to >> both gcc for the target and gcc-cross. That lead to a compromise >> being made: gcc on the target was

[OE-core] [PATCH] gcc-target.inc: configure gcc for armv7ve targets to default to armv7ve

2018-06-06 Thread Andre McCurdy
target) the compromise no longer needed to be made. http://git.openembedded.org/openembedded-core/commit/?id=851937dde81de2a9ef54c5f19a78fb12fb82afd4 Signed-off-by: Andre McCurdy --- meta/recipes-devtools/gcc/gcc-target.inc | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff

Re: [OE-core] [PATCH 01/12] tune/arm: Set -mtune instead of -mcpu

2018-06-06 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 3:43 PM, Khem Raj wrote: > On Wed, Jun 6, 2018 at 3:15 PM, Andre McCurdy wrote: >> On Wed, Jun 6, 2018 at 2:37 PM, Khem Raj wrote: >>> -march option is already used to select the base architecture >>> therefore using -mcpu which infact will rese

Re: [OE-core] [PATCH 01/12] tune/arm: Set -mtune instead of -mcpu

2018-06-06 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 2:37 PM, Khem Raj wrote: > -march option is already used to select the base architecture > therefore using -mcpu which infact will reset march+mtune can > cause conflicts, I think we need to at least understand how and why these conflicts have started to occur with gcc 8. T

Re: [OE-core] [PATCH] openssh: drop sshd support for DSA host keys

2018-06-04 Thread Andre McCurdy
On Mon, Jun 4, 2018 at 3:25 PM, Mark Hatle wrote: > On 6/4/18 2:18 PM, Andre McCurdy wrote: >> On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote: >>> DSA keys have been deprecated for some time: >>> >>> >>> https://www.gentoo.org/support

Re: [OE-core] [PATCH] arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

2018-06-04 Thread Andre McCurdy
On Tue, May 22, 2018 at 3:33 AM, Khem Raj wrote: > On Tue, May 22, 2018 at 5:58 AM, wrote: >> Andre McCurdy wrote: >>> Although there may still be specific cases which can benefit from the >>> ARM instruction set, the Thumb2 instruction set is generally a better &

Re: [OE-core] [PATCH] openssh: drop sshd support for DSA host keys

2018-06-04 Thread Andre McCurdy
On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote: > DSA keys have been deprecated for some time: > > https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html Ping. Any issues with this? > Signed-off-by: Andre McCurdy > --- > meta/recipes-connectivi

Re: [OE-core] [PATCH v2] dropbear: drop obsolete patch 0004-fix-2kb-keys.patch

2018-06-04 Thread Andre McCurdy
On Tue, May 29, 2018 at 1:58 PM, Andre McCurdy wrote: > The origins of the patch date back to early 2005 (prior to the start > of git history in oe-core) to fix a hardcoded limit on the maximum > size of remote host keys: > > http://familiar.handhelds.narkive.com/b1VGg2bI/problem

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-01 Thread Andre McCurdy
On Fri, Jun 1, 2018 at 7:58 AM, Trevor Woerner wrote: > On Thu, May 31, 2018 at 11:07 PM, Andre McCurdy wrote: >> On Thu, May 31, 2018 at 7:23 PM, Trevor Woerner >> wrote: >> >> I wonder whether the default behaviour should just be to not deploy >> files from th

Re: [OE-core] [PATCH] tune-i586-nlp.inc: drop tuning file for Intel Quark/X1000 CPU

2018-06-01 Thread Andre McCurdy
On Fri, Jun 1, 2018 at 7:58 AM, Mark Hatle wrote: > On 5/31/18 6:10 PM, Andre McCurdy wrote: >> The Quark machine was EOL'ed at the end of 2017 and all support for >> it has now been removed from meta-intel. Drop the associated tuning >> file from oe-core. > > I

Re: [OE-core] [PATCH 1/2] busybox: update to 1.28.4

2018-06-01 Thread Andre McCurdy
On Fri, Jun 1, 2018 at 8:00 AM, Armin Kuster wrote: > Decided to update again. > > 1.28.3 > [v3] > Update defconfig based on feedback It looks like you've incorporated the contents of the config fragments into the new defconfig. e.g. CONFIG_FEATURE_VOLUMEID_EXT (which should only be enabled if mo

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-05-31 Thread Andre McCurdy
On Thu, May 31, 2018 at 7:23 PM, Trevor Woerner wrote: > Hi Andre, thanks for taking an interest! > > On Thu, May 31, 2018 at 6:22 PM, Andre McCurdy wrote: >> >> On Thu, May 31, 2018 at 1:06 PM, Trevor Woerner >> wrote: >> > Instead of installing an en

[OE-core] [PATCH] tune-i586-nlp.inc: drop tuning file for Intel Quark/X1000 CPU

2018-05-31 Thread Andre McCurdy
The Quark machine was EOL'ed at the end of 2017 and all support for it has now been removed from meta-intel. Drop the associated tuning file from oe-core. http://git.yoctoproject.org/cgit.cgi/meta-intel/commit/?id=5dbc69e339588834317b632119717996584b0d6c Signed-off-by: Andre Mc

[OE-core] [PATCH] bitbake.conf: drop redundant -nv from FETCHCMD_wget

2018-05-31 Thread Andre McCurdy
Since the addition of progress reporting, the wget fetcher will over-ride -nv by unconditionally appending "--progress=dot -v" to the final wget command line. http://git.openembedded.org/bitbake/commit/?id=4027649f422ee64b1c4e1ad8d48ac295050afbff Signed-off-by: Andre McCurdy ---

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-05-31 Thread Andre McCurdy
On Thu, May 31, 2018 at 1:06 PM, Trevor Woerner wrote: > Instead of installing an entire recipe's build output (i.e. ${D}), allow the > user to optionally specify a package from said recipe to be installed > exclusively (i.e. ${PKGDEST}/). I'm not a big devtool user myself, but I'm curious about

Re: [OE-core] [PATCH] kernel-devicetree.bbclass: replace KERNEL_IMAGETYPE_FOR_MAKE with KERNEL_IMAGETYPE

2018-05-31 Thread Andre McCurdy
On Thu, May 31, 2018 at 1:55 AM, wrote: > From: Ming Liu > > It should be KERNEL_IMAGETYPE rather than KERNEL_IMAGETYPE_FOR_MAKE to KERNEL_IMAGETYPE is a legacy variable, in the process of being replaced by KERNEL_IMAGETYPES. You should probably use the new variable if possible. > be handled i

[OE-core] [PATCH] dropbear: drop run time detection of read-only rootfs

2018-05-30 Thread Andre McCurdy
consistent with startup under systemd (where relocation of DROPBEAR_RSAKEY_DIR is handled by the read_only_rootfs_hook() at build time). Signed-off-by: Andre McCurdy --- meta/classes/rootfs-postcommands.bbclass | 5 + meta/recipes-core/dropbear/dropbear/init | 26 -- 2

Re: [OE-core] [PATCH v2 4/5] bitbake.conf: include ASNEEDED in TARGET_LDFLAGS directly

2018-05-30 Thread Andre McCurdy
On Tue, May 29, 2018 at 7:13 PM, Khem Raj wrote: > On Tue, May 29, 2018 at 2:29 PM, Andre McCurdy wrote: >> Previously, ASNEEDED was appended to TARGET_LDFLAGS from >> as-needed.inc via tcmode-default.inc and so may not have been enabled >> for external toolchain builds or

Re: [OE-core] [PATCH] busybox: Enable FEATURE_MOUNT_NFS and use libtirpc

2018-05-30 Thread Andre McCurdy
On Thu, May 10, 2018 at 12:26 PM, Khem Raj wrote: > On 5/10/18 12:16 PM, Martin Jansa wrote: >>> >>> On second thought, this probably should be enabled using a config >>> fragment, since its not gonna link in another library it may not be >>> common case to justify for a default config. >> >> Tha

Re: [OE-core] [PATCH 06/24] at: add libselinux to PACKAGECONFIG

2018-05-29 Thread Andre McCurdy
On Thu, May 24, 2018 at 7:48 PM, Robert Yang wrote: > From: Mingli Yu > > * add libselinux to PACKAGECONFIG for at > > Signed-off-by: Mingli Yu > Signed-off-by: Robert Yang > --- > meta/recipes-extended/at/at_3.1.20.bb | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/meta/recipes

[OE-core] [PATCH v2 5/5] bitbake.conf: fix minor typo in comments

2018-05-29 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fab3dcc..3f63a25 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -93,7 +93,7 @@ VOLATILE_LOG_DIR

[OE-core] [PATCH v2 2/5] as-needed.inc: drop ASNEEDED over-ride for openobex

2018-05-29 Thread Andre McCurdy
The over-ride has been merged into the openobex recipe in meta-oe: http://git.openembedded.org/meta-openembedded/commit/?id=e59a9738c24ccaeac91740d1f67c607d4ee2a217 Signed-off-by: Andre McCurdy --- meta/conf/distro/include/as-needed.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a

[OE-core] [PATCH v2 3/5] bitbake.conf: drop obsolete commented out value for TARGET_LDFLAGS

2018-05-29 Thread Andre McCurdy
The commented out value for TARGET_LDFLAGS dates back to the switch to sysroot enabled toolchains in 2007 and is now obsolete. http://git.openembedded.org/openembedded-core/commit/?id=ba2e1f4d933c37b372d6749d64614f2510ee9d7b Signed-off-by: Andre McCurdy --- meta/conf/bitbake.conf | 3 --- 1

[OE-core] [PATCH v2 4/5] bitbake.conf: include ASNEEDED in TARGET_LDFLAGS directly

2018-05-29 Thread Andre McCurdy
directly from bitbake.conf to ensure that the optimisation is applied to all builds (and for consistency with the way that TARGET_LINK_HASH_STYLE is handled). Signed-off-by: Andre McCurdy --- meta/conf/bitbake.conf | 4 +++- meta/conf/distro/include/as-needed.inc | 4

[OE-core] [PATCH v2 1/5] distcc: move ASNEEDED over-ride into the distcc recipe

2018-05-29 Thread Andre McCurdy
. Signed-off-by: Andre McCurdy --- meta/conf/distro/include/as-needed.inc | 1 - meta/recipes-devtools/distcc/distcc_3.3.bb | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc index f2e7e7b

[OE-core] [PATCH v2 0/5] drop as-needed.inc

2018-05-29 Thread Andre McCurdy
v2: Rebase to latest master (where the previous ASNEEDED patch for distcc has been reverted to avoid conflicts with a distcc version update) + add new patch to fix bitbake.conf typo. Andre McCurdy (5): distcc: move ASNEEDED over-ride into the distcc recipe as-needed.inc: drop ASNEEDED

[OE-core] [PATCH v2] dropbear: drop obsolete patch 0004-fix-2kb-keys.patch

2018-05-29 Thread Andre McCurdy
: https://github.com/mkj/dropbear/commit/736f370dce614b717193f45d084e9e009de723ce The patch has therefore been obsolete since then. It went unnoticed until now as the patch has continued to apply - it modifies a value which is not used. Signed-off-by: Andre McCurdy --- meta/recipes-core/dropbear

Re: [OE-core] gcc-runtime: Remove -mcpu=cortex-a7 when building for -march=armv7ve

2018-05-29 Thread Andre McCurdy
On Tue, May 29, 2018 at 12:13 PM, Khem Raj wrote: > On Tue, May 29, 2018 at 11:41 AM, Andre McCurdy wrote: >> This change looks wrong (or at least incomplete and lacking a decent >> explanation): > > why do you think it is wrong ? I would be happy to make the > explanat

Re: [OE-core] [PATCH] dropbear: drop obsolete patch 0004-fix-2kb-keys.patch

2018-05-29 Thread Andre McCurdy
On Tue, May 29, 2018 at 11:56 AM, Richard Purdie wrote: > On Tue, 2018-05-29 at 11:26 -0700, Andre McCurdy wrote: >> On Tue, May 29, 2018 at 10:29 AM, Khem Raj >> wrote: >> > >> > On Thu, May 24, 2018 at 7:27 PM, Andre McCurdy > > > wrote: >> &g

[OE-core] gcc-runtime: Remove -mcpu=cortex-a7 when building for -march=armv7ve

2018-05-29 Thread Andre McCurdy
This change looks wrong (or at least incomplete and lacking a decent explanation): http://git.openembedded.org/openembedded-core/commit/?h=master-next&id=fbec01f01fdad23d95271db063ee0a4d0ab44568 It was never posted to the list but seems to have made it as far as master-next. -- __

Re: [OE-core] [PATCH] dropbear: drop obsolete patch 0004-fix-2kb-keys.patch

2018-05-29 Thread Andre McCurdy
On Tue, May 29, 2018 at 10:29 AM, Khem Raj wrote: > On Thu, May 24, 2018 at 7:27 PM, Andre McCurdy wrote: >> This patch has been obsolete since 2005: >> >> >> https://github.com/mkj/dropbear/commit/736f370dce614b717193f45d084e9e009de723ce > > Seems fine to dr

[OE-core] [PATCH 3/3] bitbake.conf: include ASNEEDED in TARGET_LDFLAGS directly

2018-05-25 Thread Andre McCurdy
directly from bitbake.conf to ensure that the optimisation is applied to all builds (and for consistency with the way that TARGET_LINK_HASH_STYLE is handled). Signed-off-by: Andre McCurdy --- meta/conf/bitbake.conf | 4 +++- meta/conf/distro/include/as-needed.inc | 4

[OE-core] [PATCH 2/3] bitbake.conf: drop obsolete commented out value for TARGET_LDFLAGS

2018-05-25 Thread Andre McCurdy
The commented out value for TARGET_LDFLAGS dates back to the switch to sysroot enabled toolchains in 2007 and is now obsolete. http://git.openembedded.org/openembedded-core/commit/?id=ba2e1f4d933c37b372d6749d64614f2510ee9d7b Signed-off-by: Andre McCurdy --- meta/conf/bitbake.conf | 3 --- 1

[OE-core] [PATCH 1/3] as-needed.inc: drop ASNEEDED over-ride for openobex

2018-05-25 Thread Andre McCurdy
The over-ride has been merged into the openobex recipe in meta-oe: http://git.openembedded.org/meta-openembedded/commit/?id=e59a9738c24ccaeac91740d1f67c607d4ee2a217 Signed-off-by: Andre McCurdy --- meta/conf/distro/include/as-needed.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a

[OE-core] [PATCH] openssh: drop sshd support for DSA host keys

2018-05-25 Thread Andre McCurdy
DSA keys have been deprecated for some time: https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html Signed-off-by: Andre McCurdy --- meta/recipes-connectivity/openssh/openssh/sshd_check_keys | 8 meta/recipes-connectivity/openssh/openssh/sshd_config | 1

[OE-core] [morty][PATCH 2/3] package.bbclass: Add '-b' option to file call in isELF

2018-05-25 Thread Andre McCurdy
ed-off-by: Ross Burton (cherry picked from commit 5a324e9b2cf6378f8eaa4e394f9cb36d4e2680ac) Signed-off-by: Andre McCurdy --- meta/classes/package.bbclass | 2 +- meta/classes/staging.bbclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclas

[OE-core] [morty][PATCH 1/3] package.bbclass: use single quotes for path passed to file in isELF()

2018-05-25 Thread Andre McCurdy
itch to using single quotes to quote the path - and therefore make isELF() consistent with the way filenames and paths are quoted by every other caller of oe.utils.getstatusoutput() in oe-core. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton (cherry picked from commit 7877761534b0c2492da6

[OE-core] [morty][PATCH 3/3] staging.bbclass: use single quotes for path passed to file in is_elf()

2018-05-25 Thread Andre McCurdy
Align staging.bbclass is_elf() with recent changes in package.bbclass isELF(): http://git.openembedded.org/openembedded-core/commit/?id=7877761534b0c2492da6289e9f2269d41b6ed464 Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton (cherry picked from commit

[OE-core] [pyro][PATCH 1/3] package.bbclass: use single quotes for path passed to file in isELF()

2018-05-25 Thread Andre McCurdy
itch to using single quotes to quote the path - and therefore make isELF() consistent with the way filenames and paths are quoted by every other caller of oe.utils.getstatusoutput() in oe-core. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton (cherry picked from commit 7877761534b0c2492da6

[OE-core] [pyro][PATCH 2/3] package.bbclass: Add '-b' option to file call in isELF

2018-05-25 Thread Andre McCurdy
ed-off-by: Ross Burton (cherry picked from commit 5a324e9b2cf6378f8eaa4e394f9cb36d4e2680ac) Signed-off-by: Andre McCurdy --- meta/classes/package.bbclass | 2 +- meta/classes/staging.bbclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclas

[OE-core] [pyro][PATCH 3/3] staging.bbclass: use single quotes for path passed to file in is_elf()

2018-05-25 Thread Andre McCurdy
Align staging.bbclass is_elf() with recent changes in package.bbclass isELF(): http://git.openembedded.org/openembedded-core/commit/?id=7877761534b0c2492da6289e9f2269d41b6ed464 Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton (cherry picked from commit

Re: [OE-core] [PATCH 16/24] dropbear: add default config file to disable root login

2018-05-24 Thread Andre McCurdy
On Thu, May 24, 2018 at 7:48 PM, Robert Yang wrote: > From: Jackie Huang > > root login is disabled by default for openssh and we can > enable it through IMAGE_FEATURES 'debug-tweaks' or > 'allow-empty-password', so change to the same default > behavior for dropbear. > > Signed-off-by: Jackie Hua

[OE-core] [PATCH] dropbear: drop obsolete patch 0004-fix-2kb-keys.patch

2018-05-24 Thread Andre McCurdy
This patch has been obsolete since 2005: https://github.com/mkj/dropbear/commit/736f370dce614b717193f45d084e9e009de723ce Signed-off-by: Andre McCurdy --- meta/recipes-core/dropbear/dropbear.inc | 1 - .../dropbear/dropbear/0004-fix-2kb-keys.patch | 19

[OE-core] [PATCH 3/3] cpio: fix CVE-2016-2037

2018-05-24 Thread Andre McCurdy
racker/CVE-2016-2037 [3] https://www.mail-archive.com/bug-cpio@gnu.org/msg00584.html [4] http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=d36ec5f4e93130efb24fb9678aafd88e8070095b Signed-off-by: Andre McCurdy --- ...-CVE-2016-2037-1-byte-out-of-bounds-write.patch | 346 +

[OE-core] [PATCH 1/3] cpio: move contents of cpio_v2.inc into the cpio recipe

2018-05-24 Thread Andre McCurdy
Merge contents of cpio_v2.inc into the only recipe which uses it. Signed-off-by: Andre McCurdy --- meta/recipes-extended/cpio/cpio_2.12.bb | 40 -- meta/recipes-extended/cpio/cpio_v2.inc | 43 - 2 files changed, 38 insertions(+), 45

[OE-core] [PATCH 2/3] cpio: rely on texinfo.bbclass for texinfo-native dependency

2018-05-24 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-extended/cpio/cpio_2.12.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-extended/cpio/cpio_2.12.bb b/meta/recipes-extended/cpio/cpio_2.12.bb index 0b83e9b..19ad69b 100644 --- a/meta/recipes-extended/cpio/cpio_2.12.bb +++ b/meta

Re: [OE-core] [PATCH] image_types: improve reproducibility of .cpio files.

2018-05-24 Thread Andre McCurdy
On Thu, May 24, 2018 at 2:27 PM, Kamel Hacene wrote: > When BUILD_REPRODUCIBLE_BINARIES is set, run cpio command with the > --reproducible flag and set the timestamp of the created /init file to > REPRODUCIBLE_TIMESTAMP_ROOTFS in accordance with reproducible_final_image_task > in image.bbclass. >

Re: [OE-core] [PATCH 3/3] tclibc-newlib: Adds a new TCLIBC variant to build with newlib as C library

2018-05-23 Thread Andre McCurdy
On Wed, May 23, 2018 at 4:09 PM, Alejandro Enedino Hernandez Samaniego wrote: > This patch adds the posibility to build using TCLIBC=newlib. > > It allows users to build baremetal applications with the use of a > C library. > > Newlib is a lightweight C library meant to be used on embedded systems

Re: [OE-core] GCC 9 Drops Support For Older ARM Microarchitecture Versions

2018-05-23 Thread Andre McCurdy
On Wed, May 23, 2018 at 2:40 PM, Randy MacLeod wrote: > On 05/23/2018 05:01 PM, Andre McCurdy wrote: >> >> If/when we update the CPU used in the oe-core qemu ARM machine, I vote >> we continue to just call it "qemuarm". > > That would surprise me as a user o

Re: [OE-core] GCC 9 Drops Support For Older ARM Microarchitecture Versions

2018-05-23 Thread Andre McCurdy
On Wed, May 23, 2018 at 12:48 PM, Randy MacLeod wrote: > On 05/20/2018 10:59 AM, akuster808 wrote: >> >> Maybe a bug is in order and then we might be able to add it to the 2.6 >> planning? > > There is meta-qemuarma9: > https://github.com/OverC/meta-qemuarma9.git > I'm not an arm man but would i

Re: [OE-core] [V2][PATCH] busybox: update to 1.28.3

2018-05-22 Thread Andre McCurdy
On Tue, May 22, 2018 at 5:48 PM, Randy MacLeod wrote: > On 05/22/2018 07:06 PM, Andre McCurdy wrote: > ... >> >> Building before and after Armin's patch and then diffing .config files >> in each build directory gives: >> > > I didn't know what all of

Re: [OE-core] [V2][PATCH] busybox: update to 1.28.3

2018-05-22 Thread Andre McCurdy
On Mon, May 21, 2018 at 12:21 PM, Andre McCurdy wrote: > On Mon, May 21, 2018 at 12:13 PM, akuster808 wrote: >> On 05/21/2018 11:18 AM, Andre McCurdy wrote: >>> On Sun, May 20, 2018 at 7:49 AM, Armin Kuster wrote: >>>> From: Armin Kuster >>>&

Re: [OE-core] [V2][PATCH] busybox: update to 1.28.3

2018-05-21 Thread Andre McCurdy
On Mon, May 21, 2018 at 12:13 PM, akuster808 wrote: > On 05/21/2018 11:18 AM, Andre McCurdy wrote: >> On Sun, May 20, 2018 at 7:49 AM, Armin Kuster wrote: >>> From: Armin Kuster >>> >>> [v2] >>> Add back busybox-udhcpc-no_deconfig.patch ti SRC

Re: [OE-core] [V2][PATCH] busybox: update to 1.28.3

2018-05-21 Thread Andre McCurdy
On Sun, May 20, 2018 at 7:49 AM, Armin Kuster wrote: > From: Armin Kuster > > [v2] > Add back busybox-udhcpc-no_deconfig.patch ti SRC_URI, missed earlier > > [v1] > removed patches included in update: > busybox/CVE-2011-5325.patch > busybox/CVE-2017-15873.patch > busybox/busybox-CVE-2017-16544.pa

Re: [OE-core] [PATCH] arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

2018-05-21 Thread Andre McCurdy
On Sat, May 19, 2018 at 12:41 AM, Martin Jansa wrote: > On Sat, May 19, 2018 at 12:31:51AM -0700, Andre McCurdy wrote: >> On Sat, May 19, 2018 at 12:11 AM, Martin Jansa >> wrote: >> > On Fri, May 18, 2018 at 11:48:45PM -0700, Andre McCurdy wrote: >> >> On F

Re: [OE-core] [PATCH] arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

2018-05-19 Thread Andre McCurdy
On Sat, May 19, 2018 at 12:11 AM, Martin Jansa wrote: > On Fri, May 18, 2018 at 11:48:45PM -0700, Andre McCurdy wrote: >> On Fri, May 18, 2018 at 10:42 PM, Martin Jansa >> wrote: >> > This variable was always meant to be used from DISTRO config >> >> I'

Re: [OE-core] [PATCH] arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

2018-05-18 Thread Andre McCurdy
;s safe and desirable. Distros can of course still over-ride (ie the machine only sets a weak default). Is there a specific problem you see with the current patch? > On Sat, May 19, 2018 at 1:40 AM Khem Raj wrote: >> >> >> On Fri, May 18, 2018 at 3:50 PM Andre McCurdy wr

[OE-core] [PATCH] curl: update 7.59.0 -> 7.60.0

2018-05-18 Thread Andre McCurdy
de377 Signed-off-by: Andre McCurdy --- .../curl/0001-replace-krb5-config-with-pkg-config.patch | 17 + meta/recipes-support/curl/curl/configure_ac.patch | 13 - .../curl/{curl_7.59.0.bb => curl_7.60.0.bb} | 15 --- 3 files changed, 13 in

[OE-core] [PATCH] arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

2018-05-18 Thread Andre McCurdy
has no effect unless TUNE_FEATURES contains "thumb" (which is controlled by the "t" suffix in DEFAULTTUNE, e.g. armv7vehf-neon -vs- armv7vethf-neon, etc) so out of tree machine configs may need to update their DEFAULTTUNE to take advantage of this change. Signed-off-by: Andre McC

[OE-core] [PATCH] base.bbclass: update obsolete comment about rpm do_unpack dependencies

2018-05-18 Thread Andre McCurdy
The previous comment was made obsolete by: http://git.openembedded.org/openembedded-core/commit/?id=2f31f1795bc0c85b1646bc7d9596bbe778cb84e5 Signed-off-by: Andre McCurdy --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes

[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

[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

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

2018-05-17 Thread Andre McCurdy
/thom311/libnl/commit/3e18948f17148e6a3c4255bdeaaf01ef6081ceeb http://lists.infradead.org/pipermail/libnl/2017-May/002313.html Signed-off-by: Andre McCurdy --- ...eck-for-integer-overflow-in-nlmsg_reserve.patch | 43 ++ meta/recipes-support/libnl/libnl_3.2.28.bb | 1

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

2018-05-17 Thread Andre McCurdy
/thom311/libnl/commit/3e18948f17148e6a3c4255bdeaaf01ef6081ceeb http://lists.infradead.org/pipermail/libnl/2017-May/002313.html Signed-off-by: Andre McCurdy --- ...eck-for-integer-overflow-in-nlmsg_reserve.patch | 43 ++ meta/recipes-support/libnl/libnl_3.2.29.bb | 2

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] strace: fix ARM Thumb build with frame pointers enabled

2018-05-16 Thread Andre McCurdy
Replace the previous (incomplete) workaround with better solution backported from upstream. Signed-off-by: Andre McCurdy --- ...aw_syscall.h-avoid-r7-specified-register-.patch | 74 ++ meta/recipes-devtools/strace/strace_4.22.bb| 16 ++--- 2 files changed, 81

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

2018-05-16 Thread Andre McCurdy
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 > --- > meta/recipes-support/libnl/libnl/overflow.patch | 39 > + > meta/rec

[OE-core] [morty][PATCH 2/3] upstream-version-is-even.bbclass: exclude various alphas, betas, pre-releases etc.

2018-05-15 Thread Andre McCurdy
-off-by: Andre McCurdy --- meta/classes/upstream-version-is-even.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/upstream-version-is-even.bbclass b/meta/classes/upstream-version-is-even.bbclass index 99714cb..256c752 100644 --- a/meta/classes/upstream

[OE-core] [morty][PATCH 1/3] upstream-version-is-even.bbclass: ensure that the full version is matched.

2018-05-15 Thread Andre McCurdy
From: Alexander Kanavin Previously 4.3.2.1 would match as 3.2.1. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton (cherry picked from commit b066910f64ba964a8a0bb452925591eed1e16940) Signed-off-by: Andre McCurdy --- meta/classes/upstream-version-is-even.bbclass | 2 +- 1 file

[OE-core] [morty][PATCH 3/3] nativesdk-packagegroup-sdk-host.bb: add cmake

2018-05-15 Thread Andre McCurdy
b1ccab95464855877558972c4523956be32dee36) Signed-off-by: Andre McCurdy --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup

[OE-core] [morty][PATCH 0/3] morty backports

2018-05-15 Thread Andre McCurdy
Alexander Kanavin (2): upstream-version-is-even.bbclass: ensure that the full version is matched. upstream-version-is-even.bbclass: exclude various alphas, betas, pre-releases etc. brian avery (1): nativesdk-packagegroup-sdk-host.bb: add cmake meta/classes/upstream-version-is-even.

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

2018-05-15 Thread Andre McCurdy
On Fri, May 11, 2018 at 4:52 PM, Andre McCurdy wrote: > 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 co

<    1   2   3   4   5   6   7   8   9   10   >