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

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

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

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

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

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

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

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

Re: [OE-core] [PATCH] lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome

2017-11-06 Thread Andre McCurdy
On Fri, Oct 13, 2017 at 4:26 AM, wrote: > From: Ming Liu > > A flaw was found on my Ubuntu 14.04.5 LTS, on which that gnome-terminal is > the default terminal, when I run any of the tasks: > bitbake busybox -c menuconfig/devshell/devpyshell > bitbake

Re: [OE-core] Releases of BitBake to package for Fedora?

2017-11-06 Thread Andre McCurdy
On Mon, Nov 6, 2017 at 11:18 AM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Tuesday, 7 November 2017 8:16:06 AM NZDT Andre McCurdy wrote: >> On Mon, Nov 6, 2017 at 3:33 AM, Burton, Ross <ross.bur...@intel.com> wrote: >> > The bitbake API isn't real

Re: [OE-core] Releases of BitBake to package for Fedora?

2017-11-06 Thread Andre McCurdy
On Mon, Nov 6, 2017 at 3:33 AM, Burton, Ross wrote: > The bitbake API isn't really stable and has a reasonable amount of change, > so if you were to package it then there's a good chance it would be out of > date within six months and people who wanted to use the latest

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

2017-11-03 Thread Andre McCurdy
do_configure but not during do_compile. (In pyro and later, the libcheck dependency is not required to make libevdev builds deterministic due to recipe specific sysroots). Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-support/libevdev/libevdev_1.5.2.bb | 2 ++ 1 file chan

Re: [OE-core] [PATCH] wget: CVE-2017-13089 and CVE-2017-13090

2017-11-03 Thread Andre McCurdy
On Fri, Nov 3, 2017 at 2:03 AM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 11/02/2017 10:29 PM, Andre McCurdy wrote: >>>> >>>> Update the master to 1.19.2 instead please. >> >> Patching 1.19.1 does have the advantage of creating

Re: [OE-core] [PATCH] wget: CVE-2017-13089 and CVE-2017-13090

2017-11-02 Thread Andre McCurdy
On Tue, Oct 31, 2017 at 2:48 AM, Zhixiong Chi wrote: > On 2017年10月31日 17:13, Alexander Kanavin wrote: >> On 10/31/2017 11:02 AM, Zhixiong Chi wrote: >>> >>> Patches from: >>> >>>

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

2017-11-01 Thread Andre McCurdy
=d8668018d5d795be2297f878fd871a27edf532bf Signed-off-by: Andre McCurdy <armccu...@gmail.com> Signed-off-by: Ross Burton <ross.bur...@intel.com> --- ...ls-to-mpn_add_nc-if-HAVE_NATIVE_mpn_sub_n.patch | 78 ++ meta/recipes-support/gmp/gmp_4.2.1.bb | 1 + 2 files changed, 7

[OE-core] linux-firmware fetcher warnings

2017-10-31 Thread Andre McCurdy
The linux-firmware recipe is currently trying to fetch iwlwifi-8000C-19.ucode which according to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1579281 is an unreleased firmware image from a unofficial fork of the main linux-firmware repo. The "iwlwifi-8000C-19.ucode" file

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

2017-10-27 Thread Andre McCurdy
Setting IMAGE_FSTYPES_DEBUGFS to the same value as IMAGE_FSTYPES can lead to creating a large number of DEBUGFS filesystem images, many of which may not make much sense (or may not even be buildable). Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/conf/bitbake.conf | 2 +-

