Re: [yocto] Issue in combining configure options in different tunes

2014-01-15 Thread Rohit2 Jindal
Humble reminder Please help me out From: Rohit2 Jindal Sent: Tuesday, January 14, 2014 12:27 PM To: yocto@yoctoproject.org; 'Paul Eggleton'; 'Marko Lindqvist' Subject: Issue in combining configure options in different tunes Hi, Actually I am able to build both elf(for xloader uboot) and

[yocto] gcc: issue in make a src.rpm

2014-01-15 Thread Li Zhijian
Hi, I found that Poky can not create gcc/gcc-runtime/libgcc src.rpm package correctly while other middles are OK. In my case: [lizj@suika build-poky-1.5]$cat << EOF >> local/local.conf > INHERIT += "archive-patched-source" > SOURCE_ARCHIVE_PACKAGE_TYPE = "srpm" > EOF [lizj@suika build-poky-1.5]

[yocto] Rgardring GSTreamer1.0 integration on Yocto dylan

2014-01-15 Thread Khaja Hussain Shaik
Hi, Greetings from Khaja. We are trying to make a Dylan build with GStreamer 1.0 support, however we are facing lots of dependencies. We like to know whether it's possible to incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to direct us to some documents/procedure. Thanks i

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan

2014-01-15 Thread Nicolas Dechesne
On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < khajahussai...@hcl.com> wrote: > Greetings from Khaja. > > We are trying to make a Dylan build with GStreamer 1.0 support, however we > are facing lots of dependencies. We like to know whether it’s possible to > incorporate GStreamer 1.0 in D

[yocto] 1.6_M2.rc1 now available

2014-01-15 Thread Flanagan, Elizabeth
The first release candidate for the upcoming 1.6 Milestone 2 release is now available at: http://autobuilder.yoctoproject.org/pub/releases/1.6_M2.rc1 bitbake 2ca15117e4bbda38cda07511d0ff317273f91528 eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler c73c6e4

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan

2014-01-15 Thread Iorga, Cristian
Hello, Nicolas is totally right here. /Cristian Iorga YP Intel From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Nicolas Dechesne Sent: Wednesday, January 15, 2014 1:05 PM To: Khaja Hussain Shaik Cc: Dipesh Karmakar; yocto@yoctoproject.org Subject: Re: [yoc

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan

2014-01-15 Thread Paul Eggleton
On Wednesday 15 January 2014 12:05:03 Nicolas Dechesne wrote: > On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < > khajahussai...@hcl.com> wrote: > > Greetings from Khaja. > > > > We are trying to make a Dylan build with GStreamer 1.0 support, however we > > are facing lots of dependencies.

[yocto] [ANNOUNCEMENT] Yocto Project 1.5.1 "Dora" Released.

2014-01-15 Thread Flanagan, Elizabeth
All, We are pleased to announce the first point release of the Yocto Project's 1.5.1 "Dora" Release. This release is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.5.1/poky-dora-10.0.1.tar.bz2 or at the kernel.org mirror: http://mirrors.kernel.org/yocto/yocto/yoct

[yocto] eglibc-locale issue in dora for populate_sdk

2014-01-15 Thread Christian Ege
Hi, may I ask to have an minor patch backportet to dora? The patch I am talking about is the following: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-core/eglibc/eglibc-locale.inc?id=ef942e3abdfa822271efd7c0f629829a80132fe5 Without this patch It is not possible to build an SD

[yocto] [meta-selinux][PATCH 1/1] libselinux: migrate SRC_URI to 2.2.2

2014-01-15 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- .../{libselinux_2.2.bb => libselinux_2.2.2.bb} |4 ++-- recipes-security/selinux/selinux_20131030.inc |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename recipes-security/selinux/{libselinux_2.2.bb => libselinux_2.2.2

[yocto] [meta-selinux][PATCH 0/1] libselinux: migrate SRC_URI to 2.2.2

2014-01-15 Thread wenzong.fan
From: Wenzong Fan Update libselinux to lastest version 2.2.2 which released on 2013-12-30. The following changes since commit 3fee4a09cc26816862dacfb2081dc7e0fa7ca47e: psmisc: inherit enable-selinux and backport to fix build issue (2014-01-13 17:50:00 +0800) are available in the git reposit

[yocto] Issue in combining configure options in different tunes

2014-01-15 Thread Rohit2 Jindal
Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain(linux and userspace components) using tune mips32 and tune mips64-n32 with the required libgcc libraries and other required headers. Glibc libraries were also build using tune-mips64-n32 with different combinations