Re: [OE-core] [oe-core][PATCH v3 2/3] arch-armv8.inc: add support for 32bits armv8 options

2016-11-21 Thread Fathi Boudra
Hi, On 21 November 2016 at 07:02, Herve Jourdain wrote: > Hi Khem, > > It does cover all the possibilities in armv8 (3 possible FPU and 2 possible > options - crc and crypto). > So if we want to be exhaustive, we probably need something similar. > If we just want to support cortex-a53, then we c

[OE-core] [PATCH] module.bbclass: allow to override location of Module.symvers

2016-11-21 Thread André Draszik
From: André Draszik Requiring all build systems for external kernel modules to place Module.symvers directly into ${B}/. is quite an artificial assumption/requirement. It doesn't have to end up there, but could easily end up somewhere below ${B}. Allow to override the location below ${B} Note t

[OE-core] [meta-oe][PATCH] systemd.bbclass: Support . in instance strings

2016-11-21 Thread Jonatan Pålsson
This modified regular expression allows systemd instance strings (the string between @ and .service) to contains dots, which is useful for file names which contain dots. The previous regular expression would stop matching at the first dot, while this expression stops matching at the last dot. Sign

Re: [OE-core] [oe-core][PATCH v3 2/3] arch-armv8.inc: add support for 32bits armv8 options

2016-11-21 Thread Herve Jourdain
Hi Fathi, I do agree with both of your statements, which is why I did it that way. But if some people want less tunes, that's the only way I can think of - because crc and crypto are not going away in armv8. I can re-write the file in a nicer way, but the amount of tunes, if we want to give some

[OE-core] [PATCH 4/5] iw: upgrade to 4.9

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-connectivity/iw/{iw_4.7.bb => iw_4.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iw/{iw_4.7.bb => iw_4.9.bb} (86%) diff --git a/meta/recipes-connectivity/iw/iw_4.7.bb b/meta/recipes-connectivity/iw

[OE-core] [PATCH 2/5] harfbuzz: upgrade to 1.3.3

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John --- .../harfbuzz/{harfbuzz_1.3.2.bb => harfbuzz_1.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.3.2.bb => harfbuzz_1.3.3.bb} (88%) diff --git a/meta/recipes-graphics/harfbuzz/harf

[OE-core] [PATCH 5/5] libsolv: upgrade to 0.6.24

2016-11-21 Thread Maxin B. John
Refreshed the following patch: a) 0001-Add-fallback-fopencookie-implementation.patch Signed-off-by: Maxin B. John --- .../0001-Add-fallback-fopencookie-implementation.patch | 16 +++- .../libsolv/{libsolv_0.6.23.bb => libsolv_0.6.24.bb} | 2 +- 2 files changed, 8 inser

[OE-core] [PATCH 1/5] bluez5: upgrade to 5.43

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-connectivity/bluez5/{bluez5_5.42.bb => bluez5_5.43.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez5/{bluez5_5.42.bb => bluez5_5.43.bb} (89%) diff --git a/meta/recipes-connectivity/bluez5/bluez5_5

[OE-core] [PATCH 3/5] ofono: upgrade to 1.19

2016-11-21 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} (52%) diff --git a/meta/recipes-connectivity/ofono/ofono_1.18.bb b

Re: [OE-core] [PATCH 3/5] ofono: upgrade to 1.19

2016-11-21 Thread André Draszik
On Mon, 2016-11-21 at 14:22 +0200, Maxin B. John wrote: > Signed-off-by: Maxin B. John > --- >  meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} | 4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-) >  rename meta/recipes-connectivity/ofono/{ofono_1.18.bb => ofono_1.19.bb} >

Re: [OE-core] [RFT][PATCH] systemd: Upgrade to 232

2016-11-21 Thread Dmitry Rozhkov
Hi Raj, Could you please add this change diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes- core/systemd/systemd_232.bb index 892a109..def6e05 100644 --- a/meta/recipes-core/systemd/systemd_232.bb +++ b/meta/recipes-core/systemd/systemd_232.bb @@ -275,7 +275,7 @@ python popula

[OE-core] [PATCH 0/2] Stop using update-alternatives to manage syslog init script

2016-11-21 Thread Markus Lehtonen
Managing (SysV) init scripts with update-alternatives seems to be a bad idea. Package scriptlets (i.e. preinst/postinst/prerm/postrm) in oe-core are constructed from multiple fragments originating from separate bbclasses. Thus, the exact final scriptlet(s) depend on the inheritance order of the cla

[OE-core] [PATCH 1/2] busybox: don't manage sysv init script with update-alternatives

2016-11-21 Thread Markus Lehtonen
This has proved to be a bad idea. Some package srciptlet (preinst/postinst/prerm/postrm) seems to break whatever we try to do. Basically the failures happend because the expeceted init script is not present when the scriptlet tries to run update-rc.d or start or stop the service. Another indication

[OE-core] [PATCH 2/2] sysklogd: don't use update-alternatives

2016-11-21 Thread Markus Lehtonen
Using update-alternatives for managing init scripts has proved to be problematic. Thus, don't use this method and just conflict with busybox-syslog, instead. [YOCTO #10433] Signed-off-by: Markus Lehtonen --- meta/recipes-extended/sysklogd/sysklogd.inc | 15 +++ 1 file changed, 3 ins

