[OE-core] [PATCH - Master/Krogoth] gdb: Backport patch to changes with AVX and MPX

2016-05-15 Thread Saul Wold
The current MPX target descriptions assume that MPX is always combined with AVX, however that's not correct. We can have machines with MPX and without AVX; or machines with AVX and without MPX. This patch adds new target descriptions for machines that support both MPX and AVX, as duplicates of th

[OE-core] [PATCH - Jethro ] gdb: Backport patch to changes with AVX and MPX

2016-05-15 Thread Saul Wold
The current MPX target descriptions assume that MPX is always combined with AVX, however that's not correct. We can have machines with MPX and without AVX; or machines with AVX and without MPX. This patch adds new target descriptions for machines that support both MPX and AVX, as duplicates of th

Re: [OE-core] [PATCH] mklibs-native: two fixes

2016-05-15 Thread Yuanjie Huang
Hi Kyle, The fix_cross_compile.patch is related when we pass the sysroot or libdir to mklibs, in such case it is wrong to call dpkg-architecture as info on build machine instead of target will be returned. Thanks, Yuanjie On 05/12/2016 04:00 AM, Kyle Russell wrote: ++if sysroot != "" or

[OE-core] [master][krogoth][PATCH 0/1] udev: remove eudev-hwdb from RRECOMMENDS_eudev

2016-05-15 Thread Robert Yang
The following changes since commit 95b0270e82b5d05d651c05e9c86681978013b346: tcmode-default: Bump glibc,gdb (2016-05-15 09:05:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/udev http://cgit.openembedded.org/cgit.cgi/openembedded-

[OE-core] [PATCH 1/1] eudev: remove eudev-hwdb from RRECOMMENDS_eudev

2016-05-15 Thread Robert Yang
The eudev-hwdb needs 12M after install, this made small images like core-image-minimal much biggher than before, and may also hurt the devices which use udev, so remove it RRECOMMENDS_eudev by default. Signed-off-by: Robert Yang --- meta/recipes-core/udev/eudev_3.1.5.bb | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH 0/1] coreutils: fix for native and nativesdk

2016-05-15 Thread Robert Yang
Ping. // Robert On 04/26/2016 02:04 PM, Robert Yang wrote: The following changes since commit e2dbe5eb869b8336b91023b83d7ca866197efa73: license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:47 +0100) are available in the git repository at: git://git.openembedded.

Re: [OE-core] [PATCH 0/1] oe-buildenv-internal: add BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OE

2016-05-15 Thread Robert Yang
ping. // Robert On 04/25/2016 04:47 PM, Robert Yang wrote: The following changes since commit e2dbe5eb869b8336b91023b83d7ca866197efa73: license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:47 +0100) are available in the git repository at: git://git.openembedded

Re: [OE-core] [PATCH 0/4] set COMPATIBLE_HOST for several recipes

2016-05-15 Thread Robert Yang
Hi Ross, Only the first patch [PATCH 1/4] is merged, are there any comments for the other 3 please ? // Robert On 04/22/2016 01:50 PM, Robert Yang wrote: The following changes since commit 9838f8d077d16e52ad592879d65a9e8350b93075: build-appliance-image: Update to krogoth head revision (20

Re: [OE-core] [yocto] https://layers.openembedded.org/

2016-05-15 Thread Paul Eggleton
On Sun, 15 May 2016 14:17:26 akuster808 wrote: > Is the layer index down? It has been yes - Michael has been looking into it and I believe he's located the problem - for now it's still unavailable though I expect it will be back imminently. Cheers, Paul -- Paul Eggleton Intel Open Source Tec

[OE-core] https://layers.openembedded.org/

2016-05-15 Thread akuster808
Is the layer index down? - armin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [master][krogoth][PATCH] openssl: Security fix via update to 1.0.2h

2016-05-15 Thread akuster808
On 05/13/2016 09:19 AM, Martin Jansa wrote: > On Fri, May 13, 2016 at 04:31:39PM +0200, Martin Jansa wrote: >> On Wed, May 11, 2016 at 03:37:59AM -0700, akuster808 wrote: >>> Robert, >>> >>> >>> On 05/10/2016 11:22 PM, Robert Yang wrote: On 05/04/2016 07:46 AM, Armin Kuster wrote:

Re: [OE-core] [yocto] Branch Maintenance process clarification

2016-05-15 Thread Khem Raj
On Sun, May 15, 2016 at 11:11 AM, akuster808 wrote: > Hello, > > I am reviewing the stable branch maintenance for Yocto and would like > some clarification on a few steps. > https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance > > 6. Split out any bitbake changes and send them to the bitba

[OE-core] Branch Maintenance process clarification

2016-05-15 Thread akuster808
Hello, I am reviewing the stable branch maintenance for Yocto and would like some clarification on a few steps. https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance 6. Split out any bitbake changes and send them to the bitbake-devel mailing list (marking them with the appropriate stable v

[OE-core] [PATCH 00/98] Pull request: Krogoth-next

2016-05-15 Thread Armin Kuster
From: Armin Kuster Please consider these changes for the next krogoth release. Built & testimage on all qemu targets Note[1]: qemu update pending AB build and review Note[2]: need to reconcile [master][krogoth] patches Note[3]: built world on meta-openembedded krogoth-next series, no unexpected

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-15 Thread Khem Raj
On Sun, May 15, 2016 at 12:03 AM, Richard Purdie wrote: > On Fri, 2016-05-13 at 09:46 -0700, Khem Raj wrote: >> gcc 6.1, glibc 2.24, gdb 7.11 >> >> Signed-off-by: Khem Raj >> --- >> meta/conf/distro/include/tcmode-default.inc | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > > I'l

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-15 Thread Richard Purdie
On Fri, 2016-05-13 at 09:46 -0700, Khem Raj wrote: > gcc 6.1, glibc 2.24, gdb 7.11 > > Signed-off-by: Khem Raj > --- > meta/conf/distro/include/tcmode-default.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I'll merge most of this series however before we can move to gcc6 by d