Re: [OE-core] [PATCH] devicetree.bbclass: User/BSP device tree source compilation class

2018-08-07 Thread Jaewon Lee
Hi Nathan, On 08/07/2018 04:59 AM, Nathan Rossi wrote: On 7 August 2018 at 07:16, Jaewon Lee wrote: Hi Nathan, What do you think about adding support for dts include files as well (.dtsi)? Hi Jaewon, Device tree include files already work with the implementation in this patch. The

Re: [OE-core] [yocto] Yocto Project changes in progress

2018-08-07 Thread Nicolas Dechesne
hi there, There have been various changes in the project recently which have caused concern for some users and contributors. I wanted to update everyone with the most recent developments. It is worth highlighting the recent news that: * The Yocto Project recently welcomed two new platinum

Re: [OE-core] [PATCH 1/2] remove allarch from recipes which rdepends on TUNE_PKGARCH packages

2018-08-07 Thread Mark Hatle
On 8/7/18 9:56 AM, Richard Purdie wrote: > On Tue, 2018-08-07 at 11:44 +0100, richard.pur...@linuxfoundation.org > wrote: >> On Tue, 2018-08-07 at 17:37 +0800, Kang Kai wrote: >>> On 2018年08月06日 22:51, Mark Hatle wrote: > >> resolvconf -> bash >> weston-init -> weston kbd > >

Re: [OE-core] [rocko][PATCH] cryptodev: Fix build errors with v4.13+

2018-08-07 Thread akuster808
On 08/06/2018 08:21 PM, Anuj Mittal wrote: > From: Daniel Schultz > > Without this compiles of 4.13 and later kernels fail. > > Backport from https://github.com/cryptodev-linux/cryptodev-linux > Based on commit f0d69774afb27ffc62bf353465fba145e70cb85a > > (From OE-Core rev:

Re: [OE-core] [PATCH 1/2] remove allarch from recipes which rdepends on TUNE_PKGARCH packages

2018-08-07 Thread Richard Purdie
On Tue, 2018-08-07 at 11:44 +0100, richard.pur...@linuxfoundation.org wrote: > On Tue, 2018-08-07 at 17:37 +0800, Kang Kai wrote: > > On 2018年08月06日 22:51, Mark Hatle wrote: > > > > > > > > > resolvconf -> bash > > > > > weston-init -> weston kbd > > > > > > > > weston RRECOMMENDS weston-init? >

[OE-core] Yocto Project Status WW32’18

2018-08-07 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M3. Next Deadline: YP 2.6 M2 Release Target was July 27, 2018 SWAT Team Rotation: · SWAT lead is currently: Armin · SWAT team rotation: Armin -> Maxin on Aug. 10, 2018 · SWAT team rotation: Maxin -> Chen on Aug. 17, 2018 ·

[OE-core] [PATCH] sstate: Add sstate usage summary to the build

2018-08-07 Thread Richard Purdie
Currently the user has no indication of how much sstate was already present or that would be used by the build. This change adds some summary information so that the user can see how much reuse is occurring. To fully work it needs some extra information from a recent bitbake commit but this is

Re: [OE-core] [PATCH] libusb: Add ptest

2018-08-07 Thread Maksym Kokhan via Openembedded-core
On Mon, Aug 6, 2018 at 7:53 PM Burton, Ross wrote: > > The upgrade to libusb 1.0.22 happened in *May* so please do try and > keep up to date with master. In this case git did managed to merge > anyway, but generally that won't be true. Thank you for your reply, I fixed my mistake so now my

[OE-core] [PATCH v3] libusb: Add ptest

2018-08-07 Thread Maksym Kokhan via Openembedded-core
Add ptest support to libusb package. Uses existing libusb tests. Signed-off-by: Maksym Kokhan Reviewed-by: Andrii Bordunov --- meta/recipes-support/libusb/libusb1/run-ptest | 15 +++ meta/recipes-support/libusb/libusb1_1.0.22.bb | 11 ++- 2 files changed, 25 insertions(+),

Re: [OE-core] [sumo][PATCH] alsa-lib: Cleanup packaging

2018-08-07 Thread Joshua Watt
On Tue, 2018-08-07 at 08:40 -0500, Joshua Watt wrote: > From: Joshua Watt > > Cleans up the packaging by moving libasound.so.2 back into the alsa- > lib > package which was previously empty. > > Previously, it was difficult to create an image that had > libasound.so.2, > then create an SDK from