[OE-core] [PATCH v3] xinput-calibrator: use up-to-date git version

2016-11-21 Thread Diego Rondini
Use up-to-date version from git. While currently there aren't official releases newer than 0.7.5, quite some new features have been added in git, for example the ability to disable the calibration screen timeout. Additionally depend on libxrandr, so that xinput_calibrator can use the library direct

Re: [OE-core] [RFT][PATCH] systemd: Upgrade to 232

2016-11-21 Thread Khem Raj
Thanks, I have added it will be part of V2 On Mon, Nov 21, 2016 at 4:57 AM, Dmitry Rozhkov wrote: > Hi Raj, > > Could you please add this change > > > diff --git a/meta/recipes-core/systemd/systemd_232.bb b/meta/recipes- > core/systemd/systemd_232.bb > index 892a109..def6e05 100644 > --- a/meta/r

Re: [OE-core] [oe-core][PATCH v3 1/3] arch-arm64.inc: include arch-armv7ve instead of arch-armv7a

2016-11-21 Thread Khem Raj
On Sun, Nov 20, 2016 at 9:12 PM, Herve Jourdain wrote: > Hi Khem, > > Do you want me to resubmit the patch with a better commit message? > Or do you want to submit yours instead? > I'm fine either way. Dont worry I will submit the one in my tree and add your sign off. if you test that out. > > H

Re: [OE-core] [PATCH 2/5] taglib: Update to 1.11.1

2016-11-21 Thread Burton, Ross
On 16 November 2016 at 17:47, Khem Raj wrote: > -DEPENDS = "zlib" > +DEPENDS = "zlib boost" > This appears to be an optional dependency and pulls in all of boost for a byte swapping macro, which whilst I appreciate is in the spirit of C++ isn't great considering GCC has its own macros that it al

[OE-core] [oe-core][PATCH 1/1] libxml-parser-perl: add expat/Makefile dependency

2016-11-21 Thread Joe Slater
The file Expat.bs (which is empty!) is created by BOOTSTRAP, but is deleted by INST_DYNAMIC. Make sure we are not creating and deleting it at the same time. Signed-off-by: Joe Slater --- .../perl/libxml-parser-perl_2.44.bb|2 ++ 1 file changed, 2 insertions(+) diff --git a/

[OE-core] [PATCH] pigz: Update to version 2.3.4

2016-11-21 Thread Fabio Berton
- Change SRC_URI to fetch sources from Github archives. Pigz official site maintains only the latest tarball version and Github have all versions avaiable to download. - Remove patch link-order.patch. The following commit fix this issue: https://github.com/madler/pigz/commit/c3f91d

[OE-core] [PATCH] nettle: Update to version 3.3

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta/recipes-support/nettle/{nettle_3.2.bb => nettle_3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nettle/{nettle_3.2.bb => nettle_3.3.bb} (75%) diff --git a/meta/recipes-support/nettle/nettle_3.2.bb b/meta/recipes

[OE-core] [PATCH] libgpg-error: Update to version 1.25

2016-11-21 Thread Fabio Berton
License checksum changes are not related to license changes. Signed-off-by: Fabio Berton --- .../libgpg-error/{libgpg-error_1.24.bb => libgpg-error_1.25.bb}| 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.24.bb => libgpg-

[OE-core] [PATCHv2] apt-package: Include maintenance scripts

2016-11-21 Thread Linus Wallgren
Apt can run multiple tasks daily, such as for example clean, update, autoclean, unattended-upgrades etc. [YOCTO #10669] Signed-off-by: Linus Wallgren --- meta/recipes-devtools/apt/apt-package.inc | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/meta/recipes-de

[OE-core] [PATCH] buildhistory-collect-srcrevs: write an srcrev when named, not None

2016-11-21 Thread Christopher Larson
From: Christopher Larson The script was writing the main 'SRCREV' value for SRCREV_name, not the value of the latter. In the case of recipes without 'SRCREV', like linux-yocto, it was writing an srcrev of 'None' for all of them. Cc: Paul Eggleton Signed-off-by: Christopher Larson --- scripts/

Re: [OE-core] [PATCH] sanity: removed broken compiler check

2016-11-21 Thread Christopher Larson
On Wed, Nov 16, 2016 at 4:39 AM, Enrico Scholz < enrico.sch...@sigma-chemnitz.de> wrote: > From: Enrico Scholz > > The compiler check is broken because it checks for the existance of > ${CC} as a file. This fails with ccache with > > |Please install the following missing utilities: C Compile

Re: [OE-core] [PATCH 2/5] taglib: Update to 1.11.1

2016-11-21 Thread Khem Raj
On 11/21/16 9:57 AM, Burton, Ross wrote: > On 16 November 2016 at 17:47, Khem Raj > wrote: > > -DEPENDS = "zlib" > +DEPENDS = "zlib boost" > > > This appears to be an optional dependency and pulls in all of boost for a byte > swapping macro, which whilst I a

Re: [OE-core] [PATCH 1/5] systemd: Upgrade to 232

2016-11-21 Thread Khem Raj
On 11/18/16 4:38 AM, Burton, Ross wrote: > > On 16 November 2016 at 17:47, Khem Raj > wrote: > > * Drop support for rcS.d SysV init scripts. > These are prone to cause dependency loops, and almost all packages with > rcS scripts now ship a native syst