Re: [OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

2017-10-26 Thread Andre McCurdy
On Thu, Oct 26, 2017 at 1:51 PM, Slater, Joseph wrote: > I think values for the BACKFILL_CONSIDERED can be used, but only if they are > literals. I don't think any variable expansion occurs when getVar() is used > at the point of backfilling. Maybe the assumption is

Re: [OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

2017-10-26 Thread Andre McCurdy
On Thu, Oct 26, 2017 at 10:15 AM, Slater, Joseph wrote: > Okay, I don't know why, but at the time of backfilling the CONSIDERED list is > empty! This is not true if I use "=" to set it unconditionally in > arch-mips.inc, but it IS true if I try to set it via anything

Re: [OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

2017-10-25 Thread Andre McCurdy
On Wed, Oct 25, 2017 at 4:14 AM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 10/25/2017 02:43 AM, Andre McCurdy wrote: >> >> On Tue, Oct 24, 2017 at 4:23 PM, Joe Slater <jsla...@windriver.com> wrote: >>> >>> qemu-usermode is only a

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

2017-10-24 Thread Andre McCurdy
If PACKAGE_EXCLUDE is constructed using _append then it's possible that the final value will contain only a space. Currently that results in build failures due to an invalid opkg command line. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/package_ipk.bbclass | 2 +-

Re: [OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

2017-10-24 Thread Andre McCurdy
On Tue, Oct 24, 2017 at 4:23 PM, Joe Slater wrote: > qemu-usermode is only available for mips64 and o32 code. Isn't that already handled by meta/conf/machine/include/mips/arch-mips.inc # user mode qemu doesn't support mips64 n32: "Invalid ELF image for this

Re: [OE-core] [PATCH 3/5] autotools: move aclocal-copy to WORKDIR

2017-10-17 Thread Andre McCurdy
On Fri, Aug 5, 2016 at 8:17 AM, Ross Burton wrote: > To save time move the temporary copy of the autoconf macros, aclocal-copy, > from > ${B} to ${WORKDIR}. This ensures that it can't conflict with anything in ${S} > and means the pruning code doesn't need to know about

[OE-core] [PATCH] feature-arm-vfp.inc: drop unnecessary extra space from TUNE_CCARGS

2017-10-16 Thread Andre McCurdy
The trailing space added to TUNE_CCARGS when appending -mfpu=XXX is unnecessary and leads to a double space in the final value. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/conf/machine/include/arm/feature-arm-vfp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [OE-core] [PATCH 6/7] gcc6: Upgrade to 6.4

2017-10-15 Thread Andre McCurdy
On Sat, Oct 14, 2017 at 10:21 PM, akuster808 wrote: > why do we continue to maintain 2 versions of gcc? Probably the same reason why Buildroot continues to maintain 4 versions of gcc, it's useful for end users. https://git.buildroot.net/buildroot/tree/package/gcc --

Re: [OE-core] Illegal instruction when running go binaries in qemux86

2017-10-12 Thread Andre McCurdy
On Thu, Oct 12, 2017 at 5:16 AM, Paul Barker wrote: > On Thu, Oct 12, 2017 at 1:10 PM, Burton, Ross wrote: >> On 12 October 2017 at 13:07, Paul Barker wrote: >>> >>> Is it too late in the cycle for rocko to start adding "sse2"

Re: [OE-core] [PATCH] gcc-6.3: Backport patch to fix ICE on ARM

2017-10-10 Thread Andre McCurdy
On Tue, Oct 10, 2017 at 12:04 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Tue, Oct 10, 2017 at 10:59 AM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Sat, Oct 7, 2017 at 10:29 AM, Khem Raj <raj.k...@gmail.com> wrote: >>> Fixes >>> internal co

Re: [OE-core] [PATCH] gcc-6.3: Backport patch to fix ICE on ARM

2017-10-10 Thread Andre McCurdy
On Sat, Oct 7, 2017 at 10:29 AM, Khem Raj wrote: > Fixes > internal compiler error: Max. number of generated reload insns per insn is > achieved (90) Is there a plan to update gcc 6.3 -> 6.4 in OE 2.5? > Signed-off-by: Khem Raj > --- --

Re: [OE-core] [PATCH] cmake: Upgrade to 3.9.3 release

2017-10-09 Thread Andre McCurdy
On Mon, Oct 9, 2017 at 7:13 AM, Alexander Kanavin wrote: > On 10/09/2017 05:12 PM, Otavio Salvador wrote: >> >> -LIC_FILES_CHKSUM = >> "file://Copyright.txt;md5=8d8c7bc32f8797d23f5cf605d9339d2d \ >> +LIC_FILES_CHKSUM = >>

Re: [OE-core] Illegal instruction when running go binaries in qemux86

2017-10-09 Thread Andre McCurdy
On Mon, Oct 9, 2017 at 10:01 AM, Paul Barker wrote: > On Mon, Oct 9, 2017 at 5:49 PM, Khem Raj wrote: >> On Mon, Oct 9, 2017 at 9:16 AM, Paul Barker wrote: >>> On Mon, Oct 9, 2017 at 5:04 PM, Khem Raj wrote:

[OE-core] [PATCH v2] musl: use a more specific fix for ARM thumb + frame pointers

2017-10-09 Thread Andre McCurdy
aborts with an error about reusing r7, clang apparently silently generates broken code: https://bugs.llvm.org/show_bug.cgi?id=34165 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/musl/musl_git.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH] musl: use a more specific fix for ARM thumb + frame pointers

2017-10-06 Thread Andre McCurdy
aborts with an error about reusing r7, clang apparently silently generates broken code: https://bugs.llvm.org/show_bug.cgi?id=34165 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/musl/musl_git.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git

Re: [OE-core] [PATCH 00/16] Morty next pull request

2017-10-06 Thread Andre McCurdy
Hi Armin, On Fri, Oct 6, 2017 at 8:02 AM, Armin Kuster wrote: > Cover letter only > > Please consider these changes for Morty. > Clean build on AB I guess these changes are too late for this round but please consider for the next one:

Re: [OE-core] Recipe versions and layer confusion

2017-10-05 Thread Andre McCurdy
On Thu, Oct 5, 2017 at 2:44 PM, Leonardo Sandoval wrote: > On Thu, 5 Oct 2017 10:19:18 -0500 > Leonardo Sandoval wrote: > >> On Thu, 5 Oct 2017 16:49:28 +0200 >> Mike Looijmans

Re: [OE-core] [PATCH v2] siteinfo: nios2-linux - remove wrong mutex info

2017-10-03 Thread Andre McCurdy
On Tue, Oct 3, 2017 at 2:54 PM, Juro Bystricky wrote: > With the commit f4e8e9242c5df095b52688b083df3c9d36e7144b That revision doesn't exist in oe-core... > some nios2 builds > (uboot, core-image-minimal, etc) were broken due to db trying to use ARM > instructions >

[OE-core] [PATCH] systemd: drop unreferenced uclibc specific agetty -> getty patch

2017-10-03 Thread Andre McCurdy
The patch is uclibc specific and reference to it was removed from the systemd recipe in: http://git.openembedded.org/openembedded-core/commit/?id=653704e9cf325cb494eb23facca19e9f05132ffd Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- ...r-getty-to-agetty-in-console-setup-system

Re: [OE-core] [PATCH 0/2] busybox updating

2017-10-03 Thread Andre McCurdy
On Tue, Oct 3, 2017 at 8:38 AM, Andrej Valek wrote: > Update busybox to version 1.27.2 > Fix CVE-20177-5325 > > Changes: > - busybox: 1.24.1 -> 1.27.2: > - fixed link creation to shell > - reported bug with suid shells >

[OE-core] [morty][PATCH v2 1/2] coreutils_6.9: Disable broken man pages

2017-10-02 Thread Andre McCurdy
ation.org> Cherry-pick from meta-gplv2: http://git.yoctoproject.org/cgit/cgit.cgi/meta-gplv2/commit/?id=46349e1a8734fb94a04bf7c234c01fa175333238 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../coreutils/coreutils-6.9/no-man.patch| 21 + meta/reci

[OE-core] [morty][PATCH v2 2/2] coreutils_6.9: fix musl compilation

2017-10-02 Thread Andre McCurdy
t.org/cgit/cgit.cgi/meta-gplv2/commit/?id=e42ded0ee35d0aab0de8fa090eda9f1c08bcbb4c Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- ...-need-charset.alias-when-building-for-mus.patch | 46 ++ meta/recipes-core/coreutils/coreutils_6.9.bb | 1 + 2 files changed,

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

2017-10-02 Thread Andre McCurdy
Two minor patches backported from meta-gplv2 for the gplv2 coreutils recipe in oe-core morty. v2: Add Signed-off-by's to both patches + reference upstream meta-gplv2 commits and add _6.9 suffix in both commit messages. André Draszik (1): coreutils_6.9: fix musl compilation Richard Purdie (1):

[OE-core] [morty][PATCH 2/2] coreutils: fix musl compilation

2017-10-02 Thread Andre McCurdy
From: André Draszik As per the patch Signed-off-by: André Draszik Acked-by: Sylvain Lemieux Signed-off-by: Ross Burton --- ...-need-charset.alias-when-building-for-mus.patch | 44 ++

[OE-core] [morty][PATCH 1/2] coreutils: Disable broken man pages

2017-10-02 Thread Andre McCurdy
From: Richard Purdie These are generated from --help output of the host tools which is clearly incorrect, particularly given the older nature of this recipe. Simply disable them entirely. Signed-off-by: Richard Purdie ---

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

2017-10-02 Thread Andre McCurdy
Two minor patches backported from meta-gplv2 for the gplv2 coreutils recipe in oe-core morty. André Draszik (1): coreutils: fix musl compilation Richard Purdie (1): coreutils: Disable broken man pages ...-need-charset.alias-when-building-for-mus.patch | 44 ++

[OE-core] [PATCH] systemd: drop uclibc specific exp10 support patch

2017-10-02 Thread Andre McCurdy
This patch is clearly uclibc specific and appears to have been inadvertently left behind during the recent purging of uclibc specific patches from oe-core: http://git.openembedded.org/openembedded-core/commit/?id=e01e7c543a559c8926d72159b5cd55db0c661434 Signed-off-by: Andre McCurdy <arm

Re: [OE-core] [PATCH v3] initscripts: Remove empty packages

2017-09-29 Thread Andre McCurdy
On Fri, Sep 29, 2017 at 7:06 AM, Jef Driesen wrote: > Because the initscripts recipe contains only some shell scripts, the standard > packages (e.g. ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc, etc) are all > empty and can be removed. Removing empty -dev packages can

Re: [OE-core] [PATCH] goarch.bbclass: rework mips architecture checks

2017-09-27 Thread Andre McCurdy
On Wed, Sep 27, 2017 at 5:01 AM, Matt Madison wrote: > Move the mips32r2->mips32 rewrite to an anonymous > python function, and change the GOARCH setting to > use just the passed-in architecture string, to > avoid an unwanted variable dependency. > > Signed-off-by: Matt

Re: [OE-core] meta-toolchain / /bin/sh requirement / ldconfig backfill

2017-09-18 Thread Andre McCurdy
On Mon, Sep 18, 2017 at 3:00 PM, Mark Hatle <mark.ha...@windriver.com> wrote: > On 9/18/17 4:33 PM, Andre McCurdy wrote: >> On Mon, Sep 18, 2017 at 2:20 PM, Mark Hatle <mark.ha...@windriver.com> wrote: >>> On 9/18/17 4:05 PM, Andre McCurdy wrote: >>>> On

Re: [OE-core] meta-toolchain / /bin/sh requirement / ldconfig backfill

2017-09-18 Thread Andre McCurdy
On Mon, Sep 18, 2017 at 2:20 PM, Mark Hatle <mark.ha...@windriver.com> wrote: > On 9/18/17 4:05 PM, Andre McCurdy wrote: >> On Mon, Sep 18, 2017 at 12:30 PM, Mark Hatle <mark.ha...@windriver.com> >> wrote: >>> >>> Because of this, there is no way (wi

Re: [OE-core] [PATCH] base-files: profile: Get rid of "resize"

2017-09-18 Thread Andre McCurdy
On Mon, Sep 18, 2017 at 1:18 PM, Burton, Ross wrote: >> > There's a call to ioctl with TIOCSWINSZ which I'm >> > *guessing* is set window size. Google is not useful for this! It does >> > all this on stderr. >> > >> > So yes it *should* work, but not if you redirect

Re: [OE-core] meta-toolchain / /bin/sh requirement / ldconfig backfill

2017-09-18 Thread Andre McCurdy
On Mon, Sep 18, 2017 at 12:30 PM, Mark Hatle wrote: > > Because of this, there is no way (with a default configuration) to build > meta-toolchain > > Investigating further, ldconfig support moved from "USE_LDCONFIG" to a > distribution configuration. It does this

Re: [OE-core] [PATCH] base-files: profile: Get rid of "resize"

2017-09-18 Thread Andre McCurdy
On Mon, Sep 18, 2017 at 12:19 PM, Burton, Ross <ross.bur...@intel.com> wrote: > On 18 September 2017 at 20:01, Andre McCurdy <armccu...@gmail.com> wrote: >> >> > The question is does it do something useful *now*? >> >> I don't have a board with a serial

Re: [OE-core] [PATCH] base-files: profile: Get rid of "resize"

2017-09-18 Thread Andre McCurdy
On Mon, Sep 18, 2017 at 11:43 AM, Burton, Ross <ross.bur...@intel.com> wrote: > On 18 September 2017 at 19:41, Andre McCurdy <armccu...@gmail.com> wrote: >> >> On Mon, Sep 18, 2017 at 8:17 AM, Burton, Ross <ross.bur...@intel.com> >> wrote: >> > O

Re: [OE-core] [PATCH] base-files: profile: Get rid of "resize"

2017-09-18 Thread Andre McCurdy
On Mon, Sep 18, 2017 at 8:17 AM, Burton, Ross wrote: > On 18 September 2017 at 16:07, Peter Kjellerstedt > wrote: >> >> > -Original Message- >> > From: openembedded-core-boun...@lists.openembedded.org >> >

[OE-core] [daisy][PATCH 15/15] mklibs-native: update SRC_URI

2017-09-08 Thread Andre McCurdy
The upstream oe-core recipe fixed similar fetcher issues by switching to a specific debian snapshot version. However, the debian snapshot doesn't provide mklibs 0.1.38 so fetch from yoctoproject.org mirror instead. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-de

[OE-core] [daisy][PATCH 13/15] lsof: update SRC_URI

2017-09-08 Thread Andre McCurdy
The official lsof ftp site rejects download attempts from hosts for which it can not perform a DNS reverse-lookup. See: https://people.freebsd.org/~abe/ Fix for long download timeout and warnings from the bitbake fetcher. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/r

[OE-core] [daisy][PATCH 14/15] netbase: update SRC_URI

2017-09-08 Thread Andre McCurdy
The upstream oe-core recipe fixed similar fetcher issues by switching to a specific debian snapshot version. However, the debian snapshot doesn't provide netbase v5.2 so fetch from yoctoproject.org mirror instead. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/n

[OE-core] [daisy][PATCH 10/15] cryptodev-linux: update SRC_URI

2017-09-08 Thread Andre McCurdy
55b9c306fb) Tweak commit to apply to older cryptodev 1.6 recipe in OE 1.6 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-kernel/cryptodev/cryptodev_1.6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/cryptodev/cryptodev_1.6.in

[OE-core] [daisy][PATCH 12/15] libproxy: update SRC_URI

2017-09-08 Thread Andre McCurdy
Google Code has been shut down so libproxy tarball needs to be fetched from elsewhere. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-support/libproxy/libproxy_0.4.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/li

[OE-core] [daisy][PATCH 11/15] dpkg: update SRC_URI

2017-09-08 Thread Andre McCurdy
The upstream oe-core recipe fixed similar fetcher issues by switching to a specific debian snapshot version. However, the debian snapshot doesn't provide dpkg v1.17.4 so fetch from yoctoproject.org mirror instead. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-devtool

[OE-core] [daisy][PATCH 07/15] ossp-uuid: update SRC_URI to not use Google Code

2017-09-08 Thread Andre McCurdy
picked from commit 779c53911da663f06437e8a06c9a8c361d614fe6) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/re

[OE-core] [daisy][PATCH 09/15] pigz: Update SRC_URI

2017-09-08 Thread Andre McCurdy
picked from commit 839b17ffd96abff3e9cf47fb4a6d680637c865b1) Tweak commit to apply to older pigz v2.3.1 recipe in OE 1.6 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-extended/pigz/pigz.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/rec

[OE-core] [daisy][PATCH 08/15] ossp-uuid: use snapshot.debian.org for SRC_URI

2017-09-08 Thread Andre McCurdy
EBIAN_MIRROR} so upstream release checking continues to work. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> (cherry picked from commit 1b38ad4cb8faeb86c5e8cb6b7201194722c5ef31) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-devtools/ossp-uuid/o

[OE-core] [daisy][PATCH 05/15] mailx: fix SRC_URI

2017-09-08 Thread Andre McCurdy
From: Robert Yang <liezhi.y...@windriver.com> The old one is not available any more. Signed-off-by: Robert Yang <liezhi.y...@windriver.com> Signed-off-by: Ross Burton <ross.bur...@intel.com> (cherry picked from commit 3569d434e754a62ec998fbf48380d653d1524dc4) Signed-off-by: And

[OE-core] [daisy][PATCH 06/15] stat: fix SRC_URI

2017-09-08 Thread Andre McCurdy
; Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> (cherry picked from commit 45034239c7e38ec991aa75d7c30417c22bfdef28) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-extended/stat/stat_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[OE-core] [daisy][PATCH 04/15] dosfstools: fix SRC_URI

2017-09-08 Thread Andre McCurdy
ed-off-by: Robert Yang <liezhi.y...@windriver.com> (cherry picked from commit cba73a598abc396fae4fb582be98fc04cb2a580f) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[OE-core] [daisy][PATCH 01/15] setserial: add missing depends on groff-native

2017-09-08 Thread Andre McCurdy
ned-off-by: Saul Wold <s...@linux.intel.com> Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> (cherry picked from commit 1a1d1d89b490703ec163b82ba93f10a7d3e93270) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-bsp/setserial/setserial_2.17.bb | 2 ++ 1

[OE-core] [daisy][PATCH 03/15] base-passwd: fix SRC_URI

2017-09-08 Thread Andre McCurdy
from commit 9ac88e3a9ac36ed83f01ac21db57a3c01a24385e) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/recipes-core/base-passwd/base-passwd_3.5.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb b/meta/recipes-cor