[OE-core] [sumo][PATCH] alsa-lib: Cleanup packaging

2018-08-07 Thread Joshua Watt
From: Joshua Watt Cleans up the packaging by moving libasound.so.2 back into the alsa-lib package which was previously empty. Previously, it was difficult to create an image that had libasound.so.2, then create an SDK from that image that had the proper development files, because the only way

[OE-core] ✗ patchtest: failure for Add aarch64 SDK machine

2018-08-07 Thread Patchwork
== Series Details == Series: Add aarch64 SDK machine Revision: 1 URL : https://patchwork.openembedded.org/series/13415/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

Re: [OE-core] [PATCH] [PATCH] librepo:1.8.1 -> 1.9.0

2018-08-07 Thread Richard Purdie
On Tue, 2018-08-07 at 17:31 +0800, Hong Liu wrote: > Upgrade librepo from 1.8.1 to 1.9.0 > > Signed-off-by: Hong Liu > --- > meta/recipes-devtools/librepo/{librepo_1.8.1.bb => librepo_1.9.0.bb} > | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename

[OE-core] [PATCH] Add aarch64 SDK machine

2018-08-07 Thread Anders Roxell
Signed-off-by: Anders Roxell --- meta/conf/machine-sdk/aarch64.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/conf/machine-sdk/aarch64.conf diff --git a/meta/conf/machine-sdk/aarch64.conf b/meta/conf/machine-sdk/aarch64.conf new file mode 100644 index

Re: [OE-core] [PATCH] devicetree.bbclass: User/BSP device tree source compilation class

2018-08-07 Thread Nathan Rossi
On 7 August 2018 at 07:16, Jaewon Lee wrote: > Hi Nathan, > > What do you think about adding support for dts include files as well (.dtsi)? Hi Jaewon, Device tree include files already work with the implementation in this patch. The default include path is the same as the path of the dts files,

[OE-core] ✗ patchtest: failure for selftest/package: Fix hardlink test when using sstate

2018-08-07 Thread Patchwork
== Series Details == Series: selftest/package: Fix hardlink test when using sstate Revision: 1 URL : https://patchwork.openembedded.org/series/13414/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH] selftest/package: Fix hardlink test when using sstate

2018-08-07 Thread Richard Purdie
The build target won't cause the package task to run if things were already built and in sstate. Ensure we run the package task explicitly to ensure the test works as intended. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/package.py | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [yocto] Extract GPL sources

2018-08-07 Thread Fabien Lahoudere
Thanks Ross it works fine now. On Tue, 2018-08-07 at 11:38 +0100, Burton, Ross wrote: > I believe this is fixed in Pyro 2.3.4. > > Ross > > > On 7 August 2018 at 11:15, Fabien Lahoudere > wrote: > > Thanks Ross, > > > > I have an issue when using the archiver: > > > > local.conf: > > > >

Re: [OE-core] [PATCH V3] musl: Fix dirent struct alignment issue seen on armv5te

2018-08-07 Thread Richard Purdie
On Thu, 2018-08-02 at 11:43 -0700, Khem Raj wrote: > - its a general problem however observed on armv5te based boards in > OE > other arches either have ways to compensate for misaligned access > in hardware > or compiler does not use 8byte alignment > > - fix internal linux headers > > Full

Re: [OE-core] [PATCH 1/2] remove allarch from recipes which rdepends on TUNE_PKGARCH packages

2018-08-07 Thread richard . purdie
On Tue, 2018-08-07 at 17:37 +0800, Kang Kai wrote: > On 2018年08月06日 22:51, Mark Hatle wrote: > > On 8/3/18 4:28 PM, richard.pur...@linuxfoundation.org wrote: > > > On Fri, 2018-08-03 at 09:49 +0800, kai.k...@windriver.com wrote: > > > > From: Kai Kang > > > > > > > > The following allarch

Re: [OE-core] [yocto] Extract GPL sources

2018-08-07 Thread Burton, Ross
I believe this is fixed in Pyro 2.3.4. Ross On 7 August 2018 at 11:15, Fabien Lahoudere wrote: > Thanks Ross, > > I have an issue when using the archiver: > > local.conf: > > INHERIT += "archiver" > ARCHIVER_MODE[src] = "patched" > COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*' > > ERROR:

