Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-13 Thread Burton, Ross
Hi Khem, On 12 February 2015 at 07:35, Khem Raj wrote: > I have refreshed the branch to include the patch which moves the src > uri to use the newly released glibc 2.21 branch > and please run it via autobuilder ( top 5 commits ) > I did a preliminary test on my local build machines (core-image

[OE-core] [PATCH] neon: update 0.30.0 -> 0.30.1

2015-02-13 Thread Andre McCurdy
pkgconfig.patch needed a minor refresh due to the following fix for static linking using neon.pc being merged upstream: http://lists.manyfish.co.uk/pipermail/neon/2013-October/001568.html Signed-off-by: Andre McCurdy --- .../neon/{neon-0.30.0 => neon}/pkgconfig.patch| 11 -

Re: [OE-core] [PATCH 5/6] liberation-fonts: update to 1.07.4

2015-02-13 Thread Burton, Ross
On 13 February 2015 at 17:36, Andreas Müller wrote: > to me fontforge-native was just a use-case. I need it for kde's oxygen > fonts and would like to have it on target too. So I'll try meta-oe - > if unsuccessful there put it back my layer. So forget 4-6 of this > series. > What about 1-3? > 1

Re: [OE-core] [PATCH 5/6] liberation-fonts: update to 1.07.4

2015-02-13 Thread Andreas Müller
On Fri, Feb 13, 2015 at 6:22 PM, Burton, Ross wrote: > On 13 February 2015 at 05:59, Andreas Müller > wrote: >> >> * A bit of a test for fontforge-native > > > Instead of needing to build another native package just to compile the > fonts, why not just use the binary tarballs? > > Ross to me font

Re: [OE-core] [PATCH 5/6] liberation-fonts: update to 1.07.4

2015-02-13 Thread Burton, Ross
On 13 February 2015 at 05:59, Andreas Müller wrote: > * A bit of a test for fontforge-native > Instead of needing to build another native package just to compile the fonts, why not just use the binary tarballs? Ross -- ___ Openembedded-core mailing l

[OE-core] [PATCH] u-boot.inc: unbreak

2015-02-13 Thread Andreas Müller
fix multiple: | run.do_deploy.7526: line 107: [: missing `]' Signed-off-by: Andreas Müller --- meta/recipes-bsp/u-boot/u-boot.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 58725fa

Re: [OE-core] [PATCH 0/2] Add libedit, neardal recipes

2015-02-13 Thread Burton, Ross
Hi Oleg, On 12 February 2015 at 13:01, Oleg Zhurakivskyy wrote: > - libedit: BSD licensed command line editor library. > - neardal: neard abstraction library. > As nothing else in oe-core needs there right now, I'd suggest that neardal should be in meta-connectivity and libedit is already in me

Re: [OE-core] [PATCH 0/1] python: Upgrade from 2.7.3 to 2.7.9

2015-02-13 Thread Burton, Ross
On 12 February 2015 at 00:22, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > I tested build locally on my machine, on a Minnowboard MAX build > and on the Autobuilder using archs qemux86, qemux86-64, qemuarm, > qemuppc, qemumips. > > Also ran some personal python programs to t

Re: [OE-core] [PATCH 0/2] xserver-xorg update and improvments

2015-02-13 Thread Aníbal Limón
ping. On 10/02/15 12:32, Aníbal Limón wrote: The following changes since commit 870323cac1e40e8f95ea7bd6f425a85dcfbab612: linux-yocto/3.14: fix qemumips build error (2015-02-08 08:00:30 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib alimon/xserver

Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-13 Thread Burton, Ross
On 13 February 2015 at 06:56, Paul Gortmaker wrote: > DEPENDS_append = > "${@bb.utils.contains('DISTRO_FEATURES','x11','libxt','',d)}" > > ...or perhaps: > > EXTRA_OECONF_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', > '--with-x', '--without-x', d)}" > I'm mostly surprised the mozjs has an

Re: [OE-core] [PATCH 5/7] btrfs-tools: fix for parallel build

2015-02-13 Thread Burton, Ross
On 12 February 2015 at 09:07, Robert Yang wrote: > Fixed: > mkfs.c:300:46: error: 'BTRFS_BUILD_VERSION' undeclared (first use in this > function) > fprintf(stderr, "mkfs.btrfs, part of %s\n", BTRFS_BUILD_VERSION); > > Signed-off-by: Robert Yang > In mut (about to be merged to master) there's

Re: [OE-core] Recipe which builds for ARCH '${TUNE_PKGARCH}' and 'all' fail

2015-02-13 Thread Richard Purdie
On Fri, 2015-02-13 at 13:44 +0100, Max Krummenacher wrote: > Hi > > If a recipe builds a package for the default ARCH (I think this is > ${TUNE_PKGARCH}) and one for ARCH 'all' then this fails when building > in the same directory a second time for a machine with different > ${TUNE_PKGARCH}. > Obs

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

2015-02-13 Thread Robert Yang
On 02/13/2015 06:10 PM, Paul Eggleton wrote: On Thursday 12 February 2015 09:50:21 Chong Lu wrote: Change since V4: Change commit log for two variables. The following changes since commit 35c9fa0588ed8e88b541a6c80cc1517324616cea: maintainers: Update for non-maintained recipes (2015-01-20

[OE-core] [PATCH] gcc-target: Don't install target gcc libdir files

2015-02-13 Thread Richard Purdie
Installing /usr/lib/gcc/* means we'd have two copies, one from gcc-cross and one from here. These can confuse gcc cross where includes use #include_next and builds track file dependencies (e.g. perl and its makedepends code). For determinism we don't install this to the sysroot, ever and rely on th

[OE-core] Recipe which builds for ARCH '${TUNE_PKGARCH}' and 'all' fail

2015-02-13 Thread Max Krummenacher
Hi If a recipe builds a package for the default ARCH (I think this is ${TUNE_PKGARCH}) and one for ARCH 'all' then this fails when building in the same directory a second time for a machine with different ${TUNE_PKGARCH}. Observed with dizzy (armv7at2hf-vfp vs armv7at2hf-vfp-neon) and master (MACH

[OE-core] [[PATCH][Dizzy] 1/1] toaster.bbclass: use the openembedded-core name

2015-02-13 Thread Alex DAMIAN
From: Alexandru DAMIAN Fixing the bug where the openembedded-core name was registered as "meta" in toaster. [YOCTO #7317] (From OE-Core rev: ab9f17893c4b004906ec232da300915145c125e0) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- meta/classes/toaster.bbclass | 2 +- 1 fil

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

2015-02-13 Thread Paul Eggleton
On Thursday 12 February 2015 09:50:21 Chong Lu wrote: > Change since V4: > Change commit log for two variables. > > The following changes since commit 35c9fa0588ed8e88b541a6c80cc1517324616cea: > > maintainers: Update for non-maintained recipes (2015-01-20 21:39:41 +) > > are available in t

[OE-core] [PATCH 0/1] syslinux: support ext2/3/4 device

2015-02-13 Thread Robert Yang
The following changes since commit 6bf5cbbcac80ee818cc932d69227e70e41ce02d3: libtool: Fix option parsing performance regression (2015-02-10 22:36:09 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/syslinux http://cgit.openembedded.or

[OE-core] [PATCH 1/1] syslinux: support ext2/3/4 device

2015-02-13 Thread Robert Yang
* Support ext2/3/4 deivce. * The open_ext2_fs() checks whether it is an ext2/3/4 device, do the ext2/3/4 installation (install_to_ext2()) if yes, otherwise go on to the fat/ntfs. * The ext2/3/4 support doesn't require root privileges since it doesn't need mount (but write permission is requir

[OE-core] [PATCH 11/12] vala.bbclass: enable PARALLEL_MAKE

2015-02-13 Thread Robert Yang
The midori is built well now. Signed-off-by: Robert Yang --- meta/classes/vala.bbclass |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/vala.bbclass b/meta/classes/vala.bbclass index 0b7803b..9ff664a 100644 --- a/meta/classes/vala.bbclass +++ b/meta/classes/vala.bbclass @@ -

[OE-core] [PATCH 09/12] ghostscript: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../ghostscript-9.15-parallel-make.patch | 40 .../ghostscript/ghostscript_9.15.bb|6 +-- 2 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghosts

[OE-core] [PATCH 12/12] meta: enable parallel build for several recipes

2015-02-13 Thread Robert Yang
I used a for loop to build these packages more than 520 times, these recipes never failed. Signed-off-by: Robert Yang --- .../nfs-utils/nfs-utils_1.3.1.bb |2 -- meta/recipes-core/libcgroup/libcgroup_0.41.bb |3 --- meta/recipes-devtools/autoconf/autoconf_2.69.bb

[OE-core] [PATCH 04/12] at: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../at/at/makefile-fix-parallel.patch | 35 meta/recipes-extended/at/at_3.1.16.bb |5 +-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/at/at/makefile-fix-parallel.pat

[OE-core] [PATCH 10/12] pcmciautils: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../Makefile-fix-for-parallel-build.patch | 35 meta/recipes-bsp/pcmciautils/pcmciautils.inc |1 - meta/recipes-bsp/pcmciautils/pcmciautils_018.bb|4 ++- 3 files changed, 38 insertions(+), 2 deletions(-) create mode

[OE-core] [PATCH 06/12] pth: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../pth/files/pth-fix-parallel.patch | 48 meta/recipes-support/pth/pth_2.0.7.bb |6 +-- 2 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-support/pth/files/pth-fix-parallel.patch

[OE-core] [PATCH 07/12] openssl: fix and enable parallel build

2015-02-13 Thread Robert Yang
Fixed: Cannot create directory image/usr: File exists make: *** [install_sw] Error 17 Create /usr to avoid race issues. Signed-off-by: Robert Yang --- meta/recipes-connectivity/openssl/openssl.inc |3 +++ .../recipes-connectivity/openssl/openssl_1.0.1j.bb |3 --- 2 files changed, 3

[OE-core] [PATCH 08/12] blktrace: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../blktrace/blktrace/makefile-fix-parallel.patch | 41 meta/recipes-kernel/blktrace/blktrace_git.bb |5 ++- 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-kernel/blktrace/blktrace/makefile-fix-p

[OE-core] [PATCH 03/12] slang: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../slang/slang/slang-makefile-fix-parallel.patch | 177 meta/recipes-extended/slang/slang_2.2.4.bb |2 +- 2 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/slang/slang/slang-makefile-fix-

[OE-core] [PATCH 05/12] mtools: fix and enable parallel build

2015-02-13 Thread Robert Yang
Fixed do_install error: mkdir: cannot create directory `/path/to/image/usr': File exists mkdir: cannot create directory `/path/to/image/usr/share': File exists Signed-off-by: Robert Yang --- meta/recipes-devtools/mtools/mtools_3.9.9.bb |8 ++-- meta/recipes-devtools/mtools/mtools_4.0.18

[OE-core] [PATCH 02/12] tcp-wrappers: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../tcp-wrappers-7.6/makefile-fix-parallel.patch | 54 .../tcp-wrappers/tcp-wrappers_7.6.bb |6 +-- 2 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/

[OE-core] [PATCH 00/12] meta: fix and enable parallel build

2015-02-13 Thread Robert Yang
Hello, I've used a for loop to build these recipe more than 500 times, and fix the issues that I've found, there is no errors in recent 250 builds, I think it's worth to enable the parallel build for them, we can disable it if we find errors again. I will go on the build until 1000 times. The le

[OE-core] [PATCH 01/12] bind: fix and enable parallel build

2015-02-13 Thread Robert Yang
Signed-off-by: Robert Yang --- .../bind/bind/bind-subdirs-run-serially.patch | 35 meta/recipes-connectivity/bind/bind_9.9.5.bb |2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-connectivity/bind/bind/bind-subdirs-run-s