[OE-core] [daisy][PATCH 00/15] SRC_URI and minor dependency fixes

2017-09-08 Thread Andre McCurdy
container etc where the host versions of the tools are not installed by default. Alejandro Hernandez (1): kernel: Added bc-native as DEPENDS Alexander Kanavin (1): ossp-uuid: update SRC_URI to not use Google Code Andre McCurdy (5): dpkg: update SRC_URI libproxy: update SRC_URI lsof

[OE-core] [daisy][PATCH 02/15] kernel: Added bc-native as DEPENDS

2017-09-08 Thread Andre McCurdy
picked from commit c067e52cffe002de3b39aa1bced308dd532859c1) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 58b0ec8..922752b 1

Re: [OE-core] [PATCH v2] kernel-module-split: rrecommend kernel-image instead of rdepend

2017-09-08 Thread Andre McCurdy
On Fri, Sep 8, 2017 at 1:06 PM, Paul Barker wrote: > > This breaks the method described in the kernel dev FAQ to omit the > kernel image from the rootfs which is to set the following in a conf > file: > > RDEPENDS_kernel-base = "" > > See >

Re: [OE-core] [PATCH] goarch.bbclass: Replace logic for setting GOARM

2017-09-07 Thread Andre McCurdy
On Thu, Sep 7, 2017 at 5:31 AM, Will Newton wrote: > The previous logic applied a regex to TUNE_FEATURES which could > set the GOARM value to 7 incorrectly, for example when dealing > with an arm1176 core. Simplify to check for the presence of > "armv7a" instead. At the

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-08-31 Thread Andre McCurdy
On Wed, Aug 30, 2017 at 11:32 PM, Peter Kjellerstedt wrote: >> >> Just for reference, I think you could achieve something quite similar >> with: >> >> bitbake --runall clean ( or rm -rf tmp ) >> bitbake --runall patch > > Yes, but the drawback with this is that

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-08-30 Thread Andre McCurdy
On Wed, Aug 30, 2017 at 2:03 AM, Tobias Hagelborn wrote: > On 07/07/2017 07:32 AM, Tobias Hagelborn wrote: >> >> UPDATE v2: >> - Rebased on latest Poky >> - Fixed issue with bad paths >> - Dirname based on $PN >> >> In our organization, there is a demand to be able

