[OE-core] [PATCH 1/1] own-mirrors.bbclass: allow other settings of PREMIRRORS have effect

2017-10-10 Thread Chen Qi
If we inherit own-mirrors.bbclass, other settings of PREMIRRORS in our project would have no effect. This patch modifies the setting in own-mirrors.bbclass to allow other settings of PREMIRRORS to still have effect. Signed-off-by: Chen Qi --- meta/classes/own-mirrors.bbclass | 26 +-

[OE-core] [PATCH 0/1] own-mirrors.bbclass: allow other settings of PREMIRRORS have effect

2017-10-10 Thread Chen Qi
The following changes since commit 96967261993f8b583b51cdeccbb1fd06042d2192: bitbake: toaster/highlight.pack.js: Fix corrupted file (2017-10-10 11:05:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/own-mirrors http://git.pokylinux.org/cgit.cgi

Re: [OE-core] [PATCH] watchdog: install wd_keepalive service file to its own package

2017-10-10 Thread Yi Zhao
在 2017年10月02日 20:19, Burton, Ross 写道: On 29 September 2017 at 01:27, Yi Zhao > wrote: Move wd_keepalive.service from watchdog package to watchdog-keepalive package. Also remove debian specific code from the service file. Remember to say *why*.  Reading t

[OE-core] [PATCH v2] at-spi2-core: 2.24.1 -> 2.26.0

2017-10-10 Thread Huang Qiyu
1) Upgrade at-spi2-core from 2.24.1 to 2.26.0. 2) Delete one patch "0001-nls.m4-Take-it-from-gettext-0.15.patch", since it is integrated upstream. 3) Modify one patch "0001-build-Add-with-systemduserunitdir.patch", since the data has been changed. Signed-off-by: Huang Qiyu --- .../0001-build-A

Re: [OE-core] [PATCH] at-spi2-core: 2.24.1 -> 2.26.0

2017-10-10 Thread Huang, Qiyu
Sorry,I didn't notice this problem. Thanks for your feedback. I will send it again. huangqy From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, October 10, 2017 9:04 PM To: Huang, Qiyu/黄 琦宇 Cc: OE-core Subject: Re: [OE-core] [PATCH] at-spi2-core: 2.24.1 -> 2.26.0 On 10 October

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

2017-10-10 Thread Khem Raj
On Tue, Oct 10, 2017 at 1:31 PM, Otavio Salvador wrote: > On Tue, Oct 10, 2017 at 5:13 PM, Khem Raj wrote: >> On Tue, Oct 10, 2017 at 12:55 PM, Andre McCurdy wrote: >>> Just having the upgrade available to the community is useful, even if >>> there are no guarantees or testing. I've backporting

Re: [OE-core] [PATCH] go: update to go1.9.1

2017-10-10 Thread Khem Raj
On Tue, Oct 10, 2017 at 1:36 PM, Matt Madison wrote: > On Tue, Oct 10, 2017 at 9:40 AM, Khem Raj wrote: >> On Tue, Oct 10, 2017 at 9:28 AM, Burton, Ross wrote: >>> On 10 October 2017 at 12:05, Matt Madison wrote: +PV = "1.9.1" >>> >>> >>> Surely having a go-1.9.bb which then sets PV=1

[OE-core] [PATCH] devtool: standard: Expand SRCREV before using it in _update_recipe_srcrev

2017-10-10 Thread Peter Kjellerstedt
If SRCREV contains a variable reference, any devtool command that would try to update it would fail. E.g., if SRCREV = "R${PV}", then devtool finish without having committed any changes would fail with: oe.patch.CmdError: Command Error: 'sh -c 'git format-patch R${PV} -o /tmp/oepatchb_doareb -

Re: [OE-core] [PATCH 1/2] wic: When using --use-uuid make sure that we update the fstab with PARTUUID

2017-10-10 Thread Tom Rini
On Thu, Sep 21, 2017 at 01:46:16PM -0400, Tom Rini wrote: > When we have been told to use the UUID we should also update the fstab > to make use of PARTUUID instead of hard-coding the device in question. > This will make the resulting image much more portable. > > Signed-off-by: Tom Rini > --- >

