[OE-core] [PATCH] glew: build for EGL in non-X11 distros

2016-12-18 Thread Andre McCurdy
-off-by: Andre McCurdy <armccu...@gmail.com> --- .../glew/glew/linux-egl-no-libGL.patch | 38 ++ meta/recipes-graphics/glew/glew_2.0.0.bb | 22 - 2 files changed, 51 insertions(+), 9 deletions(-) create mode 100644 meta/recipes-graphics/gle

Re: [OE-core] [PATCH] glew: build for EGL in non-X11 distros

2016-12-20 Thread Andre McCurdy
On Tue, Dec 20, 2016 at 2:23 AM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 18 December 2016 at 17:02, Andre McCurdy <armccu...@gmail.com> wrote: >> >> The glew 2.0.0 release added support for building for EGL: >> >> http://glew.sourceforge.ne

[OE-core] [PATCH v2] glew: build for EGL in non-X11 distros

2016-12-20 Thread Andre McCurdy
. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-graphics/glew/glew_2.0.0.bb | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/recipes-graphics/glew/glew_2.0.0.bb b/meta/recipes-graphics/glew/glew_2.0.0.bb index 489dd7c..1

Re: [OE-core] [PATCH] glew: build for EGL in non-X11 distros

2016-12-19 Thread Andre McCurdy
On Mon, Dec 19, 2016 at 3:46 AM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 18 December 2016 at 17:02, Andre McCurdy <armccu...@gmail.com> wrote: >> >> Add PACKAGECONFIG options for 'opengl' (ie the previous default, with >> dependencies on opengl and

Re: [OE-core] [PATCH 5/5] hdparm: 9.48 -> 9.50

2016-12-22 Thread Andre McCurdy
On Wed, Dec 21, 2016 at 6:49 PM, Robert Yang <liezhi.y...@windriver.com> wrote: > On 12/22/2016 10:47 AM, Robert Yang wrote: >> On 12/21/2016 09:27 PM, Andre McCurdy wrote: >>> On Tue, Dec 20, 2016 at 10:17 PM, Robert Yang <liezhi.y...@windriver.com> >>> wrot

Re: [OE-core] [PATCH] libxslt: Add PACKAGECONFIG support for python

2017-03-23 Thread Andre McCurdy
On Thu, Mar 23, 2017 at 5:00 PM, Vedang Patel wrote: > Add support to enable python bindings for libxslt using PACKAGECONFIG. > This will include --with-python argument while compiling the package. > The support is disabled by default. > > Signed-off-by: Vedang Patel

Re: [OE-core] [PATCH 1/2] aws-cli_1.11.66.bb: Initial commit of aws-cli

2017-03-28 Thread Andre McCurdy
On Tue, Mar 28, 2017 at 4:40 AM, Elizabeth 'pidge' Flanagan wrote: > With fetch2 supporting s3, having an aws-cli recipe makes sense. > > Signed-off-by: Elizabeth 'pidge' Flanagan > --- > meta/recipes-devtools/aws-cli/aws-cli.inc| 14

[OE-core] [PATCH] busybox: drop unmaintained _git recipe

2017-03-30 Thread Andre McCurdy
The busybox _git recipe is not formally tested or kept up to date. The gstreamer _git recipes were recently removed from oe-core and the justifications for that change apply to the busybox _git recipe too. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/b

Re: [OE-core] Using MACHINE_FEATURES in a native recipe

2017-03-22 Thread Andre McCurdy
On Wed, Mar 22, 2017 at 2:46 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Wed, Mar 22, 2017 at 2:42 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> Currently native.bbclass clears MACHINEOVERRIDES but leaves >> MACHINE_FEATURES alone. Is that an oversight? Or is

[OE-core] Using MACHINE_FEATURES in a native recipe

2017-03-22 Thread Andre McCurdy
Currently native.bbclass clears MACHINEOVERRIDES but leaves MACHINE_FEATURES alone. Is that an oversight? Or is there ever a legitimate reason for a native recipe to have a dependency on MACHINE_FEATURES? -- ___ Openembedded-core mailing list

[OE-core] [PATCH] native.bbclass: clear MACHINE_FEATURES

2017-03-22 Thread Andre McCurdy
Try to avoid native recipes accidentally being dependent on MACHINE_FEATURES. This simple change doesn't prevent MACHINE_FEATURES set via MACHINE_FEATURES_BACKFILL sneaking through, but it's better than nothing. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/native.b

Re: [OE-core] [PATCH] busybox: move default config fragments to defconfig

2017-03-29 Thread Andre McCurdy
On Wed, Mar 29, 2017 at 3:24 AM, Richard Purdie wrote: > > Also, in case its not apparent, you can work around this today by > providing empty fragment files in your own layer. These would override > the default ones in the main recipe if you set it up right.

Re: [OE-core] [PATCH] libjpeg-turbo: fix build on aarch64 or non-intel build hosts

2017-03-29 Thread Andre McCurdy
On Wed, Mar 29, 2017 at 5:11 AM, Tristan Van Berkom wrote: > This is already filed in the appropriate bugzilla: >https://bugzilla.yoctoproject.org/show_bug.cgi?id=11240 > > Just notifying the list as the custom goes... > > libjpeg-turbo in recipes-graphics

Re: [OE-core] how to specify *just* the KERNEL_IMAGETYPES i want?

2017-03-28 Thread Andre McCurdy
On Tue, Mar 28, 2017 at 7:19 AM, Robert P. J. Day wrote: > > playing with building fit images, and i started with mpc8315e-rdb, > built virtual/kernel using all defaults, and got this in images/: > >

[OE-core] [PATCH] bitbake.conf: sort HOSTTOOLS and remove duplicates

2017-03-27 Thread Andre McCurdy
Cleanup only, no functional changes. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/conf/bitbake.conf | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fa5445b..96a9ed9 100644 ---

Re: [OE-core] [PATCH] native.bbclass: clear MACHINE_FEATURES

2017-03-23 Thread Andre McCurdy
On Thu, Mar 23, 2017 at 12:09 PM, Patrick Ohly <patrick.o...@intel.com> wrote: > On Thu, 2017-03-23 at 11:59 -0700, Andre McCurdy wrote: >> On Thu, Mar 23, 2017 at 2:06 AM, Mike Looijmans <mike.looijm...@topic.nl> >> wrote: >> > On 22-03-17 23:47, Andre McC

Re: [OE-core] [PATCH] native.bbclass: clear MACHINE_FEATURES

2017-03-23 Thread Andre McCurdy
On Thu, Mar 23, 2017 at 2:06 AM, Mike Looijmans <mike.looijm...@topic.nl> wrote: > On 22-03-17 23:47, Andre McCurdy wrote: >> >> Try to avoid native recipes accidentally being dependent on >> MACHINE_FEATURES. This simple change doesn't prevent MACHINE_FEATURES >>

Re: [OE-core] [PATCH] go: Remove mips32r2 from mips

2017-03-16 Thread Andre McCurdy
On Thu, Mar 16, 2017 at 2:42 PM, Khem Raj wrote: > mips32r1 is only one supported for mips32 > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/go/go_1.8.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/go/go_1.8.bb

[OE-core] [PATCH] busybox: ignore the largefile distro feature ( always enable LFS )

2017-03-16 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/busybox/busybox.inc | 4 ++-- meta/recipes-core/busybox/busybox/defconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/b

Re: [OE-core] [PATCH 0/2][morty] Backport image dependency chain fixes

2017-03-14 Thread Andre McCurdy
On Tue, Feb 21, 2017 at 10:04 AM, Andre McCurdy <armccu...@gmail.com> wrote: > Andre McCurdy (1): > image_types.bbclass: fix image dependency chain collection > > Randy Witt (1): > image_types.bbclass: IMAGE_TYPEDEP_ now adds deps for conversion types Ping (and C

Re: [OE-core] [PATCH 0/2][morty] Backport image dependency chain fixes

2017-03-14 Thread Andre McCurdy
On Tue, Mar 14, 2017 at 8:08 PM, akuster808 <akuster...@gmail.com> wrote: > On 03/14/2017 07:14 PM, Andre McCurdy wrote: >> >> On Tue, Feb 21, 2017 at 10:04 AM, Andre McCurdy <armccu...@gmail.com> >> wrote: >>> >>> Andre McCurdy (1): >

Re: [OE-core] [PATCH] feature-arm-thumb.inc: fix ARM_THUMB_SUFFIX for armv8

2017-03-16 Thread Andre McCurdy
On Fri, Mar 10, 2017 at 5:31 PM, Andre McCurdy <armccu...@gmail.com> wrote: > The current definition for ARM_THUMB_SUFFIX doesn't consider armv8 > and will therefore cause TUNE_PKGARCH to be set incorrectly for > machines which inherit arch-armv8 and don't include aarch64 in >

[OE-core] [PATCH] busybox.inc: drop comment explaining '-e MAKEFLAGS=' in EXTRA_OEMAKE

2017-04-03 Thread Andre McCurdy
EXTRA_OEMAKE no longer contains '-e MAKEFLAGS=' so the comment explaining that it needs to be removed / over-ridden is obsolete. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/busybox/busybox.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipe

Re: [OE-core] [PATCH] image.bbclass: prevent rm_work to remove native RSS

2017-04-10 Thread Andre McCurdy
On Mon, Apr 10, 2017 at 1:46 PM, Ed Bartosh wrote: > Added recipe-sysroot-native directory to RM_WORK_EXCLUDE_ITEMS > for image recipes. > > This should keep qemu and other useful tools in the native sysroot of > the image recipe even if rm_work is enabled. > > [YOCTO

Re: [OE-core] [PATCH V2] libjpeg-turbo: don't depend on NASM for non-x86 targets

2017-04-03 Thread Andre McCurdy
On Mon, Apr 3, 2017 at 5:04 AM, Ross Burton wrote: > NASM is a x86-specific assembler so it is only required when building for x86 > targets. Use x86-architecture and class-target overrides to depend on NASM, > but > explicitly disable and don't depend on it for native as

Re: [OE-core] [PATCH] ncurses_6.0: Improve reproducibility

2017-03-31 Thread Andre McCurdy
On Fri, Mar 31, 2017 at 3:27 PM, Khem Raj wrote: > > On Fri, Mar 31, 2017 at 2:29 PM Juro Bystricky > wrote: >> >> Build static libraries without the binutils "ar" -U option. >> This option deliberately breaks deterministic mode. > > While this patch

[OE-core] [PATCH] mtd-utils: refresh patches now merged upstream

2017-04-06 Thread Andre McCurdy
Update Upstream-Status tags and apply 010-fix-rpmatch.patch unconditionally, since it's merged unconditionally upstream. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../mtd/mtd-utils/0001-Fix-build-with-musl.patch | 15 .../mtd/mtd-utils/010-fix-rpmatch

Re: [OE-core] [PATCH] bitbake.conf: add unzip to HOSTTOOLS

2017-04-13 Thread Andre McCurdy
On Thu, Apr 13, 2017 at 1:34 PM, Andreas Müller wrote: > On Thu, Apr 13, 2017 at 5:57 PM, Burton, Ross wrote: >> On 13 April 2017 at 16:53, Andreas Müller >> wrote: >>> >>> OK - but why do I see this error in

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-20 Thread Andre McCurdy
On Thu, Apr 20, 2017 at 11:20 AM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > ...rop-setting-mcpu-to-cortex-a8-on-arm-arch.patch | 108 > + > meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 3 +- > 2 files changed, 110

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-20 Thread Andre McCurdy
On Thu, Apr 20, 2017 at 6:06 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, Apr 20, 2017 at 5:56 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, Apr 20, 2017 at 11:20 AM, Khem Raj <raj.k...@gmail.com> wrote: >>> Signed-off-by: Khem Raj <raj.k...

[OE-core] [PATCH] libcap: drop obsolete attr PACKAGECONFIG option and libattr dependency

2017-04-20 Thread Andre McCurdy
In the 2.25 release, libcap dropped its dependency on an external libattr library: https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git/commit/?id=85f38a573fc47472ab792e813b6f6b6f0b1df112 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-support/

[OE-core] [PATCH] busybox: fix typo in CVE-2016-2147_2.patch Upstream-Status tag

2017-04-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/busybox/busybox/CVE-2016-2147_2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox/CVE-2016-2147_2.patch b/meta/recipes-core/busybox/busybox/CVE-2016-2147_2

[OE-core] [PATCH] tclibc-musl.inc: fix stray comment reference to uclibc

2017-04-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/conf/distro/include/tclibc-musl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tclibc-musl.inc b/meta/conf/distro/include/tclibc-musl.inc index 1ddd58e..3d3f6ac 100644 --- a/met

[OE-core] [PATCH] documentation.conf: update TCLIBC[doc] to match current options in oe-core

2017-04-19 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/conf/documentation.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 06527cb..35b9103 100644 --- a/meta/conf/documentation.conf +++ b/met

Re: [OE-core] [PATCH 2/5] valgrind: Fix arm build with gcc7

2017-04-21 Thread Andre McCurdy
On Fri, Apr 21, 2017 at 9:32 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, Apr 20, 2017 at 6:29 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, Apr 20, 2017 at 6:06 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> On Thu, Apr 20, 2017 at 5:56 PM

Re: [OE-core] [PATCH] conf/machine/include: enable hardfloat by default for ARMv6 and above

2017-03-09 Thread Andre McCurdy
y default for cores which only support Thumb1. > https://bugzilla.yoctoproject.org/show_bug.cgi?id=9213 > > On Tue, Mar 7, 2017 at 12:35 AM, Khem Raj <raj.k...@gmail.com> wrote: >> >> >> On Mon, Mar 6, 2017 at 2:51 PM Andre McCurdy <armccu...@gmail.com> wrote:

Re: [OE-core] [PATCH] conf/machine/include: enable hardfloat by default for ARMv6 and above

2017-03-09 Thread Andre McCurdy
On Thu, Mar 9, 2017 at 3:09 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, Mar 09, 2017 at 12:09:51PM -0800, Andre McCurdy wrote: >> On Thu, Mar 9, 2017 at 12:18 AM, Martin Jansa <martin.ja...@gmail.com> wrote: >> > Shouldn't we change default A

Re: [OE-core] [PATCH 5/5] base/bitbake.conf: Filter contents of PATH to only allow whitelisted tools

2017-03-09 Thread Andre McCurdy
On Thu, Mar 9, 2017 at 2:17 PM, Richard Purdie wrote: > We currently have a determinism problem in that the host tools present > in PATH can influence the build. In particular, the presence of pkg-config > on the build host can mask missing pkgconfig class

[OE-core] [PATCH] base.bbclass: improve wording when skipping recipes with incompatible licenses

2017-03-03 Thread Andre McCurdy
The previous wording, e.g. ERROR: wget was skipped: incompatible with license GPLv3 isn't very clear and could be taken to imply that the recipe is incompatible with its own license. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/base.bbclass | 2 +- 1 file chan

Re: [OE-core] [PATCH] perf.bb: Fix dependency while building kernel using externalsrc

2017-03-08 Thread Andre McCurdy
On Thu, Mar 2, 2017 at 11:59 PM, Manjukumar Matha wrote: > Having dependency on do_patch will fail while building kernel using > externalsrc. Depend on do_configure instead of do_patch to bypass the > compilation error. I think the change to

[OE-core] [PATCH] feature-arm-thumb.inc: fix ARM_THUMB_SUFFIX for armv8

2017-03-10 Thread Andre McCurdy
] wording. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/conf/machine/include/arm/feature-arm-thumb.inc | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/meta/conf/machine/include/arm/feature-arm-thumb.inc b/meta/conf/machine/include/arm/f

Re: [OE-core] [PATCH] classes: add gitupstream class

2017-03-08 Thread Andre McCurdy
On Wed, Mar 8, 2017 at 9:25 AM, Ross Burton wrote: > This class lets you use BBCLASSEXTEND to add a variant of the recipe that > fetches from git instead of a tarball. Looks good. This approach could perhaps also cover git -vs- externalsrc variants of a recipe, which seems

Re: [OE-core] [PATCH] classes: add gitupstream class

2017-03-08 Thread Andre McCurdy
On Wed, Mar 8, 2017 at 12:54 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Wed, Mar 8, 2017 at 9:25 AM, Ross Burton <ross.bur...@intel.com> wrote: >> This class lets you use BBCLASSEXTEND to add a variant of the recipe that >> fetches from git instead o

[OE-core] [PATCH] conf/machine/include: enable hardfloat by default for ARMv6 and above

2017-03-06 Thread Andre McCurdy
Defaulting to softfp probably isn't the best choice anymore, especially as there are now ARM BSP layers which leave DEFAULTTUNE entirely up to the distro: https://lists.yoctoproject.org/pipermail/yocto/2017-February/034637.html Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- met

Re: [OE-core] [PATCH] conf/machine/include: enable hardfloat by default for ARMv6 and above

2017-03-06 Thread Andre McCurdy
On Mon, Mar 6, 2017 at 2:51 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Mon, Mar 6, 2017 at 2:37 PM, Khem Raj <raj.k...@gmail.com> wrote: >> On Mon, Mar 6, 2017 at 1:47 PM, Andre McCurdy <armccu...@gmail.com> wrote: >>> Defaulting to softfp pr

[OE-core] [PATCH] sanity.bbclass: allow s3 protocol when sanity checking MIRRORS, etc

2017-03-06 Thread Andre McCurdy
Bitbake now supports an Amazon AWS S3 fetcher: http://git.openembedded.org/bitbake/commit/?id=6fe07ed25457dd7952b60f4b2153d56b15d5eea6 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] conf/machine/include: enable hardfloat by default for ARMv6 and above

2017-03-06 Thread Andre McCurdy
On Mon, Mar 6, 2017 at 2:37 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Mon, Mar 6, 2017 at 1:47 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> Defaulting to softfp probably isn't the best choice anymore, >> especially as there are now ARM BSP layers which leave

Re: [OE-core] [PATCH] sanity.bbclass: allow s3 protocol when sanity checking MIRRORS, etc

2017-03-06 Thread Andre McCurdy
On Mon, Mar 6, 2017 at 2:36 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 6 March 2017 at 22:34, Andre McCurdy <armccu...@gmail.com> wrote: >> >> protocols = ['http', 'ftp', 'file', 'https', \ >> 'git', 'gitsm', 'hg', 'osc', 'p4'

[OE-core] [PATCH v2] conf/machine/include: enable hardfloat by default for ARMv6 and above

2017-03-06 Thread Andre McCurdy
no clear reason to default to ignoring ARM_INSTRUCTION_SET for ARMv7. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/conf/machine/include/arm/arch-armv6.inc | 2 +- meta/conf/machine/include/arm/arch-armv7a.inc | 2 +- meta/conf/machine/include/arm/arch-armv7ve.inc | 2 +- met

[OE-core] [PATCH] dropbear: drop support for DSA host keys in dropbear init script

2017-03-06 Thread Andre McCurdy
Bring the dropbear init script into sync with the systemd service file (dropbearkey.service supports RSA host keys only) and with recent versions of openssh which deprecate DSA host keys. https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html Signed-off-by: Andre McCurdy

[OE-core] [PATCH] meta: start to ignore the largefile distro feature

2017-03-06 Thread Andre McCurdy
by this commit). Ignore the largefile distro feature more widely, as a first step towards deprecating and eventually removing it. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-bsp/grub/grub-efi_2.00.bb | 6 +++--- meta/recipes-bsp/grub/grub_2.00.bb

Re: [OE-core] [PATCH 0/2] replace USE_LDCONFIG with ldconfig distro feature

2017-03-02 Thread Andre McCurdy
On Tue, Feb 28, 2017 at 11:17 AM, Andre McCurdy <armccu...@gmail.com> wrote: > On Thu, Feb 2, 2017 at 5:44 PM, Khem Raj <raj.k...@gmail.com> wrote: >> On Fri, Jan 27, 2017 at 2:29 PM, Andre McCurdy <armccu...@gmail.com> wrote: >>> Andre McCurdy (2): >

Re: [OE-core] [PATCH 0/2] replace USE_LDCONFIG with ldconfig distro feature

2017-02-28 Thread Andre McCurdy
On Thu, Feb 2, 2017 at 5:44 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Fri, Jan 27, 2017 at 2:29 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> Andre McCurdy (2): >> bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro feature >> sy

[OE-core] Creating cpio images with support for xattrs

2017-03-02 Thread Andre McCurdy
Currently we create cpio rootfs images using the standard cpio tool. However that doesn't support the extensions added to the cpio format by the kernel in order to support initramfs images with xattrs: https://lwn.net/Articles/629134/ It looks like the only tool which does support these cpio

Re: [OE-core] [PATCH] recipes: Move out stale GPLv2 versions to a seperate layer

2017-03-07 Thread Andre McCurdy
On Tue, Mar 7, 2017 at 10:22 AM, Richard Purdie wrote: > These are recipes where the upstream has moved to GPLv3 and these old > versions are the last ones under the GPLv2 license. > > There are several reasons for making this move. There is a different >

Re: [OE-core] [PATCH 2/4] no-static-libs: Add entry for ncurses

2017-04-07 Thread Andre McCurdy
On Fri, Apr 7, 2017 at 9:41 AM, Richard Purdie wrote: > Yes, the option to disable static libraries in boost really is boost or ncurses? > "--without-normal". Add this for ncurses and its variants. > > Signed-off-by: Richard Purdie

[OE-core] [PATCH] devupstream.bbclass: minor typo fix

2017-04-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/devupstream.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/devupstream.bbclass b/meta/classes/devupstream.bbclass index 7d4113f..7780c54 100644 --- a/meta/classes/devupstream.b

Re: [OE-core] worth adding a "git"-versioned of i2c-tools to oe-core?

2017-07-31 Thread Andre McCurdy
On Mon, Jul 31, 2017 at 5:50 AM, Maxin B. John wrote: > Hi, > > On Mon, Jul 31, 2017 at 07:15:23AM -0400, rpj...@crashcourse.ca wrote: >> >> Quoting Richard Purdie : >> >> >On Mon, 2017-07-31 at 13:41 +0300, Alexander Kanavin wrote: >>

Re: [OE-core] [PATCH] insane: add qa check for lowercase recipe name

2017-08-15 Thread Andre McCurdy
On Tue, Aug 15, 2017 at 7:23 AM, Leonardo Sandoval wrote: > On Mon, 2017-08-14 at 19:23 -0700, Yeoh Ee Peng wrote: >> Since we disabled uppercase characters in overrides a few releases ago, >> uppercase characters in recipe names (and for that matter,

Re: [OE-core] [PATCH] gpg_sign: perform rpm signing serially

2017-08-16 Thread Andre McCurdy
On Wed, Aug 16, 2017 at 5:28 AM, Markus Lehtonen wrote: > I agree. I don't see reason for dropping parallelism completely. There is a > real gain when running on beefier machines. Making it configurable would > probably be best. Or just drop it to a saner value,

Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 11:11 AM, Khem Raj <raj.k...@gmail.com> wrote: > On 8/9/17 8:41 AM, Andre McCurdy wrote: >> On Wed, Aug 9, 2017 at 7:19 AM, Khem Raj <raj.k...@gmail.com> wrote: >>> Signed-off-by: Khem Raj <raj.k...@gmail.com> >> >> Any ex

Re: [OE-core] [PATCH v3 11/11] poky-reproducible.conf: Initial version

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 10:48 AM, Juro Bystricky wrote: > Simplify building reproducible images by using > > DISTRO="poky-reproducible" > > Sets some variables to reasonable values so users do not > have to set them in local.conf. > > Signed-off-by: Juro Bystricky

Re: [OE-core] [PATCH v3 07/11] image_types.bbclass: improve cpio image reproducibility

2017-08-10 Thread Andre McCurdy
On Thu, Aug 10, 2017 at 12:35 PM, Bystricky, Juro wrote: >> >> Is it useful to keep the option using cpio from the host? Why not >> always use cpio-native? > > I guess it is a judgement call which tools to build and which tools to use > from the host. Not building tools

[OE-core] [PATCH 3/3] mirrors.bbclass: remove stale lsof ftp mirrors

2017-07-06 Thread Andre McCurdy
Replace with an mapping for http://www.mirrorservice.org to align with recent changes to SRC_URI in the lsof recipe and allow non-current lsof tar files to be found in the /OLD subdirectory. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/mirrors.bbclass | 11 +---

[OE-core] [PATCH 1/3] lsof: minor recipe cleanup

2017-07-06 Thread Andre McCurdy
- Add HOMEPAGE - Remove ${S} from LIC_FILES_CHKSUM path - Use tabs consistently to indent do_configure() - Re-order LIC_FILES_CHKSUM definition to follow OE style guide Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-extended/lsof/lsof_4.89.bb | 15

[OE-core] [PATCH 2/3] lsof: update SRC_URI

2017-07-06 Thread Andre McCurdy
the custom UPSTREAM_CHECK_URI to be removed). Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-extended/lsof/lsof_4.89.bb | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lso

[OE-core] [PATCH 0/3] lsof cleanup and fetch timeout fix

2017-07-06 Thread Andre McCurdy
For many (?) users, lsof do_fetch() results in a 90 second timeout followed by a fallback to http://downloads.yoctoproject.org. Try to fix that by updating SRC_URI and associated entries in mirrors.bbclass + misc cleanup along the way. Andre McCurdy (3): lsof: minor recipe cleanups lsof

Re: [OE-core] [PATCH] gcc-7.inc: add new warning "Wnot-cross-compiler"

2017-07-18 Thread Andre McCurdy
On Tue, Jul 18, 2017 at 5:12 PM, Khem Raj wrote: > > On Tue, Jul 18, 2017 at 6:45 PM Juro Bystricky > wrote: >> >> Suppose we have an autotools project that looks like it is using the cross >> compiler but is actually reaching out to the host

Re: [OE-core] [PATCH 2/5] openssh: depend on openssl 1.0

2017-07-19 Thread Andre McCurdy
On Wed, Jul 19, 2017 at 6:19 AM, Alexander Kanavin wrote: > The proposed openssl 1.1 patches are here: > https://github.com/openssh/openssh-portable/pull/48 > > Openssl maintainers are not in a hurry to get 1.1 support in; Openssh maintainers? > if it doesn't

Re: [OE-core] [PATCH 0/5] Add openssl 1.1

2017-07-19 Thread Andre McCurdy
On Wed, Jul 19, 2017 at 6:19 AM, Alexander Kanavin wrote: > This patch series introduces the recipe for openssl 1.1 (openssl 1.0 is > preserved > but renamed to openssl10), and does a few necessary adjustmenets and updates > to other > recipes. > > Openssl 1.1

Re: [OE-core] [PATCH 2/2] ninja: Add recipe

2017-07-28 Thread Andre McCurdy
On Thu, Jul 27, 2017 at 9:56 PM, Khem Raj wrote: > llvm is using it, therefore move it from meta-oe > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/ninja/ninja_1.7.2.bb | 29 + > 1 file changed, 29 insertions(+) >

Re: [OE-core] [PATCH] gcc-7.inc: add new warning "Wnot-cross-compiler"

2017-07-19 Thread Andre McCurdy
On Wed, Jul 19, 2017 at 2:57 PM, Bystricky, Juro wrote: >> precisely, the problem is that some host compiler may silently ignore >> unknown warnings and some host may not be using gcc as default system >> compiler at all e.g. mageia distro and may be more in future. > >

Re: [OE-core] [PATCH] gcc-7.inc: add new warning "Wnot-cross-compiler"

2017-07-20 Thread Andre McCurdy
On Thu, Jul 20, 2017 at 12:18 PM, Burton, Ross wrote: > > On 20 July 2017 at 19:51, Khem Raj wrote: >> >> it does cause harm, by making the behaviour inconsistent and highly >> dependent >> upon build host. > > It *stops* behaviour being dependent on

Re: [OE-core] [PATCH 1/2] grub: Fix build with gcc7

2017-04-25 Thread Andre McCurdy
On Mon, Apr 24, 2017 at 6:38 PM, Khem Raj wrote: > On Mon, Apr 24, 2017 at 3:34 PM, Burton, Ross wrote: >> Clearly there's some build difference between our configurations. Are you >> building grub-git instead of grub_2.00? Should we delete grub_2.00

[OE-core] [PATCH] gnutls: move BBCLASSEXTEND from gnutls.inc into the gnutls recipe

2017-04-24 Thread Andre McCurdy
There may be alternative gnutls recipes outside oe-core which include gnutls.inc but which don't want BBCLASSEXTEND = "native nativesdk". Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-support/gnutls/gnutls.inc | 2 -- meta/recipes-support/gnutls/gnu

Re: [OE-core] ✗ patchtest: failure for busybox: fix typo in CVE-2016-2147_2.patch Upstream-Status tag

2017-04-25 Thread Andre McCurdy
On Tue, Apr 25, 2017 at 9:06 AM, Leonardo Sandoval wrote: > On Thu, 2017-04-20 at 01:01 +, Patchwork wrote: >> == Series Details == >> >> Series: busybox: fix typo in CVE-2016-2147_2.patch Upstream-Status tag >> Revision: 1 >> URL :

[OE-core] [PATCH] cmake.bbclass: use weakest ??= assignment for default OECMAKE_SOURCEPATH

2017-04-27 Thread Andre McCurdy
Make it slightly easier to support situations where the default path needs to be over-ridden more than once. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cmake.bbclass

Re: [OE-core] [PATCH] Check if /etc/fstab exists

2017-04-27 Thread Andre McCurdy
On Thu, Apr 27, 2017 at 9:56 AM, Panagiotis Tamtamis wrote: > Using "read-only-rootfs" feature in minimal or special > purpose images (eg mounted images) makes build to fail > because ${IMAGE_ROOTFS}/etc/fstab file does not exist. > > Signed-off-by: Panagiotis

Re: [OE-core] [PATCH] distrodata: function to identify new packages on a release

2017-07-28 Thread Andre McCurdy
On Thu, Jul 27, 2017 at 11:32 PM, Tan Shen Joon wrote: > Identify new packages based on two distinct branches. This > script takes 2 parameters; either a commit-ish or a branch > name > > To run : distrocompare.sh > E.g. distrocompare.sh morty 92aa0e7 > E.g.

Re: [OE-core] [PATCH v2] autoconf: fix mistakes in SUMMARY and DESCRIPTION

2017-07-28 Thread Andre McCurdy
On Fri, Jul 28, 2017 at 1:26 PM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > v1 - procude -> produce > v2 - produce -> produces > > meta/recipes-devtools/autoconf/autoconf.inc | 4 ++-- > 1 file

Re: [OE-core] [PATCH 4/4] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-08 Thread Andre McCurdy
On Tue, Aug 8, 2017 at 11:55 AM, Mark Hatle wrote: > On 8/8/17 12:35 PM, Alexander Kanavin wrote: >> On 08/08/2017 06:58 PM, Mark Hatle wrote: >>> Can we somehow make openssl(10) or nettle a choice when compiling? >>> >>> I ask because I've worked on a few systems where

Re: [OE-core] [PATCH 4/4] cairo: Add pkgconfig for opengl support

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 7:19 AM, Khem Raj wrote: > Signed-off-by: Khem Raj Any explanation? Was this previously non-deterministic? If so, how far back does the problem go? > --- > meta/recipes-graphics/cairo/cairo.inc | 4 +++- > 1 file changed, 3

Re: [OE-core] [PATCH v3 07/11] image_types.bbclass: improve cpio image reproducibility

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 10:48 AM, Juro Bystricky wrote: > This patch helps to build cpio images that are binary reproducible. > The changes are as follows: > > 1. By default, cpio from the host is used, which can be quite old. >Hence we need to implement a way to

Re: [OE-core] [PATCH] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 4:16 AM, Alexander Kanavin wrote: > It has not been ported to openssl 1.1 (and there's nothing in upstream git), > but it's possible to use nettle or gcrypt intead. > > Also, provide a fallback option to use openssl 1.0 when necessary. > >

[OE-core] [PATCH 1/2] gnu-config: update SRC_URI to new savannah.gnu.org hostname

2017-07-25 Thread Andre McCurdy
http://sv.gnu.org/ now redirects to http://savannah.gnu.org/ Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb

[OE-core] [PATCH 2/2] mirrors.bbclass: provide git repo fallbacks using the https protocol

2017-07-25 Thread Andre McCurdy
no upstream alternative to the git native protocol for anonymous access ( see http://git.infradead.org/mtd-utils.git ). Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/mirrors.bbclass | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/classes/mirrors.bbc

Re: [OE-core] [RFC] recipe_links.bbclass: introduction

2017-08-18 Thread Andre McCurdy
On Fri, Aug 18, 2017 at 8:44 AM, Mark Asselstine wrote: > This is a new class which can be used (for example via USER_CLASSES in > local.conf) to make your build more development friendly. When > included this class will create symlinks to the various bb and >

Re: [OE-core] [PATCH] base.bbclass: trim duplicated whitespaces from BUILDCFG_VARS

2017-08-22 Thread Andre McCurdy
On Mon, Aug 21, 2017 at 4:43 AM, wrote: > From: Ming Liu > > To give a example: > Before the change, in our build console, TUNE_FEATURES looks like: > ... > TUNE_FEATURES = "arm armv7a vfp neoncortexa8" > ... > > After the

Re: [OE-core] [PATCH] webkitgtk: disable gobject-introspection on armv7a

2017-08-22 Thread Andre McCurdy
On Tue, Aug 22, 2017 at 12:36 AM, wrote: > From: Jackie Huang > > Disable gobject-introspection on armv7a to avoid > do_compile failure: > > | qemu: uncaught target signal 11 (Segmentation fault) - core dumped > | Segmentation fault > >

Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG options

2017-08-22 Thread Andre McCurdy
On Tue, Aug 22, 2017 at 12:42 AM, wrote: > From: Jackie Huang > > We want to provide python libs by default, and some other > popular Linux distributions like redhat/fedora does the same. Has something changed? Is there anything in

Re: [OE-core] [PATCH v2 5/6] busybox.inc: improve reproducibility

2017-05-01 Thread Andre McCurdy
On Mon, May 1, 2017 at 1:59 PM, Juro Bystricky wrote: > For reproducible builds do not generate build timestamp as part of > the version string. Maybe just do that by default? > Signed-off-by: Juro Bystricky > --- >

Re: [OE-core] [PATCH] module.bbclass: Add devshell support

2017-05-03 Thread Andre McCurdy
On Wed, May 3, 2017 at 9:13 AM, Stefan Wiehler wrote: > Adds development shell support for out-of-tree kernel modules by reproducing > the build environment of the compile task. > > Signed-off-by: Stefan Wiehler

Re: [OE-core] [PATCH] linux-libc-headers: fix duplicate IFF_LOWER_UP DORMANT ECHO on musl

2017-06-23 Thread Andre McCurdy
On Fri, Jun 23, 2017 at 4:41 PM, Denys Dmytriyenko wrote: > On Fri, Jun 23, 2017 at 04:20:41PM -0700, Khem Raj wrote: >> On Fri, Jun 23, 2017 at 7:17 AM, wrote: >> > Hi, >> > >> > I'm chipping in since I've been messing with these things a bit in upstream

Re: [OE-core] [morty][PATCH 1/1] openssl-native: Compile with -fPIC

2017-05-26 Thread Andre McCurdy
On Fri, May 26, 2017 at 12:03 AM, Mirza Krak wrote: > From: Khem Raj > > Fixes > | /usr/bin/ld: libcrypto.a(sha1-x86_64.o): relocation R_X86_64_PC32 against > undefined symbol `OPENSSL_ia32cap_P' can not be used when making a shared > object; recompile

Re: [OE-core] [meta-oe][PATCH v4] openssh: Atomically generate host keys

2017-05-26 Thread Andre McCurdy
On Thu, May 25, 2017 at 6:52 PM, Joshua Watt wrote: > Generating the host keys atomically prevents power interruptions during > the first boot from leaving the key files incomplete, which often > prevents users from being able to ssh into the device. > --- >

Re: [OE-core] KERNEL_IMAGETYPES and Image.gz

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 1:26 PM, Nicolas Dechesne <nicolas.deche...@linaro.org> wrote: > On Tue, May 30, 2017 at 7:15 PM, Andre McCurdy <armccu...@gmail.com> wrote: >>> gzip -9c < "${typeformake}" > "${KERNEL_OUTPUT_DIR}/${type}" >>>

Re: [OE-core] [PATCH] recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode, links"

2017-05-30 Thread Andre McCurdy
On Tue, May 30, 2017 at 1:08 AM, Martin Jansa wrote: > * Using "cp -a" leaks UID of user running the builds, causing > many QA warnings. > * See this thread for details: > > http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Using "cp

Re: [OE-core] [PATCH 1/2] package_rpm.bbclass: use multithreaded xz compression

2017-06-02 Thread Andre McCurdy
On Fri, Jun 2, 2017 at 4:40 AM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 06/01/2017 10:02 PM, Andre McCurdy wrote: >>> >>> RPM's default is single-threaded gz; the change greatly helps with >>> both buildtimes (when there is a

Re: [OE-core] [PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-06-01 Thread Andre McCurdy
On Thu, Jun 1, 2017 at 2:21 AM, Nicolas Dechesne wrote: > KERNEL_IMAGETYPES lists all the kernel images that we want to build. in > cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some > logic > was added to support vmlinux.gz which is not a

Re: [OE-core] [PATCH 1/2] package_rpm.bbclass: use multithreaded xz compression

2017-06-01 Thread Andre McCurdy
On Thu, Jun 1, 2017 at 8:15 AM, Alexander Kanavin wrote: > RPM's default is single-threaded gz; the change greatly helps with > both buildtimes (when there is a small number of large-sized packages) > and disk space taken by resulting rpms. Do you have any test

<    4   5   6   7   8   9   10   11   12   13   >