Re: [OE-core] [PATCH 0/2] Avoid build failures due to setscene errors

2017-08-29 Thread Andre McCurdy
On Tue, Aug 29, 2017 at 1:59 PM, Peter Kjellerstedt wrote: > We do have a daily job that cleans up the global sstate cache and > removes files that have not been accessed in the last ten days, but > it seems unlikely that it should remove a file that just happens to >

Re: [OE-core] [PATCH 0/2] Avoid build failures due to setscene errors

2017-08-29 Thread Andre McCurdy
On Tue, Aug 29, 2017 at 1:00 PM, Peter Kjellerstedt wrote: > Occasionally, we see errors on our autobuilders where a setscene task > fails to retrieve a file from our global sstate cache. It typically > looks something like this: > > WARNING: zip-3.0-r2

Re: [OE-core] [PATCH v3] initramfs-framework: Change recipe to be allarch

2017-08-29 Thread Andre McCurdy
On Sun, Aug 27, 2017 at 2:48 PM, Otavio Salvador wrote: > There is no COMPATIBLE_HOST in the recipe neither it makes sense for > this to be machine specific. > > Possibly, initramfs-framework's based modules may be machine specific > but if there is the case they can just

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Andre McCurdy
On Fri, Aug 25, 2017 at 5:16 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Fri, Aug 25, 2017 at 4:37 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Fri, Aug 25, 2017 at 3:42 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> OE-core minimal kernel has been

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Andre McCurdy
On Fri, Aug 25, 2017 at 3:42 PM, Khem Raj wrote: > OE-core minimal kernel has been bumped to 4.4 > so at this point I think its fine to remove it since there > is no reliable way for OE-Core to test out validity of > this patch If that's the official policy then let's bump