Re: [OE-core] [PATCH] image.bbclass: allow override of image LICENSE

2017-10-10 Thread Paul Eggleton
Hi Pascal, On Thursday, 4 May 2017 3:28:40 AM NZDT Pascal Bach wrote: > Currently the LICENSE of every image is hard set to MIT. > This allows this to be overriden in derived images. Sorry to dredge this up, but when do you see the need to specify a different image LICENSE? Logically, an image

Re: [OE-core] [PATCH] go: update to go1.9.1

2017-10-10 Thread Matt Madison
On Tue, Oct 10, 2017 at 9:40 AM, Khem Raj wrote: > On Tue, Oct 10, 2017 at 9:28 AM, Burton, Ross wrote: >> On 10 October 2017 at 12:05, Matt Madison wrote: >>> >>> +PV = "1.9.1" >> >> >> Surely having a go-1.9.bb which then sets PV=1.9.1 is confusing at best? >> Why not just update the checksums

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

2017-10-10 Thread Otavio Salvador
On Tue, Oct 10, 2017 at 5:13 PM, Khem Raj wrote: > On Tue, Oct 10, 2017 at 12:55 PM, Andre McCurdy wrote: >> Just having the upgrade available to the community is useful, even if >> there are no guarantees or testing. I've backporting gcc 6.3 into my >> morty branch as it fixes build issues with

[OE-core] [PATCH] perl: Undefine d_libm_lib_version.

2017-10-10 Thread Daniel Díaz
A recent commit in GLIBC [1] got rid of _LIB_VERSION, which makes Perl's build fail: | pp.c:47:5: error: unknown type name '_LIB_VERSION_TYPE'; did you mean '__VERSION__'? | _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; | ^ | __VERSION__ | pp.c:47:38: error: '_IEEE_' unde

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

2017-10-10 Thread Khem Raj
On Tue, Oct 10, 2017 at 12:55 PM, Andre McCurdy wrote: > On Tue, Oct 10, 2017 at 12:04 PM, Khem Raj wrote: >> On Tue, Oct 10, 2017 at 10:59 AM, Andre McCurdy wrote: >>> On Sat, Oct 7, 2017 at 10:29 AM, Khem Raj wrote: Fixes internal compiler error: Max. number of generated reload insn

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 wrote: > On Tue, Oct 10, 2017 at 10:59 AM, Andre McCurdy wrote: >> 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 upda

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

2017-10-10 Thread Khem Raj
On Tue, Oct 10, 2017 at 10:59 AM, Andre McCurdy wrote: > 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? actually, I was thinking of n

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 > --- -- ___ Openembe

Re: [OE-core] [PATCH] go: update to go1.9.1

2017-10-10 Thread Khem Raj
On Tue, Oct 10, 2017 at 9:28 AM, Burton, Ross wrote: > On 10 October 2017 at 12:05, Matt Madison wrote: >> >> +PV = "1.9.1" > > > Surely having a go-1.9.bb which then sets PV=1.9.1 is confusing at best? > Why not just update the checksums and rename the files? > I think its in line with what we

Re: [OE-core] [PATCH v4] systemd: add runtime dependencies to pam plugins.

2017-10-10 Thread Burton, Ross
On 9 October 2017 at 20:00, Andy wrote: > this was change in git [1] and landed in v.2.13.0. I won't indent the > body in the future to prevent this. > That's stupid, I often quote by indenting in commit messages... :/ Ross -- ___ Openembedded-core m

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

2017-10-10 Thread Richard Purdie
On Tue, 2017-10-10 at 08:04 -0700, akuster808 wrote: > Do I need to rebase this request now that Morty has been updated? No, I've merged this, thanks! Cheers, Richard -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:

Re: [OE-core] [PATCH] go: update to go1.9.1