Re: [OE-core] [yocto] Extract GPL sources

2018-08-07 Thread Fabien Lahoudere
Thanks Ross, I have an issue when using the archiver: local.conf: INHERIT += "archiver" ARCHIVER_MODE[src] = "patched" COPYLEFT_LICENSE_INCLUDE = 'GPL* LGPL*' ERROR: gmp-native-6.1.2-r0 do_unpack_and_patch: Command Error: 'quilt --quiltrc

Re: [OE-core] [PATCH 1/2] remove allarch from recipes which rdepends on TUNE_PKGARCH packages

2018-08-07 Thread Kang Kai
On 2018年08月06日 22:51, Mark Hatle wrote: On 8/3/18 4:28 PM, richard.pur...@linuxfoundation.org wrote: On Fri, 2018-08-03 at 09:49 +0800, kai.k...@windriver.com wrote: From: Kai Kang The following allarch packages rdepends on TUNE_PKGARCH packages. So remove allarch from these recipes.

[OE-core] [PATCH] [PATCH] createrepo-c:0.10.0 -> 0.11.0

2018-08-07 Thread Hong Liu
Upgrade createrepo-c from 0.10.0 to 0.11.0 Signed-off-by: Hong Liu --- meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb

[OE-core] [PATCH] icu:61.1 -> 62.1

2018-08-07 Thread Hong Liu
1.Upgrade icu from 61.1 to 62.1. 2.0001-i18n-Drop-include-xlocale.h.patch has been merged. Signed-off-by: Hong Liu --- .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch | 34 -- .../icu/{icu_61.1.bb => icu_62.1.bb} | 5 ++-- 2 files changed, 2 insertions(+),

[OE-core] [PATCH] [PATCH] vala:0.40.4 -> 0.40.8

2018-08-07 Thread Hong Liu
Upgrade vala from 0.40.4 to 0.40.8 Signed-off-by: Hong Liu --- meta/recipes-devtools/vala/{vala_0.40.4.bb => vala_0.40.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.40.4.bb => vala_0.40.8.bb} (64%) diff --git

[OE-core] [PATCH] [PATCH] librepo:1.8.1 -> 1.9.0

2018-08-07 Thread Hong Liu
Upgrade librepo from 1.8.1 to 1.9.0 Signed-off-by: Hong Liu --- meta/recipes-devtools/librepo/{librepo_1.8.1.bb => librepo_1.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/librepo/{librepo_1.8.1.bb => librepo_1.9.0.bb} (93%) diff --git

[OE-core] [PATCH] [PATCH] npth:1.5 -> 1.6

2018-08-07 Thread Hong Liu
Upgrade npth from 1.5 to 1.6 Signed-off-by: Hong Liu --- meta/recipes-support/npth/{npth_1.5.bb => npth_1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/npth/{npth_1.5.bb => npth_1.6.bb} (81%) diff --git a/meta/recipes-support/npth/npth_1.5.bb

Re: [OE-core] [yocto] Extract GPL sources

2018-08-07 Thread Burton, Ross
Have a look at the archiver class. Ross On 7 August 2018 at 09:29, Fabien Lahoudere wrote: > Hello > > I need to extract all *GPL* sources patched related to an image in order to > publish them. > I want to do it automatically, ie 'bitbake myimage -c extract-gpl-sources' > Is there a mechanism

[OE-core] Extract GPL sources

2018-08-07 Thread Fabien Lahoudere
Hello I need to extract all *GPL* sources patched related to an image in order to publish them. I want to do it automatically, ie 'bitbake myimage -c extract-gpl-sources' Is there a mechanism to do that? If not do you have any idea how I can implement it? Thanks -- Fabien --

Re: [OE-core] [PATCH] binutils: Upgrade to 2.31 release branch

2018-08-07 Thread Robert Yang
Hi Khem, The new binutils may cause build failures with kernel 4.18 (linux-yocto-dev), arch/x86/Makefile:184: *** Compiler lacks asm-goto support.. Stop. The line for checking asm goto is in kernel's top Makefile: # check for 'asm goto' ifeq ($(shell $(CONFIG_SHELL)