[OE-core] [PATCH 3/3] terminal.py: add support for mate-terminal in check_terminal_version()

2017-08-25 Thread Andre McCurdy
Not currently used, but include for completeness. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/lib/oe/terminal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 89ddb46..9eb19a2 100644 --- a/meta/lib/oe/termi

[OE-core] [PATCH 2/3] terminal.py: fix devshell with mate-terminal

2017-08-25 Thread Andre McCurdy
n is still supported: https://github.com/mate-desktop/mate-terminal Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/lib/oe/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 714772f..89ddb46 1

[OE-core] [PATCH 1/3] terminal.py: avoid 100% cpu while waiting for phonehome pid file

2017-08-25 Thread Andre McCurdy
Some of the less common terminal types haven't been tested with the recent phonehome pid file changes and there may be error cases where the pid file is never created. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta/lib/oe/terminal.py | 3 ++- 1 file changed, 2 insertions

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Andre McCurdy
On Fri, Aug 25, 2017 at 12:09 AM, Jose Alarcon <jose.alar...@ge.com> wrote: > On 24.08.2017 20:45, Andre McCurdy wrote: >> On Wed, Aug 23, 2017 at 10:37 PM, Jose Alarcon <jose.alar...@ge.com> wrote: >>> This patch was a temporal workaround needed with 4.1 kernels. &