2017-10-10 Thread Burton, Ross
On 10 October 2017 at 12:05, Matt Madison wrote: > +PV = "1.9.1" > Surely having a go-1.9.bb which then sets PV=1.9.1 is confusing at best? Why not just update the checksums and rename the files? Ross -- ___ Openembedded-core mailing list Openembedde

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

2017-10-10 Thread akuster808
Do I need to rebase this request now that Morty has been updated? - armin On 10/06/2017 08:02 AM, Armin Kuster wrote: > Cover letter only > > Please consider these changes for Morty. > Clean build on AB > > The following changes since commit e2fcc721c2af8e2785a91eaceea1d81f503ea2ec: > > devtoo

Re: [OE-core] [pyro] some backported patches

2017-10-10 Thread akuster808
Andre On 10/06/2017 05:12 AM, André Draszik wrote: > Hi, > > Can these fixes/patches from master please be applied to pyro. I have integrated this series into my stagging. I ran into a build issue. I need to sort out if this came in with this set of other backports I have pending. regards, Armin

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

2017-10-10 Thread Martin Jansa
> How many recipes do you guys keep up to date on a regular basis? :-) If this is some kind of pissing contest, then over 700 just in our internal layers (not counting any work on meta-oe, meta-qt5, meta-webos-ports or meta-smartphone layers). On Tue, Oct 10, 2017 at 4:29 PM, Alexander Kanavin <

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

2017-10-10 Thread Alexander Kanavin
On 10/10/2017 04:57 PM, Peter Kjellerstedt wrote: That is not the entire story though. If you have COPY_LIC_MANIFEST and COPY_LIC_DIRS set in your configuration, the relevant licenses will be installed in the image, and for licenses specified with beginline and/or endline this only includes the

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

2017-10-10 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Alexander Kanavin > Sent: den 10 oktober 2017 13:17 > To: Andre McCurdy > Cc: Otavio Salvador ; OpenEmbedded Core > Mailing List > Subje

Re: [OE-core] [PATCH] at-spi2-core: 2.24.1 -> 2.26.0

2017-10-10 Thread Burton, Ross
On 10 October 2017 at 13:59, Huang Qiyu wrote: > 1) Upgrade at-spi2-core from 2.24.1 to 2.26.0. > 2) Delete one patch "0001-nls.m4-Take-it-from-gettext-0.15.patch", since > it is integrated upstream. > 3) Modify one patch "0001-nls.m4-Take-it-from-gettext-0.15.patch", since > the data has been ch

[OE-core] [PATCH] at-spi2-core: 2.24.1 -> 2.26.0

2017-10-10 Thread Huang Qiyu
1) Upgrade at-spi2-core from 2.24.1 to 2.26.0. 2) Delete one patch "0001-nls.m4-Take-it-from-gettext-0.15.patch", since it is integrated upstream. 3) Modify one patch "0001-nls.m4-Take-it-from-gettext-0.15.patch", since the data has been changed. Signed-off-by: Huang Qiyu --- .../0001-build-Ad

[OE-core] [PATCH v2] cmake: fix typo in toolchain file

2017-10-10 Thread Øystein Walle
From: Øystein Walle The missing underscore makes CMake define a new variable named "CMAKE" with the contents "ASM_FLAGS ${CMAKE_C_FLAGS}" instead of a variable named "CMAKE_ASM_FLAGS" with contents equal to "CMAKE_C_FLAGS". It seems clear that the intention was to assign "CMAKE_ASM_FLAGS". CMake

[OE-core] [PATCH] at-spi2-atk: 2.24.1 -> 2.26.0

2017-10-10 Thread Huang Qiyu
Upgrade at-spi2-atk from 2.24.1 to 2.26.0. Signed-off-by: Huang Qiyu --- .../atk/{at-spi2-atk_2.24.1.bb => at-spi2-atk_2.26.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-atk_2.24.1.bb => at-spi2-atk_2.26.0.bb} (83%) diff

[OE-core] [PATCH] atk: 2.24.0 -> 2.26.0

