[OE-core] [PATCH v2]gcc: upgrade to 4.9.2 and fix the bug #6824

2015-01-15 Thread Lei Maohui
The new patches 0060-Only-xxx and 0061-Fix-xxx aim to fix the bug in e500v2 as following: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63908 . Signed-off-by: Lei Maohui --- meta/recipes-devtools/gcc/gcc-4.9.inc | 12 +- ...e500-double-in-SPE_SIMD_REGNO_P-registers.patch | 33

Re: [OE-core] [PATCH 19/27] neard: fix B != S

2015-01-15 Thread Robert Yang
On 01/16/2015 01:12 AM, Burton, Ross wrote: On 14 January 2015 at 08:47, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: And bump PR to avoid: configure: error: source directory already configured; run "make distclean" there first Signed-off-by: Robert Yang mailto:liezh

[OE-core] [PATCH 5/5] meta: set proper S value

2015-01-15 Thread Petter Mabäcker
After removal of auto-creating S we must ensure that all recipes are using a proper value for S. Fix all recipes that only need to set S equals to WORKDIR. [YOCTO #5627] Signed-off-by: Petter Mabäcker --- meta/recipes-bsp/alsa-state/alsa-state.bb | 2 ++ meta/recip

[OE-core] [PATCH 4/5] xorg-minimal-fonts: set and handle S in a proper way

2015-01-15 Thread Petter Mabäcker
After removal of auto-creating S we must ensure that all recipes are using a proper value for S. Also do some minor adjustment after changing value of S. [YOCTO #5627] Signed-off-by: Petter Mabäcker --- meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | 4 +++- 1 file changed, 3 insertions

[OE-core] [PATCH 1/5] base.bbclass: detect when S has been set incorrectly

2015-01-15 Thread Petter Mabäcker
Currently base.bbclass is creating S if it's not created by unpacking an archive or fetching a repository. If we avoid creating S we can detect when S hasn't been set correctly, since it will not exist. Then we can tell the user that they should set S to a proper value, instead of just failing with

[OE-core] [PATCH 3/5] lsof: handle S in a proper way

2015-01-15 Thread Petter Mabäcker
Since lsof are doing two unpacks and S should be set to match the second unpack of an internal archive, we should let the build system know that we are aware of this. Solve this by temporarily set S like lsof are doing with SRC_URI. [YOCTO #5627] Signed-off-by: Petter Mabäcker --- meta/recipes

[OE-core] [PATCH 0/5] base.bbclass: detect when S has been set incorrectly

2015-01-15 Thread Petter Mabäcker
No code changes since the RFC version, besides a rebase against latest yocto changes. The following changes since commit 10837473b27aa1708866eb2b1b5701daa984e94e: libxml2: Backport fix for CVE introduced entity issues (2015-01-15 16:55:17 +) are available in the git repository at: git

[OE-core] [PATCH 2/5] makedevs: set and handle S in a proper way

2015-01-15 Thread Petter Mabäcker
After removal of auto-creating S we must ensure that all recipes are using a proper value for S. Also do some cleanup of code not needed after changing value of S. [YOCTO #5627] Signed-off-by: Petter Mabäcker --- meta/recipes-devtools/makedevs/makedevs_1.0.1.bb | 6 ++ 1 file changed, 2 ins

[OE-core] [PATCH] openssh: configuration updates

2015-01-15 Thread Dan McGregor
From: Dan McGregor Rebase sshd_config and ssh_config with openssh upstream. Check for the ed25519 key in the systemd keygen service. Signed-off-by: Dan McGregor --- .../openssh/openssh/ssh_config | 4 ++- .../openssh/openssh/sshd_config| 30

Re: [OE-core] [PATCH 19/27] neard: fix B != S

2015-01-15 Thread Burton, Ross
On 14 January 2015 at 08:47, Robert Yang wrote: > And bump PR to avoid: > configure: error: source directory already configured; run "make > distclean" there first > > Signed-off-by: Robert Yang > The autobuilder is hitting this: /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips-lsb/

Re: [OE-core] [PATCH] libxml2: Backport fix for CVE introduced entity issues

2015-01-15 Thread Burton, Ross
On 15 January 2015 at 16:36, akuster808 wrote: > this will be required for dizzy when I pull in the cve fix ( which i > missed).. > Yes, the CVE fix was broken. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:

Re: [OE-core] [PATCH] gcc-runtime: Remove libgfortran data from receipe

2015-01-15 Thread Richard Purdie
On Thu, 2015-01-15 at 18:31 +0200, Daniel Dragomir wrote: > Remove libgfortran packages from PACKAGES list and skip them at compiling > and installing as long as libgfortran has separate receipe since commit > > 5bde5d9b39ea67f19a1a6aedd0c08c6cfedcbe5f > gcc: Allow fortran to build successfully in

Re: [OE-core] [PATCH] libxml2: Backport fix for CVE introduced entity issues

2015-01-15 Thread akuster808
this will be required for dizzy when I pull in the cve fix ( which i missed).. On 01/15/2015 01:37 AM, Richard Purdie wrote: The CVE fix introduced problems with entity issues, we observed this when building the Yocto Docs in particular. Backport the fix from upstream so we can build our docs

[OE-core] [PATCH] gcc-runtime: Remove libgfortran data from receipe

2015-01-15 Thread Daniel Dragomir
Remove libgfortran packages from PACKAGES list and skip them at compiling and installing as long as libgfortran has separate receipe since commit 5bde5d9b39ea67f19a1a6aedd0c08c6cfedcbe5f gcc: Allow fortran to build successfully in 4.8 Otherwise, when fortran support will be enabled in the compile

Re: [OE-core] [meta-oe][PATCH] fuse-exfat: upgrade to 1.1.0

2015-01-15 Thread Martin Jansa
On Thu, Jan 15, 2015 at 05:08:47PM +0100, Maxin B. John wrote: > Bump to 1.1.0 > 1. Updated LICENSE from GPLv3 to GPLv2 or later > 2. Misc. spelling fix Please resend to oe-devel ML. > > Signed-off-by: Maxin B. John > --- > .../fuse-exfat/{fuse-exfat_1.0.1.bb => fuse-exfat_1.1.0.bb} | 12 > +

[OE-core] [meta-oe][PATCH] fuse-exfat: upgrade to 1.1.0

2015-01-15 Thread Maxin B. John
Bump to 1.1.0 1. Updated LICENSE from GPLv3 to GPLv2 or later 2. Misc. spelling fix Signed-off-by: Maxin B. John --- .../fuse-exfat/{fuse-exfat_1.0.1.bb => fuse-exfat_1.1.0.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta-filesystems/recipes-filesystems/fuse-e

Re: [OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Dan McGregor
On 15 January 2015 at 09:41, Dan McGregor wrote: > From: Dan McGregor > > Force dpkg to use "tar" on the target. > > The dpkg configure script looks for gnutar, gtar, and > tar in order. If it finds gnutar or gtar on the host > it expects to use that as its tar program on the target. > Without th

[OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Dan McGregor
From: Dan McGregor Force dpkg to use "tar" on the target. The dpkg configure script looks for gnutar, gtar, and tar in order. If it finds gnutar or gtar on the host it expects to use that as its tar program on the target. Without this, if gtar exists (as it does on my system) then dpkg will cons

Re: [OE-core] [PATCH] package.bbclass: Fix support for private libs

2015-01-15 Thread Martin Jansa
On Thu, Jan 08, 2015 at 06:11:18PM +0100, Martin Jansa wrote: > * n is a tuple since this commit: > commit d3aa7668a9f001044d0a0f1ba2de425a36056102 > Author: Richard Purdie > Date: Mon Jul 7 18:41:23 2014 +0100 > Subject package.bbclass: Improve shlibs needed data structure > > since

Re: [OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Dan McGregor
Sure thing. Will update and resend. On 15 January 2015 at 08:57, Aníbal Limón wrote: > Hi Dan, > > Can you explain in the commit message what is this change needed? > > On 14/01/15 21:51, Dan McGregor wrote: >> >> +EXTRA_OECONF_append_class-target = " TAR=tar" > > > Kind regards > > alimon --

[OE-core] [PATCH] arch-mips.inc: Add the MIPS ABIEXTENSION to toolchain name

2015-01-15 Thread Mark Hatle
[YOCTO #7143] When the system is configured for a multilib SDK, such as: require conf/multilib.conf MULTILIBS = "multilib:lib32 multilib:lib64" DEFAULTTUNE = "mips32r2" DEFAULTTUNE_virtclass-multilib-lib32 = "mips64-n32" DEFAULTTUNE_virtclass-multilib-lib64 = "mips64" Only one of the mips64-n32

[OE-core] [PATCH] Fix compiler name for n32 SDK compiler

2015-01-15 Thread Mark Hatle
See bug # 7143 for the details of this issue.. In short, when generating an SDK with the following configuration: MACHINE = "qemumips64" require conf/multilib.conf MULTILIBS = "multilib:lib32 multilib:lib64" DEFAULTTUNE = "mips32r2" DEFAULTTUNE_virtclass-multilib-lib32 = "mips64-n32" DEFAULTTUNE

Re: [OE-core] [PATCH 3/3] dpkg: fix host contamination

2015-01-15 Thread Aníbal Limón
Hi Dan, Can you explain in the commit message what is this change needed? On 14/01/15 21:51, Dan McGregor wrote: +EXTRA_OECONF_append_class-target = " TAR=tar" Kind regards alimon -- ___ Openembedded-core mailing list Openembedded-core@lists.op

[OE-core] [PATCH v2] glibc: Fix up minimal build with libc-libm

2015-01-15 Thread Saul Wold
This addresses 2 issues discovered trying to build a minimal libc with libm option. By default nscd was always being built and without inet enabled there were missing symbols. [YOCTO #7108] Signed-off-by: Saul Wold --- meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch | 3 ++- meta/

Re: [OE-core] [PATCH] cross-canadian/meta-environment: Allow modification of TARGET_OS to be optional

2015-01-15 Thread Mark Hatle
I've verified this fixes the problem that I had (along with another patch that I have not yet sent.) --Mark On 1/15/15 4:03 AM, Richard Purdie wrote: > There are some cases we want the manipulation cross-canadian performance > on TARGET_OS, there are also cases like meta-environment where we do n

Re: [OE-core] [PATCH V2 1/1] bitbake-layers: add a ability to query layer dependencies from layer index

2015-01-15 Thread Paul Eggleton
Hi Chong, On Monday 12 January 2015 14:48:42 Chong Lu wrote: > It maybe depends on other layers when one layer is added to BBLAYERS. If > define LAYERDEPENDS variable in this layer, we will get error from bitbake. > But sometimes, we don't have defined. Add a mechanism to extend > bitbake-layers a

[OE-core] [PATCH 8/8] kernel-yocto: remove GUILT_BASE from terminal exports

2015-01-15 Thread Ross Burton
From: Bruce Ashfield guilt is no longer used to manage linux-yocto kernel pathes, so we no longer need to export variables that it needed to locate patches in the tree. Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/classes/kernel-yocto.bbclass |3 +-- 1 file changed, 1

[OE-core] [PATCH 4/8] perf: Add libdw unwind support to perf-libunwind feature

2015-01-15 Thread Ross Burton
From: Tom Zanussi perf can use either libdw or libunwind dwarf unwinders, or neither. The perf-libunwind feature implies that if disabled, neither should be used, so have it disable both libdw and libunwind DWARF unwinders if disabled. This fixes [YOCTO #7129]. Signed-off-by: Tom Zanussi Signe

[OE-core] [PATCH 1/8] module.bbclass: Add KERNEL_SRC in EXTRA_OEMAKE

2015-01-15 Thread Ross Burton
From: Otavio Salvador When the sstate hash changes for do_configure task, the do_configure default implementation triggers the 'clean' to be run. For it to succeed we need to have KERNEL_SRC defined in EXTRA_OEMAKE. Fixes following error: , | DEBUG: Executing shell function do_configure | NO

[OE-core] [PATCH 5/8] perf: Disable perf-libunwind

2015-01-15 Thread Ross Burton
From: Tom Zanussi It hasn't actually been being enabled anyway: 'Disabling post unwind, no support found.'. For now, turn it off because of [YOCTO #7129]. Fixes [YOCTO #7129]. Signed-off-by: Tom Zanussi Signed-off-by: Ross Burton --- meta/recipes-kernel/perf/perf-features.inc |2 +- 1 f

[OE-core] [PATCH 6/8] kernel-devsrc: Depend on virtual/kernel:do_compile

2015-01-15 Thread Ross Burton
From: Darren Hart Since virtual/kernel do_compile modifies ${B}, we need to wait for do_compile to copy everything across in order to ensure a deterministic file set. Currently, we race against the build and can see .debug directories, and the do_compile dependency we will always see them. Add .

[OE-core] [PATCH 7/8] kernel.bbclass: Update cleandirs to remove new kernel staging dirs

2015-01-15 Thread Ross Burton
From: Darren Hart Fixes [YOCTO 6818] Update do_unpack[cleandirs] to include the STAGING_KERNEL_BUILDDIR, and add the same set of updated cleandirs for do_clean. Signed-off-by: Darren Hart Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/classes/kernel.bbclass |3 ++- 1

[OE-core] [PATCH 3/8] kernel: move source and build output to work-shared

2015-01-15 Thread Ross Burton
From: Bruce Ashfield commit 3b3f7e785e279 [kernel: Rearrange for 1.8] began the process of moving the kernel source and build artefacts out of sstate control and into a shared location. This changed triggered some workflow issues, as well as bugs related to the kernel source containing build out

[OE-core] [PATCH 2/8] kernel.bbclass: When linux/version.h exists, copy it

2015-01-15 Thread Ross Burton
From: Otavio Salvador Old Linux kernel versions rely on linux/version.h for modules; this needs to be published for external modules to use. Copy it when available. Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- meta/classes/kernel.bbclass |4 1 file changed, 4 inserti

[OE-core] [PATCH] msmtp: fix configure options

2015-01-15 Thread Ross Burton
msmtp moved from gnome-keyring to libsecret, so update EXTRA_OECONF. Also explicitly disable libgsasl to avoid potential non-deterministic builds in the future. Signed-off-by: Ross Burton --- meta/recipes-extended/msmtp/msmtp_1.6.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[OE-core] [PATCH] icecc.bbclass: properly handle disabling of icecc

2015-01-15 Thread Dmitry Eremin-Solenikov
Always use use_icc to check if IceCC should be enabled. Move ICECC_DISABLED variable checking to use_icc function. Also while we are at it, fix condition in icc_is_allarch function. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/icecc.bbclass | 15 +++ 1 file changed, 7 inse

[OE-core] [PATCH] cross-canadian/meta-environment: Allow modification of TARGET_OS to be optional

2015-01-15 Thread Richard Purdie
There are some cases we want the manipulation cross-canadian performance on TARGET_OS, there are also cases like meta-environment where we do not want this manipulation. We did try and use immediate expansion to avoid this problem and it works in the non multilib case. If we have a multilib that u

[OE-core] [PATCH] libxml2: Backport fix for CVE introduced entity issues

2015-01-15 Thread Richard Purdie
The CVE fix introduced problems with entity issues, we observed this when building the Yocto Docs in particular. Backport the fix from upstream so we can build our docs correctly. [YOCTO #7134] Signed-off-by: Richard Purdie diff --git a/meta/recipes-core/libxml/libxml2/72a46a519ce7326d9a00f0b6

[OE-core] [PATCH] openssh: deliver ssh-copy-id

2015-01-15 Thread Kai Kang
Deliver script ssh-copy-id from openssh which is useful to add an authorized ssh key. Signed-off-by: Kai Kang --- meta/recipes-connectivity/openssh/openssh_6.7p1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb b/meta/recipes-connectivity