[OE-core] [PATCH] harfbuzz: update 1.1.2 -> 1.1.3

2016-01-11 Thread Andre McCurdy
Misc recipe formatting cleanup, plus version update as described below. http://cgit.freedesktop.org/harfbuzz/tree/NEWS Overview of changes leading to 1.1.3 Monday, January 11, 2016 - Ported Indic shaper to Unicode 8.0 data. - Universal Shaping Engine fixes.

[OE-core] [PATCH 5/5] strace: update 4.10 -> 4.11

2016-01-11 Thread Andre McCurdy
Noteworthy changes in release 4.11 (2015-12-21) === * Changes in behavior * Some syscalls have different names depending on architecture and personality. In these cases, syscall filtering and printing now consistently uses the names that match

[OE-core] [PATCH 4/5] strace: fix ARCH definition in tests/Makefile

2016-01-11 Thread Andre McCurdy
TARGET_ARCH doesn't map to strace's ARCH variable, so we can't assign one from the other. Forcing the incorrect value via the make command line doesn't cause any problems with strace v4.10, but it will do for strace v4.11. Signed-off-by: Andre McCurdy --- .../define-OS-ARCH-in-tests-Makefile-am.

[OE-core] [PATCH 3/5] strace: remove need for git-version-gen script

2016-01-11 Thread Andre McCurdy
The git-version-gen isn't really needed in order to determine the version of tarball releases, so avoid the need to provide our own copy. Signed-off-by: Andre McCurdy --- .../strace/strace/disable-git-version-gen.patch| 20 ++ .../recipes-devtools/strace/strace/git-version-gen | 225 ---

[OE-core] [PATCH 1/5] strace: drop unnecessary dependency on acl

2016-01-11 Thread Andre McCurdy
The dependency on acl was removed from strace prior to the v4.10 release, so it's no longer necessary to add a configure option to allow acl to be disabled. http://sourceforge.net/p/strace/code/ci/681452b0f854833d4bd443fcd9bb0bab2b46339f Signed-off-by: Andre McCurdy --- .../strace/strace-add

[OE-core] [PATCH 2/5] strace: fix --disable-aio configure option

2016-01-11 Thread Andre McCurdy
Remove the original unconditional check for libaio.h, since it's included in the newly added conditional check. Signed-off-by: Andre McCurdy --- .../strace/strace/strace-add-configure-options.patch | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/meta/rec

[OE-core] [PATCH 0/5] strace: misc fixes + update 4.10 -> 4.11

2016-01-11 Thread Andre McCurdy
Andre McCurdy (5): strace: drop unnecessary dependency on acl strace: fix --disable-aio configure option strace: remove need for git-version-gen script strace: fix ARCH definition in tests/Makefile strace: update 4.10 -> 4.11 .../0001-Add-linux-aarch64-arch_regs.h.patch | 25 ---

Re: [OE-core] [PATCH 00/40] [jethro] Consolidated pull

2016-01-11 Thread Robert Yang
On 12/28/2015 03:14 PM, Robert Yang wrote: The following changes since commit 224bcc2ead676600bcd9e290ed23d9b2ed2f481e: rpcbind: Security Advisory - rpcbind - CVE-2015-7236 (2015-12-08 00:18:12 -0800) are available in the git repository at: git://git.openembedded.org/openembedded-cor

[OE-core] [PATCH] net-tools_1.60-26.bb: Error fix

2016-01-11 Thread Li Xin
when set PATCHTOOL = "patch" in conf/local.conf,error will occur in the step of do_patch. The error is: "quilt: command not found",so fix it. Signed-off-by: Li Xin --- meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/

Re: [OE-core] [PATCH] uclibc: Upgrade to 1.0.10

2016-01-11 Thread Andre McCurdy
On Thu, Jan 7, 2016 at 9:55 AM, Khem Raj wrote: > Drop upstreamed patches > Seems to fix parallel build race with locales So can this now be reverted? http://git.openembedded.org/openembedded-core/commit/?id=6bb6fd592ca9caac75504b8c339e20ab54c0cae9 > Signed-off-by: Khem Raj > --- > meta/re

Re: [OE-core] [PATCH v2] tzdata: Make /etc/timezone optional

