Re: [OE-core] Chaining compression support fixes for morty / pyro

2017-08-01 Thread srikanth krishnakar
RgfdfcD On 31-Jul-2017 7:27 PM, "Tom Rini" wrote: > Hi Armin, > > The following changes in master are relevant to both morty and pyro: > > commit 0a7ce0b971a208956cb895ba5a869ec8c5d94703 > Author: Tom Rini > Date: Fri Jul 21 18:06:33 2017 -0400 > > image.bbclass: Correct chaining compre

Re: [OE-core] [PATCH V2] mesa, llvm: Use native version of llvm-config

2017-08-01 Thread Burton, Ross
On 1 August 2017 at 01:23, Khem Raj wrote: > We have a variable YOCTO_ALTERNATE_EXE_PATH to point to > target sysroot, utilize this in mesa to use native version > of llvm-config to report values from target sysroot. > > Its in a way similar to --sysroot option > > strip out rpath since its absol

Re: [OE-core] [morty][PATCH 1/2] libpng: move SRC_URI back to SOURCEFORGE_MIRROR

2017-08-01 Thread Maxin B. John
Hi Armin, On Mon, Jul 24, 2017 at 09:04:40PM -0700, akuster808 wrote: > > > On 07/20/2017 04:51 AM, Maxin B. John wrote: > >Since GENTOO_MIRROR removes older binaries, move back to > >SOURCEFORGE_MIRROR > your fix is cleaner than what I had stagged. > thanks, > Armin > >[YOCTO #11554] Please ig

[OE-core] [PATCH][V2] re2c: fix build race

2017-08-01 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-support/re2c/re2c/mkdir.patch | 36 ++ meta/recipes-support/re2c/re2c_0.16.bb | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/re2c/re2c/mkdir.patch diff --git a/meta/rec

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread Ian Arkver
On 21/06/17 10:05, Anton Novikov wrote: [3 patch attachments] Any word on getting these patches applied to Morty? Is anything blocking them? Maybe they need resubmitted as individual patches? They do seem to apply cleanly on the current tip of morty (7d5822bf4c) and do fix various automake and

[OE-core] [morty][PATCH v2] libpng12: move SRC_URI back to SOURCEFORGE_MIRROR

2017-08-01 Thread Maxin B. John
Since GENTOO_MIRROR removes older binaries, move back to SOURCEFORGE_MIRROR. Also provide a MIRROR to "older-releases" directory. [YOCTO #11556] Signed-off-by: Maxin B. John --- meta/recipes-lsb4/libpng/libpng12_1.2.56.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/

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

2017-08-01 Thread Richard Purdie
On Mon, 2017-07-31 at 13:48 -0400, Denys Dmytriyenko wrote: > On Fri, Jul 28, 2017 at 04:47:40PM -0700, Andre McCurdy wrote: > > On Fri, Jul 28, 2017 at 1:26 PM, Denys Dmytriyenko > > wrote: > > > @@ -1,5 +1,5 @@ > > > -SUMMARY = "A GNU tool that procude shell scripts to > > > automatically config

Re: [OE-core] [PATCH V2] mesa, llvm: Use native version of llvm-config

2017-08-01 Thread Burton, Ross
ERROR: llvm-5.0-r0 do_compile: Function failed: do_compile (log file is located at /data/poky-tmp/master/build/work/corei7-64-poky-linux/llvm/5.0-r0/temp/log.do_compile.4542) ERROR: Logfile of failure stored in: /data/poky-tmp/master/build/work/corei7-64-poky-linux/llvm/5.0-r0/temp/log.do_compile.4

Re: [OE-core] [PATCH v2] openssh: Fix key generation with systemd

2017-08-01 Thread Burton, Ross
Sorry didn't notice the v2. In staging now. Ross On 25 July 2017 at 03:23, Joshua Watt wrote: > On Mon, 2017-07-03 at 20:18 -0500, Joshua Watt wrote: > > 106b59d9 broke SSH host key generation when systemd and a read-only > > root file > > system are in use because there isn't a way for system

Re: [OE-core] [PATCHv4 3/4] recipetool: create: handle git URLs specifying only a tag

2017-08-01 Thread Burton, Ross
The eSDK tests are failing with this applied: oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/build/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/testsdkext/environment-setup-core2-64-poky-linux > /dev/n

Re: [OE-core] [PATCH] local.conf.sample.extended: remove references to image_types_uboot

2017-08-01 Thread Drew Moseley
> On Jul 31, 2017, at 5:23 PM, Tom Rini wrote: > > On Mon, Jul 31, 2017 at 04:16:24PM -0400, drew.mose...@northern.tech wrote: > >> From: Drew Moseley >> >> This class was removed with commit: >>OE-Core rev: 65f27122950a35a67ce39ae4cfe93d0dca6b0dab >> >> Signed-off-by: Drew Moseley > >

[OE-core] [PATCH V2] local.conf.sample.extended: remove references to image_types_uboot

2017-08-01 Thread drew . moseley
From: Drew Moseley This class was removed with commit: OE-Core rev: 65f27122950a35a67ce39ae4cfe93d0dca6b0dab Signed-off-by: Drew Moseley --- meta-poky/conf/local.conf.sample.extended | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-pok

[OE-core] ✗ patchtest: failure for local.conf.sample.extended: remove references to image_types_uboot

2017-08-01 Thread Patchwork
== Series Details == Series: local.conf.sample.extended: remove references to image_types_uboot Revision: 1 URL : https://patchwork.openembedded.org/series/8052/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Sever

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

2017-08-01 Thread Alexander Kanavin
On 07/31/2017 09:57 PM, Khem Raj wrote: usually, sending it upstream at same time when its proposed here for OE is best. Then you can discuss it with upstream on sides, if upstream does not want a patch, that creates some maintenance debt for future upgrades but such is life. Also, if the patc

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-08-01 Thread Burton, Ross
Verifying this here. Building for qemuarm puts the binary in /usr/bin/dep. Building for intel-corei7-64 puts the binary in /usr/lib/x86_64-poky-linux/go/bin/dep. Ross On 31 July 2017 at 20:52, Otavio Salvador wrote: > On Mon, Jul 31, 2017 at 4:20 PM, Khem Raj wrote: > > > > > > On 7/31/17 12

[OE-core] [PATCH v2] python: don't include -tests with modules

2017-08-01 Thread Mark Asselstine
Although 'test' is listed in the python module list (https://docs.python.org/3/py-modindex.html) it is meant only to be used 'internally' by folks developing python itself. Per the documentation: Note The test package is meant for internal use by Python only. It is documented for the benefit o

[OE-core] [PATCH 1/4] musl: Drop the protected symbol optimization at configure time

2017-08-01 Thread Khem Raj
lld and gold can not handle it and treat it wrong Fixes [YOCTO #11689] Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 53a8ba196a..93e3535c8d 100644

[OE-core] [PATCH 2/4] mesa: Use chrpath to delete rpaths

2017-08-01 Thread Khem Raj
It adds native sysroot chrpath due to llvm-config in cross compiling we can delete them via chrpath, since libs are in standard paths rpath is really not needed Signed-off-by: Khem Raj --- meta/recipes-graphics/mesa/mesa.inc | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --gi

[OE-core] [PATCH 3/4] mesa: Depend on llvm-native

2017-08-01 Thread Khem Raj
We need to get llvm-config tool staged which is provided by llvm-native Signed-off-by: Khem Raj --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index da449fa70b.

[OE-core] [PATCH V2 4/4] mesa, llvm: Use native version of llvm-config

2017-08-01 Thread Khem Raj
We have a variable YOCTO_ALTERNATE_EXE_PATH to point to target sysroot, utilize this in mesa to use native version of llvm-config to report values from target sysroot. Signed-off-by: Khem Raj --- meta/recipes-devtools/llvm/llvm_git.bb | 16 +--- meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [PATCH V2] mesa, llvm: Use native version of llvm-config

2017-08-01 Thread Khem Raj
On Tue, Aug 1, 2017 at 3:44 AM, Burton, Ross wrote: > ERROR: llvm-5.0-r0 do_compile: Function failed: do_compile (log file is > located at > /data/poky-tmp/master/build/work/corei7-64-poky-linux/llvm/5.0-r0/temp/log.do_compile.4542) > ERROR: Logfile of failure stored in: > /data/poky-tmp/master/bu

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-08-01 Thread Khem Raj
On Tue, Aug 1, 2017 at 6:50 AM, Burton, Ross wrote: > Verifying this here. > > Building for qemuarm puts the binary in /usr/bin/dep. Building for > intel-corei7-64 puts the binary in /usr/lib/x86_64-poky-linux/go/bin/dep. > may be configure logs can tell why is it making this distinction. Since

Re: [OE-core] [morty][PATCH 1/2] libpng: move SRC_URI back to SOURCEFORGE_MIRROR

2017-08-01 Thread akuster808
On 08/01/2017 01:43 AM, Maxin B. John wrote: Hi Armin, On Mon, Jul 24, 2017 at 09:04:40PM -0700, akuster808 wrote: On 07/20/2017 04:51 AM, Maxin B. John wrote: Since GENTOO_MIRROR removes older binaries, move back to SOURCEFORGE_MIRROR your fix is cleaner than what I had stagged. thanks, A

Re: [OE-core] [PATCH 1/2] armv8: update to use armv8-a tune

2017-08-01 Thread akuster808
On 07/31/2017 12:04 PM, Khem Raj wrote: On 7/31/17 10:51 AM, Mark Hatle wrote: On 7/31/17 12:40 PM, akuster808 wrote: On 07/31/2017 10:31 AM, Mark Hatle wrote: On 7/31/17 12:16 PM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- meta/conf/machine/include/arm/arch-armv8.inc | 25 +++

Re: [OE-core] [PATCH 1/2] armv8: update to use armv8-a tune

2017-08-01 Thread Khem Raj
On Tue, Aug 1, 2017 at 8:17 AM, akuster808 wrote: > > > On 07/31/2017 12:04 PM, Khem Raj wrote: >> >> >> On 7/31/17 10:51 AM, Mark Hatle wrote: >>> >>> On 7/31/17 12:40 PM, akuster808 wrote: On 07/31/2017 10:31 AM, Mark Hatle wrote: > > On 7/31/17 12:16 PM, Armin Kuster wrot

Re: [OE-core] [PATCH 1/2] armv8: update to use armv8-a tune

2017-08-01 Thread Mark Hatle
On 8/1/17 10:20 AM, Khem Raj wrote: > On Tue, Aug 1, 2017 at 8:17 AM, akuster808 wrote: >> >> >> On 07/31/2017 12:04 PM, Khem Raj wrote: >>> >>> >>> On 7/31/17 10:51 AM, Mark Hatle wrote: On 7/31/17 12:40 PM, akuster808 wrote: > > > On 07/31/2017 10:31 AM, Mark Hatle wrote: >

Re: [OE-core] [PATCH 1/2] armv8: update to use armv8-a tune

2017-08-01 Thread Khem Raj
On Tue, Aug 1, 2017 at 8:24 AM, Mark Hatle wrote: > On 8/1/17 10:20 AM, Khem Raj wrote: >> On Tue, Aug 1, 2017 at 8:17 AM, akuster808 wrote: >>> >>> >>> On 07/31/2017 12:04 PM, Khem Raj wrote: On 7/31/17 10:51 AM, Mark Hatle wrote: > > On 7/31/17 12:40 PM, akuster808 wrote:

[OE-core] [PATCH] glibc: Update to latest on 2.26 pre-release

2017-08-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../glibc/cross-localedef-native_2.25.90.bb| 2 +- ...ress-pedantic-warning-caused-by-statement.patch | 90 ++ meta/recipes-core/glibc/glibc_2.25.90.bb | 3 +- 3 files changed, 93 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 1/4] wic-image-minimal: drop WKS_FILE_DEPENDS definition

2017-08-01 Thread liu . ming50
From: Ming Liu It's being set in image_types_wic.bbclass, not need to double set it here, furthermore, the dependencies are incomplete by missing e2fsprogs-native. Signed-off-by: Ming Liu --- meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 -- 1 file changed, 2 deletions(-) diff --

[OE-core] [PATCH 3/4] qemux86.conf: drop do_image_wic task dependencies

2017-08-01 Thread liu . ming50
From: Ming Liu They are being controlled by WKS_FILE_DEPENDS_DEFAULT, the code here is redundant and incomplete as well. Signed-off-by: Ming Liu --- meta/conf/machine/qemux86.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf

[OE-core] [PATCH 0/4] Clean up some do_image_wic redundant code

2017-08-01 Thread liu . ming50
From: Ming Liu Ming Liu (4): wic-image-minimal: drop WKS_FILE_DEPENDS definition image_types_wic.bbclass: deal with dependencies only with WKS_FILE_DEPENDS_DEFAULT qemux86.conf: drop do_image_wic task dependencies qemux86-64.conf: drop do_image_wic task dependencies meta-selftest/re

[OE-core] [PATCH 2/4] image_types_wic.bbclass: deal with dependencies only with WKS_FILE_DEPENDS_DEFAULT

2017-08-01 Thread liu . ming50
From: Ming Liu Drop do_image_wic depends varflags, move the dependencies to WKS_FILE_DEPENDS_DEFAULT. I can not see the need to maintain them in two different ways, besides that it's out of USING_WIC control. Signed-off-by: Ming Liu --- meta/classes/image_types_wic.bbclass | 3 +-- 1 file chan

[OE-core] [PATCH 4/4] qemux86-64.conf: drop do_image_wic task dependencies

2017-08-01 Thread liu . ming50
From: Ming Liu They are being controlled by WKS_FILE_DEPENDS_DEFAULT, the code here is redundant and incomplete as well. Signed-off-by: Ming Liu --- meta/conf/machine/qemux86-64.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux

Re: [OE-core] [oe-core][PATCH] powertop: update to v2.9

2017-08-01 Thread Burton, Ross
> +S = "${WORKDIR}/${PN}-v${PV}" ERROR: lib32-powertop-2.9-r0 do_populate_lic: QA Issue: lib32-powertop: LIC_FILES_CHKSUM points to an invalid file: /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-powertop/2.9-r0/lib32-powertop-v2.9/COP

[OE-core] [oe-core][PATCH 1/1] slang: fix terminfo related problems

2017-08-01 Thread Joe Slater
Do not use the JD_TERMCAP macro since we cannot get the terminfo from ncurses pkg-config variants, but fix the macro to not reference host directories. Also add src/test/Makefile.in so that we can use -ltermcap if we want to. Since the recipe DEPENDS on ncurses, we assume terminfo is there. Sign

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread akuster808
On 08/01/2017 02:50 AM, Ian Arkver wrote: On 21/06/17 10:05, Anton Novikov wrote: [3 patch attachments] only one patch is missing "fix case fallthrough and printf overflow warnings" the others I already had from other back ports. all are in my akuster/morty-next. - armin Any word on g

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread Otavio Salvador
On Tue, Aug 1, 2017 at 5:30 PM, akuster808 wrote: > > > On 08/01/2017 02:50 AM, Ian Arkver wrote: >> >> On 21/06/17 10:05, Anton Novikov wrote: >>> >>> [3 patch attachments] > > > only one patch is missing > > "fix case fallthrough and printf overflow warnings" > > the others I already had from ot

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread akuster808
On 08/01/2017 01:32 PM, Otavio Salvador wrote: On Tue, Aug 1, 2017 at 5:30 PM, akuster808 wrote: On 08/01/2017 02:50 AM, Ian Arkver wrote: On 21/06/17 10:05, Anton Novikov wrote: [3 patch attachments] only one patch is missing "fix case fallthrough and printf overflow warnings" the oth

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread Otavio Salvador
On Tue, Aug 1, 2017 at 5:33 PM, akuster808 wrote: > > > On 08/01/2017 01:32 PM, Otavio Salvador wrote: >> >> On Tue, Aug 1, 2017 at 5:30 PM, akuster808 wrote: >>> >>> >>> On 08/01/2017 02:50 AM, Ian Arkver wrote: On 21/06/17 10:05, Anton Novikov wrote: > > [3 patch attachments]