Re: [OE-core] [PATCH] libinput: remove obsolete touchpad patch

2017-08-24 Thread Andre McCurdy
On Wed, Aug 23, 2017 at 10:37 PM, Jose Alarcon wrote: > This patch was a temporal workaround needed with 4.1 kernels. > Remove it. OLDEST_KERNEL is still set to 3.2.0 How can you be sure nobody is using 4.1 ? -- ___

Re: [OE-core] [PATCH] kernel-yocto: relax BSP definition test

2017-08-23 Thread Andre McCurdy
On Wed, Aug 23, 2017 at 11:54 AM, Bruce Ashfield wrote: > commit 44aea7b873 [kernel-yocto: ensure that only valid BSPs are built] > introduced a new check to ensure that a valid BSP definition was found, > rather than building something that 'closely' matched the

Re: [OE-core] [PATCH 7/7] sysprof: convert to meson build

2017-08-23 Thread Andre McCurdy
On Wed, Aug 23, 2017 at 10:06 AM, Alexander Kanavin wrote: > Drop autotools-specific patches. > > Rename polkit packageconfig option to sysprofd as 'polkit' does not > at all match what is happening. > > Remove --enable-compiler-warnings, as the equivalent in

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] 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] 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] [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] 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] 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 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

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 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 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 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] 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. > >

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] 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 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] 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 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(+) >

[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

[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

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