[OE-core] meta globus (grid toolkit)

2014-12-07 Thread akuster808
Hello, Is anyone working on adding Globus toolkit as a meta layer? I started on one and have several packages building. It is a bit rough. It is located at https://github.com/akuster/meta-globus regards, Armin -- ___ Openembedded-core mailing list O

Re: [OE-core] Why is systemd installed to / (was: [yocto] Export bitbake variables between recipes)

2014-12-07 Thread Adrian Freihofer
On Thursday 04 December 2014 21.46:50 Mark Hatle wrote: > On 12/4/14, 9:00 PM, ChenQi wrote: > > On 12/04/2014 09:34 PM, Peter Kjellerstedt wrote: > >>> -Original Message- > >>> From: openembedded-core-boun...@lists.openembedded.org > >>> [mailto:openembedded-core-boun...@lists.openembedded

[OE-core] [PATCH] apr: avoid absolute paths for grep

2014-12-07 Thread jackie.huang
From: Jackie Huang The apr provides usr/share/build-1/libtool which is required by the recipe such as apache2, and it will find grep on the host and set absolute paths in libtool: GREP="/usr/bin/grep" If we build apr/apr-native on a host that grep is in "/usr/bin/grep", and re-use the sstate on

[OE-core] [PATCH 1/2] syslinux.bbclass: use single variable to set baud rate

2014-12-07 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in syslinux.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu --- meta/classes/syslinux.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index d6498d9..b5eea07 100644 -

[OE-core] [PATCH 1/2] cpio: fix bug CVE-2014-9112 for cpio-2.8

2014-12-07 Thread Bian Naimeng
Obtain detain from following URL. http://lists.gnu.org/archive/html/bug-cpio/2014-12/msg0.html http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=746f3ff670dcfcdd28fcc990e79cd6fccc7ae48d Signed-off-by: Bian Naimeng --- .../cpio/cpio-2.8/fix-memory-overrun.patch | 217 ++

[OE-core] [PATCH 2/2] grub-efi.bbclass: use single variable to set baud rate

2014-12-07 Thread Chong Lu
Use SERIAL_CONSOLE to set baud rate in grub.cfg file. [YOCTO #6331] Signed-off-by: Chong Lu --- meta/classes/grub-efi.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index 47bd35e..37c21f9 100644 ---

[OE-core] [PATCH 0/2] use single variable to set baud rate

2014-12-07 Thread Chong Lu
The following changes since commit b813bdebb36501500e86fea5f7e15b4b15ea0902: qemu/libc-package: Fix qemu option handling (2014-12-05 18:01:08 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/baudrate http://git.pokylinux.org/cgit.cgi/poky-contrib/

[OE-core] [PATCH 2/2] cpio: fix bug CVE-2014-9112 for cpio-2.11

2014-12-07 Thread Bian Naimeng
Obtain detain from following URL. http://lists.gnu.org/archive/html/bug-cpio/2014-12/msg0.html http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=746f3ff670dcfcdd28fcc990e79cd6fccc7ae48d Signed-off-by: Bian Naimeng --- .../cpio/cpio-2.11/fix-memory-overrun.patch| 220 +

[OE-core] [PATCH 0/2] cpio: backport patch of CVE-2014-9112

2014-12-07 Thread Bian Naimeng
cpio: Fix memory overrun on reading improperly created link records Signed-off-by: Bian Naimeng http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=746f3ff670dcfcdd28fcc990e79cd6fccc7ae48d * src/copyin.c (get_link_name): New function. (list_file, copyin_link): use get_link_name * tests/s

Re: [OE-core] [PATCH 1/2] spdx: Provide spdx file that meet SPDX 1.2 Version Specification

2014-12-07 Thread Lei, Maohui
Ping . Could someone give me some suggestions ? Cheers Lei Maohui > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Lei, > Maohui > Sent: Monday, December 01, 2014 9:37 AM > To: opene

Re: [OE-core] [PATCH v3 2/2] u-boot.inc : add compile multiple u-boot feature

2014-12-07 Thread Otavio Salvador
Hello Chunrong, On Thu, Dec 4, 2014 at 3:49 AM, Chunrong Guo wrote: > Signed-off-by: Chunrong Guo > --- > meta/recipes-bsp/u-boot/u-boot.inc | 72 > +- > 1 file changed, 47 insertions(+), 25 deletions(-) > > diff --git a/meta/recipes-bsp/u-boot/u-boot.inc >

[OE-core] perl installation in the SDK references $OECORE_NATIVE_SYSROOT ?

2014-12-07 Thread Jacob Kroon
Hi, Like the topic says, I grepped for "OECORE" in the native sysroot of my SDK installation, and the only hit I got was this: usr/bin/perl:export PERL5LIB=$PERL5LIB:$OECORE_NATIVE_SYSROOT//usr/lib/perl:$OECORE_NATIVE_SYSROOT//usr/lib/perl/5.20.0 I'm wondering if this reference is intentional, o