Re: [OE-core] [oe-commits] Ross Burton : glib-2.0: upgrade to latest stable, 2.34.1.

2012-12-03 Thread Henning Heinold
Hi, I started to fix it for the tegra gst-openmax stuff. The fix is not that hard, but I am not finished yet. Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/op

[OE-core] Difference of toolchain recipes

2012-12-03 Thread Luo Zhenhua-B19537
It is a bit confused for the different recipes of toolchian, can somebody help to explain what's the difference for those recipes? E.g. gcc-cross, gcc-cross-canadian, gcc-cross-initial, gcc-cross-intermediate, gcc-crosssdk, gcc-crosssdk-initial, gcc-crosssdk-intermediate, gcc-runtime, etc. Is

Re: [OE-core] [PATCH] initscripts/urandom: change random-seed directory

2012-12-03 Thread Ming Liu
On 12/01/2012 03:24 AM, Saul Wold wrote: On 11/30/2012 02:19 AM, Ming Liu wrote: /etc/init.d/urandom fails to start/stop because it tries to save random-seed into /var/lib/urandom folder which does not exist in the file system. Why not create it in the recipe's do_install? Or possibly add it t

Re: [OE-core] why remove yaffs2?

2012-12-03 Thread Yi Qingliang
clear, thanks!!! On Monday, December 03, 2012 03:54:32 PM Richard Purdie wrote: > On Mon, 2012-12-03 at 14:03 +, niqingliang2...@gmail.com wrote: > > Hi, All: > > > > I have untouched oe for several months, and recently found that yaffs is > > dropped, and also in official kernel, why? > > W

Re: [OE-core] [PATCH 1/3] autotools.bbclass: use relative path for acpaths whenever possible

2012-12-03 Thread ChenQi
Hi Richard, I saw that this series of patches have been merged except this one. Is there any problem with this patch? The thing is, if we don't fix autotool.bbclass like this, building coreutils will fail with a long TMPDIR (bug#2766). I tried to build coretuils with TMPDIR of 200 char length,

Re: [OE-core] [PATCH 2/4] ICU: add pkgconfig support