2016-01-11 Thread Andre McCurdy
On Tue, Jan 5, 2016 at 11:04 AM, Haris Okanovic wrote: > Add INSTALL_TIMEZONE_FILE config variable to enable/disable installation > of ${sysconfdir}/timezone (/etc/timezone) by tzdata packages. Defaults > to "1" to maintain previous behavior. > > Most libc implementations can be configured to retr

Re: [OE-core] [PATCH][V2][Jethro, fido 01/10] libxml2: security fix CVE-2015-7941

2016-01-11 Thread Robert Yang
Hi Armin, I got strange errors when apply the patches: $ git am /tmp/jethro/*libxml2* [snip] Applying: libxml2: security fix CVE-2015-7500 /buildarea/lyang1/poky/.git/rebase-apply/patch:80: trailing whitespace. /buildarea/lyang1/poky/.git/rebase-apply/patch:82: space before tab in indent.

Re: [OE-core] [PATCH][V2][Jethro, fido 1/3] openssl: fix for CVE-2015-3193

2016-01-11 Thread Robert Yang
Hi Armin, I got strange errors when use git am: git am /tmp/jethro/*openssl* Applying: openssl: fix for CVE-2015-3193 /buildarea/lyang1/poky/.git/rebase-apply/patch:24: trailing whitespace. This patch was imported from /buildarea/lyang1/poky/.git/rebase-apply/patch:41: space before tab in inde

Re: [OE-core] [PATCH 2/2 [RFC]] image.bbclass: Unconditional includes of populate_sdk_ext fails

2016-01-11 Thread Paul Eggleton
On Mon, 11 Jan 2016 15:12:05 Mark Hatle wrote: > populate_sdk_ext requires uninative support, which is only available on > glibc based SDKMACHINES. For instance, when using mingw32 a dependency > error will occur: > > NOTE: Runtime target 'nativesdk-glibc' is unbuildable, removing... > ERROR: Req

Re: [OE-core] [RESEND PATCH v3] util-linux: create util-linux-runuser package

2016-01-11 Thread Paul Eggleton
On Wed, 23 Dec 2015 12:03:03 Ioan-Adrian Ratiu wrote: > On Tue, 22 Dec 2015 17:34:12 + > > "Burton, Ross" wrote: > > On 15 December 2015 at 09:49, Ioan-Adrian Ratiu wrote: > > > Split runuser into its own package (previously provided by util-linux). > > > Since runuser is compiled only when

Re: [OE-core] [PATCH 3/9] pax-utils: 1.0.5 -> 1.1.4

2016-01-11 Thread Hongxu Jia
On 01/12/2016 09:22 AM, Khem Raj wrote: On Jan 11, 2016, at 5:14 PM, Randy MacLeod wrote: On 2016-01-10 07:30 PM, Hongxu Jia wrote: Signed-off-by: Hongxu Jia --- .../pax-utils/{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [OE-core] [PATCH 0/2] autotools.bbclass: use relative path to run configure script

2016-01-11 Thread Robert Yang
Thanks all, I updated "glibc-initial.inc: use relative path to run configure", now it should work for external source: git://git.openembedded.org/openembedded-core-contrib rbt/relative http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/relative Robert Yang (2): glibc

Re: [OE-core] [PATCH 6/7] curl: upgrade to 7.46

2016-01-11 Thread ChenQi
On 01/12/2016 09:23 AM, Khem Raj wrote: On Jan 11, 2016, at 5:18 PM, ChenQi wrote: On 01/12/2016 02:20 AM, Khem Raj wrote: On Jan 10, 2016, at 9:58 PM, Chen Qi wrote: Signed-off-by: Chen Qi --- meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 -- 1 file changed, 4 inserti

Re: [OE-core] [PATCH 3/3] oeqa/runtime/parselogs: escape special character for grep

2016-01-11 Thread Yi Zhao
在 2016年01月08日 16:59, Burton, Ross 写道: On 8 January 2016 at 08:44, Yi Zhao > wrote: It still need to escape quotation marks if using -F option. Consider the following log: [521514.737] (EE) evdev: Qemu Tablet: Unable to open evdev device "/dev/inp

Re: [OE-core] [PATCH 0/8] Packages Upgrade

2016-01-11 Thread Robert Yang
Updated this patches a little, drop libbsd patches since Martin had upgraded it: git://git.openembedded.org/openembedded-core-contrib rbt/PU http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU Robert Yang (7): autogen-native: 5.18.5 -> 5.18.6 file: 5.24 -> 5.25

Re: [OE-core] [PATCH 6/7] curl: upgrade to 7.46

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 5:18 PM, ChenQi wrote: > > On 01/12/2016 02:20 AM, Khem Raj wrote: >>> On Jan 10, 2016, at 9:58 PM, Chen Qi wrote: >>> >>> Signed-off-by: Chen Qi >>> --- >>> meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 -- >>> 1 file changed, 4 insertions(+), 2 de

Re: [OE-core] [PATCH 3/9] pax-utils: 1.0.5 -> 1.1.4

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 5:14 PM, Randy MacLeod > wrote: > > On 2016-01-10 07:30 PM, Hongxu Jia wrote: >> Signed-off-by: Hongxu Jia >> --- >> .../pax-utils/{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} | 4 >> ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> rename meta/rec

Re: [OE-core] [PATCH 6/7] curl: upgrade to 7.46

2016-01-11 Thread ChenQi
On 01/12/2016 02:20 AM, Khem Raj wrote: On Jan 10, 2016, at 9:58 PM, Chen Qi wrote: Signed-off-by: Chen Qi --- meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0

Re: [OE-core] [PATCH 3/9] pax-utils: 1.0.5 -> 1.1.4

2016-01-11 Thread Randy MacLeod
On 2016-01-10 07:30 PM, Hongxu Jia wrote: Signed-off-by: Hongxu Jia --- .../pax-utils/{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/pax-utils/{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} (83%) d

Re: [OE-core] invoking a native compiler (gcc)

2016-01-11 Thread Khem Raj
> On Jan 7, 2016, at 10:01 AM, Trevor Woerner wrote: > > > > On 01/07/16 11:37, Richard Purdie wrote: >> On Thu, 2016-01-07 at 15:46 +, Burton, Ross wrote: >>> On 7 January 2016 at 15:40, Trevor Woerner >>> wrote: I was surprised to find that BUILD_CC is being set to whatever co

Re: [OE-core] [PATCH 1/4] qemu.bbclass: duplicate armv7a over-ride for armv7ve

2016-01-11 Thread Khem Raj
> On Jan 7, 2016, at 1:17 PM, Andre McCurdy wrote: > > On Thu, Jan 7, 2016 at 1:09 PM, Martin Jansa wrote: >> On Thu, Jan 07, 2016 at 12:53:10PM -0800, Andre McCurdy wrote: >>> Signed-off-by: Andre McCurdy >>> --- >>> meta/classes/qemu.bbclass | 1 + >>> 1 file changed, 1 insertion(+) >>> >>>

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 3:35 PM, Richard Purdie > wrote: > > On Mon, 2016-01-11 at 15:21 -0800, Khem Raj wrote: >>> On Jan 11, 2016, at 2:36 PM, Paul Eggleton < >>> paul.eggle...@linux.intel.com> wrote: >>> >>> On Mon, 11 Jan 2016 13:17:14 Khem Raj wrote: > On Jan 11, 2016, at 1:07 PM, Paul

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Richard Purdie
On Mon, 2016-01-11 at 15:21 -0800, Khem Raj wrote: > > On Jan 11, 2016, at 2:36 PM, Paul Eggleton < > > paul.eggle...@linux.intel.com> wrote: > > > > On Mon, 11 Jan 2016 13:17:14 Khem Raj wrote: > > > > On Jan 11, 2016, at 1:07 PM, Paul Eggleton < > > > > paul.eggle...@linux.intel.com> > > > > wro

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 2:36 PM, Paul Eggleton > wrote: > > On Mon, 11 Jan 2016 13:17:14 Khem Raj wrote: >>> On Jan 11, 2016, at 1:07 PM, Paul Eggleton >>> wrote:> >>> On Mon, 11 Jan 2016 09:36:36 Paul Eggleton wrote: On Mon, 11 Jan 2016 09:26:39 Paul Eggleton wrote: > On Fri, 08 Jan 20

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Andre McCurdy
On Mon, Jan 11, 2016 at 3:07 PM, Richard Purdie wrote: > On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: >> > On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: >> > >> > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: >> > > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit >

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 3:07 PM, Richard Purdie > wrote: > > On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: >>> On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: >>> >>> On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Richard Purdie
On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: > > On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: > > > > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: > > > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit > > > -frame-pointer -O4 -ffast-math" > > > +FULL_OPTIMIZATION

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 2:36 PM, Paul Eggleton > wrote: > > On Mon, 11 Jan 2016 13:17:14 Khem Raj wrote: >>> On Jan 11, 2016, at 1:07 PM, Paul Eggleton >>> wrote:> >>> On Mon, 11 Jan 2016 09:36:36 Paul Eggleton wrote: On Mon, 11 Jan 2016 09:26:39 Paul Eggleton wrote: > On Fri, 08 Jan 20

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Khem Raj
> On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: > > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: >> FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer >> -O4 -ffast-math" >> +FULL_OPTIMIZATION_armv7ve = "-fexpensive-optimizations -fomit-frame-pointer >> -O

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Paul Eggleton
On Mon, 11 Jan 2016 13:17:14 Khem Raj wrote: > > On Jan 11, 2016, at 1:07 PM, Paul Eggleton > > wrote:> > > On Mon, 11 Jan 2016 09:36:36 Paul Eggleton wrote: > >> On Mon, 11 Jan 2016 09:26:39 Paul Eggleton wrote: > >>> On Fri, 08 Jan 2016 18:22:49 Richard Purdie wrote: > xz gives better comp

Re: [OE-core] [PATCH RFC] sstate: Switch from tgz to tar.xz for sstate

2016-01-11 Thread Richard Purdie
On Mon, 2016-01-11 at 12:00 -0800, Andre McCurdy wrote: > On Mon, Jan 11, 2016 at 11:52 AM, Khem Raj > wrote: > > > > > On Jan 11, 2016, at 11:05 AM, Andre McCurdy > > > wrote: > > > > > > On Sat, Jan 9, 2016 at 8:42 AM, Richard Purdie > > > wrote: > > > > xz compresses with a better compressi

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 1:07 PM, Paul Eggleton > wrote: > > On Mon, 11 Jan 2016 09:36:36 Paul Eggleton wrote: >> On Mon, 11 Jan 2016 09:26:39 Paul Eggleton wrote: >>> On Fri, 08 Jan 2016 18:22:49 Richard Purdie wrote: xz gives better compression results than bzip/gz but is often slower.

[OE-core] [PATCH 0/2] Fix some oe-core issues using meta-mingw

2016-01-11 Thread Mark Hatle
There are two patches here.. 1/2 seems like it's pretty straight forward and should be able to be used as is. = to ?= 2/2 however is more of an RFC. I discovered today that the always on native of the populate_sdk_ext has broken non-Linux SDKMACHINEs. I put together something that only enabled

[OE-core] [PATCH 2/2 [RFC]] image.bbclass: Unconditional includes of populate_sdk_ext fails

2016-01-11 Thread Mark Hatle
populate_sdk_ext requires uninative support, which is only available on glibc based SDKMACHINES. For instance, when using mingw32 a dependency error will occur: NOTE: Runtime target 'nativesdk-glibc' is unbuildable, removing... ERROR: Required build target 'core-image-minimal' has no buildable pr

[OE-core] [PATCH 1/2] tcmode-default.inc: Fix preferred provider nativesdk-sdk_prefix-libc-initial

2016-01-11 Thread Mark Hatle
Similar to the libc-for-gcc preferred provider, we also need a libc-initial version. Layers such as meta-mingw need the ability to override these values in order to generate an SDK that works on non Linux environments. Signed-off-by: Mark Hatle --- meta/conf/distro/include/tcmode-default.inc |

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Paul Eggleton
On Mon, 11 Jan 2016 09:36:36 Paul Eggleton wrote: > On Mon, 11 Jan 2016 09:26:39 Paul Eggleton wrote: > > On Fri, 08 Jan 2016 18:22:49 Richard Purdie wrote: > > > xz gives better compression results than bzip/gz but is often slower. > > > Using parallel compression mitigates this somewhat and is pa

Re: [OE-core] [PATCH v2 2/2] boost: update to 1.60.0

2016-01-11 Thread Khem Raj
Ross > On Jan 5, 2016, at 9:31 AM, Burton, Ross wrote: > > On 5 January 2016 at 09:32, Lukas Bulwahn > wrote: > Due to the version update to 1.59.0, the two patches previously > backported in this recipe are now dropped. The actual status of > the arm-intr

Re: [OE-core] [PATCH v2 1/2] boost: ensure boost to remain an empty metapackage

2016-01-11 Thread Khem Raj
> On Jan 5, 2016, at 1:32 AM, Lukas Bulwahn > wrote: > > To ensure that boost remains an empty metapackage after version > updates, we explicitly require boost files to be empty. If new > libraries exist after a version update of the boost recipe, > bitbake will emit a warning at the do_package

Re: [OE-core] [PATCH RFC] sstate: Switch from tgz to tar.xz for sstate

2016-01-11 Thread Andre McCurdy
On Mon, Jan 11, 2016 at 12:12 PM, Khem Raj wrote: > >> On Jan 11, 2016, at 12:00 PM, Andre McCurdy wrote: >> >> On Mon, Jan 11, 2016 at 11:52 AM, Khem Raj wrote: >>> On Jan 11, 2016, at 11:05 AM, Andre McCurdy wrote: On Sat, Jan 9, 2016 at 8:42 AM, Richard Purdie wrote: >>>

Re: [OE-core] [PATCH 3/4] lib/oe/rootfs: Use list_pkgs() instead of list()

2016-01-11 Thread Mariano Lopez
On 01/09/2016 05:55 PM, Pau Espin Pedrol wrote: Hi, I don't have the env to test the patch anymore. However, I have a question on this patch. I inline the comment in the code here, below the related lines: 2016-01-07 21:07 GMT+01:00 >: From: Mari

Re: [OE-core] [PATCH RFC] sstate: Switch from tgz to tar.xz for sstate

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 12:00 PM, Andre McCurdy wrote: > > On Mon, Jan 11, 2016 at 11:52 AM, Khem Raj wrote: >> >>> On Jan 11, 2016, at 11:05 AM, Andre McCurdy wrote: >>> >>> On Sat, Jan 9, 2016 at 8:42 AM, Richard Purdie >>> wrote: xz compresses with a better compression ratio than gz w

Re: [OE-core] [PATCHv2][RFC] arch-armv7ve.inc: respect armv7a override as well

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 11:52 AM, Phil Blundell wrote: > > On Mon, 2016-01-11 at 11:10 -0800, Khem Raj wrote: >> So I was asking was what improvements do we get if we choose armv7ve as tune >> and I did not get any definitive answers. > > If you compile with -march=armv7ve then you get the intege

Re: [OE-core] [PATCH RFC] sstate: Switch from tgz to tar.xz for sstate

2016-01-11 Thread Andre McCurdy
On Mon, Jan 11, 2016 at 11:52 AM, Khem Raj wrote: > >> On Jan 11, 2016, at 11:05 AM, Andre McCurdy wrote: >> >> On Sat, Jan 9, 2016 at 8:42 AM, Richard Purdie >> wrote: >>> xz compresses with a better compression ratio than gz with similar speed >>> for compression and decompression. >> >> When

Re: [OE-core] [PATCHv2][RFC] arch-armv7ve.inc: respect armv7a override as well

2016-01-11 Thread Andre McCurdy
On Mon, Jan 11, 2016 at 11:10 AM, Khem Raj wrote: > >> On Jan 8, 2016, at 10:24 AM, Andre McCurdy wrote: >> >> On Fri, Jan 8, 2016 at 9:00 AM, Martin Jansa wrote: >>> On Fri, Jan 08, 2016 at 08:24:36AM -0800, Andre McCurdy wrote: On Fri, Jan 8, 2016 at 4:44 AM, Martin Jansa wrote: >>

Re: [OE-core] [PATCH RFC] sstate: Switch from tgz to tar.xz for sstate

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 11:05 AM, Andre McCurdy wrote: > > On Sat, Jan 9, 2016 at 8:42 AM, Richard Purdie > wrote: >> xz compresses with a better compression ratio than gz with similar speed >> for compression and decompression. > > When you measured compression speed to be similar, was that wit

Re: [OE-core] [PATCHv2][RFC] arch-armv7ve.inc: respect armv7a override as well

2016-01-11 Thread Phil Blundell
On Mon, 2016-01-11 at 11:10 -0800, Khem Raj wrote: > So I was asking was what improvements do we get if we choose armv7ve as tune > and I did not get any definitive answers. If you compile with -march=armv7ve then you get the integer divide instructions, which are not enabled under -march=armv7a.

Re: [OE-core] [PATCHv2][RFC] arch-armv7ve.inc: respect armv7a override as well

2016-01-11 Thread Khem Raj
> On Jan 8, 2016, at 10:24 AM, Andre McCurdy wrote: > > On Fri, Jan 8, 2016 at 9:00 AM, Martin Jansa wrote: >> On Fri, Jan 08, 2016 at 08:24:36AM -0800, Andre McCurdy wrote: >>> On Fri, Jan 8, 2016 at 4:44 AM, Martin Jansa wrote: * in all cases we currently have we consider armv7ve to be

Re: [OE-core] [PATCH RFC] sstate: Switch from tgz to tar.xz for sstate

2016-01-11 Thread Andre McCurdy
On Sat, Jan 9, 2016 at 8:42 AM, Richard Purdie wrote: > xz compresses with a better compression ratio than gz with similar speed > for compression and decompression. When you measured compression speed to be similar, was that with parallel compression? If so, with how many CPU cores? A quick tes

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Randy Witt
On 01/08/2016 10:22 AM, Richard Purdie wrote: xz gives better compression results than bzip/gz but is often slower. Using parallel compression mitigates this somewhat and is particularly useful for the SDK. xz as of 5.2.0 allows for multi-threaded compression. http://git.tukaani.org/?p=xz.git;

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Andre McCurdy
On Sat, Jan 9, 2016 at 9:14 AM, Khem Raj wrote: > On Fri, Jan 8, 2016 at 10:22 AM, Richard Purdie > wrote: >> xz gives better compression results than bzip/gz but is often slower. >> Using parallel compression mitigates this somewhat and is particularly >> useful for the SDK. > > I have proposed

Re: [OE-core] [PATCH 6/7] curl: upgrade to 7.46

2016-01-11 Thread Khem Raj
> On Jan 10, 2016, at 9:58 PM, Chen Qi wrote: > > Signed-off-by: Chen Qi > --- > meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > rename meta/recipes-support/curl/{curl_7.45.0.bb => curl_7.46.0.bb} (92%) > > diff --git

Re: [OE-core] Handliong Duplicate Files

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 3:13 AM, Chris Trobridge > wrote: > > Hi, > > I have been looking into producing a 'python3-dbus' recipe, based on the > python-dbus recipe. > > This recipe outputs a couple of files that are version independent but end up > overlapping and causing the build to fail: >

[OE-core] [PATCH] bitbake.conf: rename python-native-runtime

2016-01-11 Thread Ed Bartosh
The code in native.bbclass adds -native suffix to the package names that don't have it. Renamed python-native-runtime -> hostpython-runtime-native to avoid mangling it and to conform with the naming convetion for native packages. Signed-off-by: Ed Bartosh --- meta/conf/bitbake.conf | 2 +- 1 fi

[OE-core] [PATCH 1/1] linux-yocto: introduce v4.4 standard/preempt-rt/standard kernel

2016-01-11 Thread Bruce Ashfield
The 4.4 kernel has been under test via linux-yocto-dev, and is the next LTS/LTSI kernel. So we take our -dev support and created a named/versioned recipe for use in upcoming releases. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 27 +++ meta/

[OE-core] [PATCH 0/1] linux-yocto: introduce 4.4 named/versioned recipe

2016-01-11 Thread Bruce Ashfield
Richard/Ross, The 4.4 kernel has been released for about 20 hours, so it is about time we get a named recipe in oe-core master :) This is a quick update and re-test of what has already been in linux-yocto -dev. Nothing blew up in my smoke testing, so hopefully that means a smooth integration. Th

Re: [OE-core] [PATCH 3/3] oe.gpg_sign: support obs-signd

2016-01-11 Thread Mark Hatle
On 1/11/16 10:13 AM, Markus Lehtonen wrote: > Implement support for remote signing using obs-signd. It is now possible > to sign both RPM packages and package feeds with this method. The user > just needs to set RPM_GPG_BACKEND and/or PACKAGE_FEED_GPG_BACKEND > variables to 'obssign' in the bitbake

Re: [OE-core] [PATCH 1/2] glibc-initial.inc: use relative path to run configure

2016-01-11 Thread Mark Hatle
On 1/11/16 10:18 AM, Christopher Larson wrote: > > On Mon, Jan 11, 2016 at 8:06 AM, Mark Hatle > wrote: > > On 1/11/16 8:55 AM, Trevor Woerner wrote: > > > > > > On 01/11/16 00:11, Robert Yang wrote: > >> Avoid potential build path in output f

Re: [OE-core] [PATCH 1/2] glibc-initial.inc: use relative path to run configure

2016-01-11 Thread Christopher Larson
On Mon, Jan 11, 2016 at 8:06 AM, Mark Hatle wrote: > On 1/11/16 8:55 AM, Trevor Woerner wrote: > > > > > > On 01/11/16 00:11, Robert Yang wrote: > >> Avoid potential build path in output files. > >> > >> [YOCTO #8894] > >> > >> Signed-off-by: Robert Yang > >> --- > >> meta/recipes-core/glibc/gl

[OE-core] [PATCH 0/3] Support remote RPM signing

2016-01-11 Thread Markus Lehtonen
This patchset enables remote signing of RPM packages and package feeds using the obs-signd signing server from openSUSE. https://github.com/openSUSE/obs-sign https://en.opensuse.org/openSUSE:Build_Service_Signer Other remote signing methods should be easy to add, later. The first patch of the ser

[OE-core] [PATCH 2/3] New lib module for handling GPG signing

2016-01-11 Thread Markus Lehtonen
Add a new Python module (oe.gpg_sign) for handling GPG signing operations, i.e. currently package and package feed signing. The purpose is to be able to more easily support various signing backends. Currently, only local on-the-build-host signing is implemented. [YOCTO #8755] Signed-off-by: Marku

[OE-core] [PATCH 3/3] oe.gpg_sign: support obs-signd

2016-01-11 Thread Markus Lehtonen
Implement support for remote signing using obs-signd. It is now possible to sign both RPM packages and package feeds with this method. The user just needs to set RPM_GPG_BACKEND and/or PACKAGE_FEED_GPG_BACKEND variables to 'obssign' in the bitbake config. Of course, in addition, one needs to setup

[OE-core] [PATCH 1/3] sign_rpm.bbclass: fix task dependencies

2016-01-11 Thread Markus Lehtonen
do_rootfs task needs to depend on signing-keys:do_export_public_keys. The rpm signing public key needs to be present in order to prevent a crash because it is imported into the rootfs rpmdb before rootfs creation starts. Signed-off-by: Markus Lehtonen --- meta/classes/sign_rpm.bbclass | 1 + 1 f

[OE-core] [PATCH 5/5] subversion: Upgrade 1.9.2 -> 1.9.3

2016-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../subversion/{subversion_1.9.2.bb => subversion_1.9.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/subversion/{subversion_1.9.2.bb => subversion_1.9.3.bb} (96%) diff --git a/meta/recipes-devtools/subver

Re: [OE-core] [PATCH 1/2] glibc-initial.inc: use relative path to run configure

2016-01-11 Thread Mark Hatle
On 1/11/16 8:55 AM, Trevor Woerner wrote: > > > On 01/11/16 00:11, Robert Yang wrote: >> Avoid potential build path in output files. >> >> [YOCTO #8894] >> >> Signed-off-by: Robert Yang >> --- >> meta/recipes-core/glibc/glibc-initial.inc |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(

[OE-core] [PATCH 1/5] gdb: upgrade to 7.10.1

2016-01-11 Thread Richard Purdie
The PPC inferior patch was dropped since an equivalent fix was merged upstream. Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-default.inc| 2 +- .../gdb/{gdb-7.9.1.inc => gdb-7.10.1.inc} | 4 +- ...adian_7.9.1.bb => gdb-cross-canadian_7.10.1.bb} | 0 .../{

[OE-core] [PATCH 2/5] lttng-modules: Upgrade to 2.7.1

2016-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-modules_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index 33aa125..53d2482 100644 --- a/meta/recipe

[OE-core] [PATCH 3/5] lttng-tools: Upgrade to 2.7.1

2016-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb index 4c42251..e68e7f3 100644 --- a/meta/recipes-kern

[OE-core] [PATCH 4/5] lttng-ust: Upgrade to 2.7.1

2016-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-ust_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/meta/recipes-kernel/lttng/lttng-ust_git.bb index 1c08403..9ffe9bc 100644 --- a/meta/recipes-kernel/ltt

Re: [OE-core] [PATCH v2 2/3] base-files: create ${base_bindir} etc. instead of /bin, /sbin and /lib

2016-01-11 Thread Mark Hatle
On 1/10/16 11:13 AM, Matthias Schiffer wrote: (Trimming to just this comment) > * I stand by my opinion that moving files automatically is a bad idea, > and the FILES issue mentioned in the other thread further backs my point > (besides that issue, I've mentioned relative symlinks and relative pat

Re: [OE-core] [PATCH 1/2] glibc-initial.inc: use relative path to run configure

2016-01-11 Thread Trevor Woerner
On 01/11/16 00:11, Robert Yang wrote: > Avoid potential build path in output files. > > [YOCTO #8894] > > Signed-off-by: Robert Yang > --- > meta/recipes-core/glibc/glibc-initial.inc |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/glibc/glibc-initia

Re: [OE-core] [PATCH] pixz: Add 1.0.6

2016-01-11 Thread Burton, Ross
On 10 January 2016 at 20:26, Paul Eggleton wrote: > > " > https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz"; > > Can we rely on this never changing? I thought we'd experienced problems > with > github's release tarballs being generated on the fly in the past... I've spo

[OE-core] [PATCH] wic/help.py: document requirements for valid fstab generation

2016-01-11 Thread Joshua Lock
Without one of the --ondrive, --ondisk or --use-uuid options for a partition with a mountpoint specified the automatically generated fstab entry will be invalid. [YOCTO #8844] Signed-off-by: Joshua Lock --- scripts/lib/wic/help.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/scrip

[OE-core] some dev pkg bring extra target packages when installed in rootfs

2016-01-11 Thread Ahsan, Noor
Hello, I noticed one thing that when we add dev-pkg in IMAGE_FEATURE variable it not only install the dev package of corresponding target packages present in rootfs rather it also brings in extra target packages. I investigated it and I found that the reason of inclusion of extra target package

Re: [OE-core] [dizzy][PATCH] grub2: Fix CVE-2015-8370

2016-01-11 Thread Belal, Awais
Thanks a lot Joshua and sorry for the hassle. BR, Awais From: Joshua Lock [joshuag...@gmail.com] Sent: Monday, January 11, 2016 4:14 PM To: Belal, Awais Cc: akuster808; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [dizzy][PATCH] grub2: Fix CVE-20

Re: [OE-core] [dizzy][PATCH] grub2: Fix CVE-2015-8370

2016-01-11 Thread Joshua Lock
On 8 January 2016 at 10:45, Belal, Awais wrote: > Hi Armin, > > Thanks a lot. > > Can you please share the diff? I am just asking because Joshua is seeing > the same sort of issue with the fido branch while my local setup does not > complain there either. > I've cherry-picked the change from Arm

[OE-core] Handliong Duplicate Files

2016-01-11 Thread Chris Trobridge
Hi, I have been looking into producing a 'python3-dbus' recipe, based on the python-dbus recipe. This recipe outputs a couple of files that are version independent but end up overlapping and causing the build to fail:/usr/lib/pkgconfig/dbus-python.pc/usr/include/dbus-1.0/dbus/dbus-python.h These

Re: [OE-core] [RFC PATCH] populate_sdk_ext: Change to include siginfo and non sstate task sigs

2016-01-11 Thread Paul Eggleton
On Fri, 08 Jan 2016 18:25:22 Richard Purdie wrote: > Right now, the locked task hashes list for the extensible SDK locks > down only the sstate tasks. > > Whilst aesthetically pleasing, this gives two problems: > > * Half the task are left floating meaning checksum mismatches > are a pain to de

Re: [OE-core] [PATCH 2/3] run-postinsts: can't be allarch

2016-01-11 Thread Robert Yang
On 01/07/2016 06:57 PM, Richard Purdie wrote: On Wed, 2016-01-06 at 23:45 -0800, Robert Yang wrote: The dependencies chain: run-postinsts -> update-rc.d.bbclass -> initscripts -> update -alternatives. The update-alternatives is provided by opkg-utils which is not allarch. This caused a probl