2017-10-10 Thread Huang Qiyu
Upgrade atk from 2.24.0 to 2.26.0. Signed-off-by: Huang Qiyu --- meta/recipes-support/atk/{atk_2.24.0.bb => atk_2.26.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{atk_2.24.0.bb => atk_2.26.0.bb} (79%) diff --git a/meta/recipes-support/atk/atk

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Philip Balister
On 10/10/2017 05:38 AM, Øystein Walle wrote: > On 10 October 2017 at 14:31, Maciej Borzęcki > wrote: >> On Tue, Oct 10, 2017 at 2:25 PM, Alexander Kanavin >> >>> Where is the typo and what is it, exactly? >> >> -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) >> >> missing _ between

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Alexander Kanavin
On 10/10/2017 03:38 PM, Øystein Walle wrote: I can resend the patch with a better commit message if you like. Yes please. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listi

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Øystein Walle
On 10 October 2017 at 14:31, Maciej Borzęcki wrote: > On Tue, Oct 10, 2017 at 2:25 PM, Alexander Kanavin > >> Where is the typo and what is it, exactly? > > -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) > > missing _ between CMAKE and ASM Correct. As it is the code defines a vari

Re: [OE-core] [PATCH] linux-yocto/4.12: integrate CGL features support

2017-10-10 Thread Bruce Ashfield
On Tue, Oct 10, 2017 at 3:20 AM, He Zhe wrote: > The CGL features now have a 4.12 port, so we can integrate them into > the reference kernel. I already have SRCREV updates queued for the kernels, but I hold on all these patches during the stabilization phase of the release in case I need to send

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Maciej Borzęcki
On Tue, Oct 10, 2017 at 2:25 PM, Alexander Kanavin wrote: > On 10/10/2017 03:00 PM, Øystein Walle wrote: > >> -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) >> +set( CMAKE_ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) > > > Where is the typo and what is it, exactly? -set( CMA

Re: [OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Alexander Kanavin
On 10/10/2017 03:00 PM, Øystein Walle wrote: -set( CMAKE ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) +set( CMAKE_ASM_FLAGS ${CMAKE_C_FLAGS} CACHE STRING "" FORCE ) Where is the typo and what is it, exactly? Alex -- ___ Openembedded-core maili

[OE-core] [PATCH] linux-firmware: make i.MX SDMA split complete

2017-10-10 Thread Mikko Ylinen
The commit to split i.MX SDMA firmware blobs in their own packages was not complete and results in a failure when trying to install full linux-firmware: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides linux-firmware-imx-sdma-license needed * by linux-firmware-1:0.0

[OE-core] [PATCH] cmake: fix typo in toolchain file

2017-10-10 Thread Øystein Walle
From: Øystein Walle Signed-off-by: Øystein Walle --- meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake b/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cma

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

2017-10-10 Thread Alexander Kanavin
On 10/10/2017 04:01 AM, Andre McCurdy wrote: -LIC_FILES_CHKSUM = "file://Copyright.txt;md5=8d8c7bc32f8797d23f5cf605d9339d2d \ +LIC_FILES_CHKSUM = "file://Copyright.txt;md5=24600643e5d1d2b8f7478ae5c9074949 \ file://Source/cmake.h;beginline=1;endline=3;md5=4494dee184212fc89c469c3acd555a14" What

[OE-core] [PATCH] go: update to go1.9.1

2017-10-10 Thread Matt Madison
Addresses two security issues, including CVE-2017-15041 Reference: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15041 Signed-off-by: Matt Madison --- meta/recipes-devtools/go/go-1.9.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/go/

[OE-core] [PATCH] perl: remove the reference of DEBUG_PREFIX_MAP

2017-10-10 Thread jackie.huang
From: Jackie Huang Remove all instances of -fdebug-prefix-map in ccflags* because they contain references to the build host and are not needed. Signed-off-by: Jackie Huang --- meta/recipes-devtools/perl/perl_5.24.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/pe

[OE-core] [PATCH] linux-yocto/4.12: integrate CGL features support

2017-10-10 Thread He Zhe
The CGL features now have a 4.12 port, so we can integrate them into the reference kernel. Signed-off-by: He Zhe --- meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.12.bb | 2 +- 3