2012-12-03 Thread ChenQi
On 12/03/2012 07:50 PM, Burton, Ross wrote: On 3 December 2012 10:42, wrote: +ICU-3.6 has no pkgconfig, so I add it here. +But ICU has had pkgconfig support since 4.6. Is there a reason we can't just bump oe-core to 4.6? Ross I'm not sure. Maybe we bump ICU to the latest version later. (If

[OE-core] OpenEmbedded TSC Minutes 6 November 2012

2012-12-03 Thread Jeff Osier-Mixon
Attendees: Paul, Mark, Koen, Khem, Richard Minutes taken by Richard ELC-E presented an opportunity for a face to face meeting so there are no irc logs. The only topic we were asked to discuss was ntp. We agreed that creating an ntp namespace for OE was a good idea for non-commercial use. We agree

[OE-core] [PATCH 6/6] sstate.bbclass: fix detection of owners matching sstate files

2012-12-03 Thread Martin Jansa
* without this patch: Python 2.7.3 >>> sstate_search_cmd = "grep -rl /OE/jansa-test/shr-core/tmp-eglibc/pkgdata/armv7a-vfp-neon-oe-linux-gnueabi/runtime-reverse/vim-common /OE/jansa-test/shr-core/tmp-eglibc/sstate-control --exclude=master.list | sed -e 's:^.*/::' -e 's:\.populate-sysroot::'"

[OE-core] [PATCH 5/6] sstate.bbclass: fixed file-conflict check

2012-12-03 Thread Martin Jansa
From: Enrico Scholz The value of subprocess.Popen().communicate()[0] is a string. Checking for '!= None' will always match causing bogus warnings regarding already staged files. Signed-off-by: Enrico Scholz Signed-off-by: Martin Jansa --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1

[OE-core] [PATCH 4/6] util-linux: use u-a for eject

2012-12-03 Thread Martin Jansa
* 2.22.1 now builds eject which conflicts with eject from eject recipe in meta-oe Signed-off-by: Martin Jansa --- meta/recipes-core/util-linux/util-linux.inc | 3 ++- meta/recipes-core/util-linux/util-linux_2.22.1.bb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/m

[OE-core] [PATCH 3/6] distutils: remove empty datadir/share after it's content is moved to datadir

2012-12-03 Thread Martin Jansa
* fixes a lot of QA warnings about unpackaged /usr/share/share Signed-off-by: Martin Jansa --- meta/classes/distutils.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/distutils.bbclass b/meta/classes/distutils.bbclass index c73b24f..552e5f3 100644 --- a/meta/classes/distu

[OE-core] [PATCH 2/6] packagegroup-core-basic: use VIRTUAL-RUNTIME_initscripts and VIRTUAL-RUNTIME_init_manager

2012-12-03 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.

[OE-core] [PATCH 1/6] at: drop initscript dependency

2012-12-03 Thread Martin Jansa
* doesn't look like build dependency * and for runtime dependency if needed we should use VIRTUAL-RUNTIME_initscripts Signed-off-by: Martin Jansa --- meta/recipes-extended/at/at_3.1.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/at/at_3.1.13.bb b

[OE-core] [PATCH 0/6] [oe-core] Small fixes from bitbake world

2012-12-03 Thread Martin Jansa
The following changes since commit 24b954253dd1aa626835352c4dc8d085a19aae35: xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions (2012-12-03 16:38:28 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull http://cgit.ope

Re: [OE-core] [PATCH] openssh: CVE-2011-4327

2012-12-03 Thread Li.Wang
This is my neglect. The function has already been removed from OpenSSH prior to version 5.8p2: ChangeLog: 20110505 - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac] [entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c] [ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-h

Re: [OE-core] why remove yaffs2?

2012-12-03 Thread niqingliang2003
Sorry! my mistake. just for oe, why remove yaffs from image types? On Monday, December 03, 2012 08:52:46 AM Bruce Ashfield wrote: On Mon, Dec 3, 2012 at 9:03 AM, wrote: Hi, All: I have untouched oe for several months, and recently found that yaffs is dropped, and also in official kernel, w

[OE-core] [PATCH][for-danny] kernel.bbclass: remove explicit version.h target

2012-12-03 Thread Darren Hart
From: Bruce Ashfield The compilation routine for the kernel has an explicit call to build version.h, which works fine for most kernels, but the location of it has recently changes. commit d183e6f5 [UAPI: Move linux/version.h] commit 10b63956 [UAPI: Plumb the UAPI Kbuilds into the user

[OE-core] OE Changelog since 2012-11-25 until 2012-12-02

2012-12-03 Thread cliff . brake
Changelog since 2012-11-25 until 2012-12-02. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH 3/3] linux-yocto/3.4: inform the fetcher if the meta branch changes

2012-12-03 Thread Bruce Ashfield
The meta data branch for the kernel can be varied by changing the KMETA variable, but that change wasn't reflected in the SRC_URI, which means that the fetcher won't check for changes on that branch and is a potential source of errors. Making the meta branch specification KMETA vs meta solves the

[OE-core] [PATCH 1/3] linux-yocto/3.4: merge v3.4.19, v3.4.20

2012-12-03 Thread Bruce Ashfield
Updating the linux-yocto-3.4 trees to incorporate both 3.4.19 and 3.4.20 from the kernel.org -stable team. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++--- meta/recipes-kernel/lin

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2012-12-03 Thread Bruce Ashfield
Richard/Saul, Just clearing my queue of some recent changes. - version bumps for v3.4.19, v3.4.20 - a change to make the fetch aware of the fact that the meta branch name can change - emenlow BSP changes for a psb -> emgd switch Sanity checks all pass on my local builds and boots. Cheers,

[OE-core] [PATCH 2/3] linux-yocto/3.4: emenlow: switch from psb to emgd graphics

2012-12-03 Thread Bruce Ashfield
Updating the meta branch SRCREVs for the following commit: [ meta/emenlow: use emgd instead of psb graphics driver This commit essentially does just this: Remove all the references of psb patches for emenlow BSP. Change the emenlow scc files to use emgd instead of psb. ] Signe

Re: [OE-core] [oe-commits] Saul Wold : util-linux: Update to 2.22.1

2012-12-03 Thread Saul Wold
On 12/03/2012 11:15 AM, Martin Jansa wrote: On Mon, Dec 03, 2012 at 02:49:20PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: ac807121ce3ba965f3e2a4f664a60ae4e33ce550 URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac807121ce

Re: [OE-core] [oe-commits] Saul Wold : util-linux: Update to 2.22.1

2012-12-03 Thread Martin Jansa
On Mon, Dec 03, 2012 at 02:49:20PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: ac807121ce3ba965f3e2a4f664a60ae4e33ce550 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac807121ce3ba965f3e2a4f664a60ae4e33ce550 > > A

Re: [OE-core] [PATCH 1/1] base/license.bbclass: handle multiple INCOMPATIBLE_LICENSEs

2012-12-03 Thread Andy Ross
On 12/03/2012 10:47 AM, Saul Wold wrote: I think this needs to be rebased since some other patches have been applied, please verify and rebase against master. It applies cleanly for me on top of what seems to be the current oe-core HEAD: commit 24b954253dd1aa626835352c4dc8d085a19aae35 Author:

Re: [OE-core] [PATCH 1/1] base/license.bbclass: handle multiple INCOMPATIBLE_LICENSEs

2012-12-03 Thread Saul Wold
On 11/30/2012 08:47 AM, Andy Ross wrote: On 11/29/2012 08:31 PM, Saul Wold wrote: There still seems to be a problem with this patch, try building core-image-minimal and core-image-basic, checkout the failure from the autobuilder: http://autobuilder.yoctoproject.org:8010/builders/nightly-non-gpl

[OE-core] [PATCH] pulseaudio: explicitly set --with-database=simple

2012-12-03 Thread Mario Domenech Goulart
The default value for --with-database is "auto". So, if some package installs a database library and pulseaudio auto detects, that library will be added to the dependencies list, causing a dependency error at do_rootfs time. For example, samba installs libtdb, which is one of the pulseaudio suppo

Re: [OE-core] meta-cloud layer

2012-12-03 Thread Raymond Danks
On 12/03/2012 09:04 AM, Michael Halstead wrote: On 12/03/2012 08:00 AM, Saul Wold wrote: On 12/03/2012 07:20 AM, Prica, Mihai wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of David Nys

Re: [OE-core] meta-cloud layer

2012-12-03 Thread Michael Halstead
On 12/03/2012 08:00 AM, Saul Wold wrote: > On 12/03/2012 07:20 AM, Prica, Mihai wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf >> Of David Nyström >> Sent: Saturday, December 01, 2

Re: [OE-core] meta-cloud layer

2012-12-03 Thread Saul Wold
On 12/03/2012 07:20 AM, Prica, Mihai wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of David Nyström Sent: Saturday, December 01, 2012 10:44 PM To: Michael Halstead Cc: oe-core layer Su

Re: [OE-core] why remove yaffs2?

2012-12-03 Thread Richard Purdie
On Mon, 2012-12-03 at 14:03 +, niqingliang2...@gmail.com wrote: > Hi, All: > > I have untouched oe for several months, and recently found that yaffs is > dropped, and also in official kernel, why? We removed it from OE-Core 18 months ago. The code was old, not working particularly well and l

Re: [OE-core] [oe-commits] Ross Burton : glib-2.0: upgrade to latest stable, 2.34.1.

2012-12-03 Thread Burton, Ross
On 3 December 2012 15:13, Martin Jansa wrote: > [-Werror=deprecated-declarations] I wish people wouldn't use that. Sure. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listi

Re: [OE-core] meta-cloud layer

2012-12-03 Thread Prica, Mihai
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of David Nyström Sent: Saturday, December 01, 2012 10:44 PM To: Michael Halstead Cc: oe-core layer Subject: Re: [OE-core] meta-cloud layer On 12/0

Re: [OE-core] [oe-commits] Ross Burton : glib-2.0: upgrade to latest stable, 2.34.1.

2012-12-03 Thread Martin Jansa
On Mon, Nov 12, 2012 at 01:22:47PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: ce5fcad59fff19dbffc2d7b49c0c8bf3701d17ed > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ce5fcad59fff19dbffc2d7b49c0c8bf3701d17ed > > A

[OE-core] [PATCH] latencytop: add missing signed-off-by and re-add upstream status

2012-12-03 Thread Jack Mitchell
From: Jack Mitchell When I made a change to this patch in git commit 1b41a4660d0 I accidently removed the Upstream Status line and also didn't add the required signed-off-by tag. Signed-off-by: Jack Mitchell --- .../latencytop/latencytop-0.5/latencytop-makefile.patch| 14 +- 1

Re: [OE-core] Fix license segment md5sum boundary

2012-12-03 Thread Richard Purdie
On Fri, 2012-11-30 at 17:15 +0200, Marko Lindqvist wrote: > Fix most cases where "startline" is used instead of correct "beginline" > to tell where license segment begins in file. > Two cases are not handle here, to avoid conflict with other patches > in progress: > - coreutils-8.14 is fixed in upd

Re: [OE-core] [Consolidated Pull 00/33] Fixes and Updates

2012-12-03 Thread Richard Purdie
On Fri, 2012-11-30 at 00:17 -0800, Saul Wold wrote: > Richard, > > This is a combo request with your master-next and MUT, > it builds with AutoBuild and I have done some simple > testing. > > I have droped some patches that do not have Upstream-Status > info. > > Thanks > Sau! > > > >

Re: [OE-core] [PATCH] openssh: CVE-2011-4327

2012-12-03 Thread Burton, Ross
On 30 November 2012 22:41, Scott Garman wrote: > The second link you referenced above explains that the vulnerability exists > in versions prior to openssh 5.8p2, and yet your patch was submitted against > openssh 6.0p1. So it seems that this would not apply. Or am I > misunderstanding the nature

Re: [OE-core] Danny - backport - gst-meta-base x11 fix

2012-12-03 Thread Burton, Ross
On 30 November 2012 22:37, Saul Wold wrote: > Since we have a fix in master (1.4) already for this, we should just > backport it. > > OE-Core: 6e44bf71fd4645ea09b3e34b907b17e92b5225e3 > Poky: 115076c0d8fa0e9f100136b8f060e59d978c4fca Without any other changes, doesn't that mean that ximagesink doe

Re: [OE-core] why remove yaffs2?

2012-12-03 Thread Bruce Ashfield
On Mon, Dec 3, 2012 at 9:03 AM, wrote: > Hi, All: > > I have untouched oe for several months, and recently found that yaffs is > dropped, and also in official kernel, why? > Can you clarify ? Which kernel ? Yaffs has never been a mainline filesystem, but I have it in the yocto released kernels.

Re: [OE-core] [PATCH 2/4] ICU: add pkgconfig support

2012-12-03 Thread Burton, Ross
On 3 December 2012 10:42, wrote: > +ICU-3.6 has no pkgconfig, so I add it here. > +But ICU has had pkgconfig support since 4.6. Is there a reason we can't just bump oe-core to 4.6? Ross ___ Openembedded-core mailing list Openembedded-core@lists.opene

[OE-core] [PATCH 4/4] libassuan: add pkgconfig support

2012-12-03 Thread Qi.Chen
From: Chen Qi Add pkgconfig support to libassuan. [YOCTO #2453] Signed-off-by: Chen Qi --- .../files/libassuan-add-pkgconfig-support.patch| 57 meta/recipes-support/libassuan/libassuan_2.0.3.bb |5 +- 2 files changed, 60 insertions(+), 2 deletions(-) create mo

[OE-core] [PATCH 3/4] pth: add pkgconfig support

2012-12-03 Thread Qi.Chen
From: Chen Qi Add pkgconfig support to pth. [YOCTO #2453] Signed-off-by: Chen Qi --- .../pth/files/pth-add-pkgconfig-support.patch | 105 meta/recipes-support/pth/pth_2.0.7.bb |7 +- 2 files changed, 109 insertions(+), 3 deletions(-) create mode 10

[OE-core] [PATCH 1/4] libksba: add pkgconfig support

2012-12-03 Thread Qi.Chen
From: Chen Qi Add pkgconfig support to libksba. [YOCTO #2453] Signed-off-by: Chen Qi --- .../libksba/ksba-add-pkgconfig-support.patch | 57 meta/recipes-support/libksba/libksba_1.3.0.bb |8 +-- 2 files changed, 62 insertions(+), 3 deletions(-) create mod

[OE-core] [PATCH 2/4] ICU: add pkgconfig support

2012-12-03 Thread Qi.Chen
From: Chen Qi Add pkgconfig support to ICU. [YOCTO #2453] Signed-off-by: Chen Qi --- .../icu/files/icu-add-pkgconfig-support.patch | 43 meta/recipes-support/icu/icu-3.6.inc | 11 + meta/recipes-support/icu/icu_3.6.bb|2 +- 3

[OE-core] [PATCH 0/4] [V2] Add pkgconfig support to four packages

2012-12-03 Thread Qi.Chen
From: Chen Qi Among the 26 recipes / packages that deliver their own bin-config tools, only four of them don't deliver pkgconfig (.pc) files. This series of patches add pkgconfig support to them. [YOCTO #2453] The following changes since commit 247b6a3754c2c50318e2a73d79981ba0e9cb560b: gstr

Re: [OE-core] [PATCH 2/3] qt4-native: make qt4-native work with long building path

2012-12-03 Thread Martin Jansa
On Mon, Dec 03, 2012 at 04:27:55PM +0800, ChenQi wrote: > On 12/03/2012 04:18 PM, Martin Jansa wrote: > > On Mon, Dec 03, 2012 at 09:55:23AM +0800, qi.c...@windriver.com wrote: > >> From: Chen Qi > >> > >> If the TMPDIR has more than 256 chars, building qt4-native fails. > >> This violates the 410

Re: [OE-core] [PATCH 2/3] qt4-native: make qt4-native work with long building path

2012-12-03 Thread ChenQi
On 12/03/2012 04:18 PM, Martin Jansa wrote: On Mon, Dec 03, 2012 at 09:55:23AM +0800, qi.c...@windriver.com wrote: From: Chen Qi If the TMPDIR has more than 256 chars, building qt4-native fails. This violates the 410 length limit of TMPDIR. This patch makes building qt4-native succeed with a l

Re: [OE-core] [PATCH 2/3] qt4-native: make qt4-native work with long building path

2012-12-03 Thread Martin Jansa
On Mon, Dec 03, 2012 at 09:55:23AM +0800, qi.c...@windriver.com wrote: > From: Chen Qi > > If the TMPDIR has more than 256 chars, building qt4-native fails. > This violates the 410 length limit of TMPDIR. > > This patch makes building qt4-native succeed with a long building > path (410 for examp