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

2012-11-26 Thread Li Wang
A security flaw was found in the way ssh-keysign, a ssh helper program for host based authentication, attempted to retrieve enough entropy information on configurations that lacked a built-in entropy pool in OpenSSL (a ssh-rand-helper program would be executed to retrieve the entropy from the syste

[OE-core] [PATCH] cairo: update to upstream version 1.12.8

2012-11-26 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- meta/recipes-graphics/cairo/{cairo_1.12.2.bb => cairo_1.12.8.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/cairo/{cairo_1.12.2.bb => cairo_1.12.8.bb} (92%) diff --git a/meta/recipes-graphics/cairo/cairo_1.12.2.

[OE-core] [PATCH] libpng: update to upstream version 1.2.50

2012-11-26 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- .../libpng/{libpng_1.2.49.bb => libpng_1.2.50.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-multimedia/libpng/{libpng_1.2.49.bb => libpng_1.2.50.bb} (52%) diff --git a/meta/recipes-multimedia/libpng/libp

Re: [OE-core] [PATCH 1/2] pulseaudio: fix compilation on RHEL-5.8 64bit machine

2012-11-26 Thread jhuang0
On 11/22/2012 4:55 PM, Burton, Ross wrote: Hi, This patch is too hacky to go in at the moment. Hi Ross, Thanks for your comments, in fact the patch was for a weird edge case in the old version, I looked for the history and it seemed to be added as a workaround. And I tried some days but c

[OE-core] [PATCH 0/1] slang: explicity disable invoking onig module

2012-11-26 Thread Hongxu Jia
The following changes since commit 37c752ab05842a70bca0727af14709e0a9720425: kern-tools: report missing config fragments by name (2012-11-22 07:53:33 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/slang http://git.pokylinux.org/cgit.cgi/poky-con

[OE-core] [PATCH 1/1] slang: explicity disable invoking onig module

2012-11-26 Thread Hongxu Jia
We don't implement module onig in our recipes, so we should explicity disable its invoke in slang to avoid that slang's configure incorrectly tests the existence of onig. [YOCTO #2820] Signed-off-by: Hongxu Jia --- meta/recipes-extended/slang/slang_2.2.4.bb |4 ++-- 1 file changed, 2 insert

[OE-core] [PATCH] ccache: update to upstream version 3.1.8

2012-11-26 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- meta/recipes-devtools/ccache/ccache.inc |2 +- meta/recipes-devtools/ccache/ccache_3.1.7.bb |8 meta/recipes-devtools/ccache/ccache_3.1.8.bb |8 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-

Re: [OE-core] Including license metadata in target package

2012-11-26 Thread Eric Bénard
Hi Martin, Le Mon, 26 Nov 2012 20:33:04 +0100, Martin Jansa a écrit : > we'll have to provide some proprietary packages for our feed/images and > because of that we're thinking about adding functionality to package > LICENSE files (referenced by LIC_FILES_CHKSUM) to PN (something like > ${datadi

[OE-core] Including license metadata in target package

2012-11-26 Thread Martin Jansa
Hi, we'll have to provide some proprietary packages for our feed/images and because of that we're thinking about adding functionality to package LICENSE files (referenced by LIC_FILES_CHKSUM) to PN (something like ${datadir}/licenses/${PN}/file), probably reusing some code from license.bbclass

Re: [OE-core] [PATCH] bitbake: fix for mixed-up wget commands

2012-11-26 Thread Otavio Salvador
On Mon, Nov 26, 2012 at 3:54 PM, Cristian Iorga wrote: > wget commands for check and resume were > mixed-up, leading to the following issues: > > 1. long running "NOTE: Preparing runqueue" > reason: objects were downloaded, not spidered on the mirror > 2. Failing network test in Build Appliance, b

Re: [OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Bruce Ashfield
On Mon, Nov 26, 2012 at 8:57 AM, Martin Jansa wrote: > On Mon, Nov 26, 2012 at 08:49:32AM -0500, Bruce Ashfield wrote: > > On Mon, Nov 26, 2012 at 7:37 AM, Martin Jansa >wrote: > > > > > * so it will work look KERNEL_IMAGE > > > * also we were recreating modules.tgz with every kernel build, but >

Re: [OE-core] [PATCH] bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and NATIVELSBSTRING

2012-11-26 Thread Darren Hart
t;1.17.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Fedora-17" TARGET_SYS= "i586-poky-linux" MACHINE = "qemux86" DISTRO= "poky" DISTRO_VERSION= "1.3+snapshot-20121126" TUNE_FE

[OE-core] OE Changelog since 2012-11-18 until 2012-11-25

2012-11-26 Thread cliff . brake
Changelog since 2012-11-18 until 2012-11-25. 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

Re: [OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Martin Jansa
On Mon, Nov 26, 2012 at 03:01:15PM +, Phil Blundell wrote: > On Mon, 2012-11-26 at 14:57 +0100, Martin Jansa wrote: > > I remember seeing some thread about making whole modules tarball > > creation optional and disabled by default, so I guess there is only a > > few users of this. > > That par

[OE-core] [PATCH] bitbake: fix for mixed-up wget commands

2012-11-26 Thread Cristian Iorga
wget commands for check and resume were mixed-up, leading to the following issues: 1. long running "NOTE: Preparing runqueue" reason: objects were downloaded, not spidered on the mirror 2. Failing network test in Build Appliance, because wget 1.14 (in use in BA) will fail if a file already exists.

Re: [OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Phil Blundell
On Mon, 2012-11-26 at 14:57 +0100, Martin Jansa wrote: > I remember seeing some thread about making whole modules tarball > creation optional and disabled by default, so I guess there is only a > few users of this. That particular patch was apparently rejected, but I think you're right that only o

[OE-core] [PATCH] bitbake.conf: Change build output message to list BUILD_SYS, TARGET_SYS and NATIVELSBSTRING

2012-11-26 Thread Richard Purdie
The build summary is meant to reflect key configuration variables. Information about the build system we're running on is important but currently missing from the information displayed. Printing TARGET_SYS removes the need to print TARGET_OS and TARGET_ARCH and we add BUILD_SYS and NATIVELSBSTRING

Re: [OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Martin Jansa
On Mon, Nov 26, 2012 at 08:49:32AM -0500, Bruce Ashfield wrote: > On Mon, Nov 26, 2012 at 7:37 AM, Martin Jansa wrote: > > > * so it will work look KERNEL_IMAGE > > * also we were recreating modules.tgz with every kernel build, but > > overwritting the same output file > > > > Signed-off-by: Mar

Re: [OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Bruce Ashfield
On Mon, Nov 26, 2012 at 7:37 AM, Martin Jansa wrote: > * so it will work look KERNEL_IMAGE > * also we were recreating modules.tgz with every kernel build, but > overwritting the same output file > > Signed-off-by: Martin Jansa > --- > meta/classes/kernel.bbclass | 7 ++- > 1 file changed,

Re: [OE-core] [PATCH 0/3] lttng updates for danny-next

2012-11-26 Thread Burton, Ross
On 13 November 2012 17:26, wrote: > These are the lttng fixes that didn't get pulled into danny (but > are now in master), so I'm resubmitting them for danny-next. > > Tested on crownbay. > > Please pull into danny-next. Merged locally to danny-next. Ross __

Re: [OE-core] [PATCH] kmod: fix git repo URL

2012-11-26 Thread Burton, Ross
On 26 November 2012 13:31, Eric Bénard wrote: > thanks, so you are the maintainer of danny-next ? Indeed I am. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openemb

Re: [OE-core] [PATCH] kmod: fix git repo URL

2012-11-26 Thread Eric Bénard
Hi Ross, Le Mon, 26 Nov 2012 13:22:02 +, "Burton, Ross" a écrit : > On 26 November 2012 07:59, Eric Bénard wrote: > > Is it possible to merge it into oe-core's danny branch ? > > Done locally for danny-next. > thanks, so you are the maintainer of danny-next ? Eric __

Re: [OE-core] [PATCH] kmod: fix git repo URL

2012-11-26 Thread Burton, Ross
On 26 November 2012 07:59, Eric Bénard wrote: > Is it possible to merge it into oe-core's danny branch ? Done locally for danny-next. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/m

[OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Martin Jansa
* so it will work look KERNEL_IMAGE * also we were recreating modules.tgz with every kernel build, but overwritting the same output file Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbc

[OE-core] [PATCH] rootfs_rpm.bbclass: normalize arch output of list_installed_packages

2012-11-26 Thread Ming Liu
list_installed_packages should output uniform formatted archs for all packaging system(deb, rpm and ipk), for they are used by common code to grab the package infos. Otherwise, it will lead some -dbg packages to be missed processing in come cases. It's introduced by commit: fc985f51, package_rpm.b

[OE-core] [PATCH] initramfs-framework: init: Stop mount warnings during boot

2012-11-26 Thread Otavio Salvador
For a completely quiet boot using recent versions of utilities, the /etc/fstab and /var/lock need to be available. Signed-off-by: Otavio Salvador --- meta/recipes-core/initrdscripts/initramfs-framework/init |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipe

Re: [OE-core] [PATCH] kmod: fix git repo URL

2012-11-26 Thread Eric Bénard
Hi, Le Thu, 22 Nov 2012 11:15:52 +0100, Eric Bénard a écrit : > is it possible to include this patch in danny as it fix a fetching > error ? > In master that's commit 156e0fca979585f72323041f8d8aeafcbd43dfc3 > this patch fix : ERROR: Function failed: Fetcher failure for URL: 'git://git.profusion

Re: [OE-core] [PATCH] allarch: Allow class to be included but overridden

2012-11-26 Thread Richard Purdie
On Mon, 2012-11-26 at 09:19 -0200, Otavio Salvador wrote: > On Mon, Nov 26, 2012 at 9:17 AM, Richard Purdie > wrote: > > On Mon, 2012-11-26 at 09:08 -0200, Otavio Salvador wrote: > >> On Sun, Nov 25, 2012 at 6:23 PM, Richard Purdie > >> wrote: > >> > We have cases where we'd like to inherit this

Re: [OE-core] [PATCH] allarch: Allow class to be included but overridden

2012-11-26 Thread Otavio Salvador
On Mon, Nov 26, 2012 at 9:17 AM, Richard Purdie wrote: > On Mon, 2012-11-26 at 09:08 -0200, Otavio Salvador wrote: >> On Sun, Nov 25, 2012 at 6:23 PM, Richard Purdie >> wrote: >> > We have cases where we'd like to inherit this class by default but allow >> > special cases to override it. This cha

Re: [OE-core] [PATCH] allarch: Allow class to be included but overridden

2012-11-26 Thread Richard Purdie
On Mon, 2012-11-26 at 09:08 -0200, Otavio Salvador wrote: > On Sun, Nov 25, 2012 at 6:23 PM, Richard Purdie > wrote: > > We have cases where we'd like to inherit this class by default but allow > > special cases to override it. This change makes the code of the class > > conditional on PACKAGE_ARC

Re: [OE-core] [PATCH] packagegroup/allarch: Convert to use allarch class

2012-11-26 Thread Otavio Salvador
On Sun, Nov 25, 2012 at 6:23 PM, Richard Purdie wrote: > Currently there is some odd behaviour of the packagegroup class in relation > to sstate since it sets PACKAGE_ARCH = "all" but does not use the allarch > class > leading to it being undetected by sstate. > > Previously it was not possible t

Re: [OE-core] [PATCH] allarch: Allow class to be included but overridden

2012-11-26 Thread Otavio Salvador
On Sun, Nov 25, 2012 at 6:23 PM, Richard Purdie wrote: > We have cases where we'd like to inherit this class by default but allow > special cases to override it. This change makes the code of the class > conditional on PACKAGE_ARCH remaining set to "all", allowing it to be > overridden. packagegro

Re: [OE-core] RFC: Versioning of git recipes (and incremental PR)

2012-11-26 Thread Otavio Salvador
On Sun, Nov 25, 2012 at 7:21 PM, Richard Purdie wrote: > On Sat, 2012-11-24 at 11:55 -0200, Otavio Salvador wrote: >> On Fri, Nov 23, 2012 at 5:45 PM, Richard Purdie >> wrote: >> > On Fri, 2012-11-23 at 17:23 -0200, Otavio Salvador wrote: >> >> I like to idea of a single updating place. What I di

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

2012-11-26 Thread Burton, Ross
On 26 November 2012 09:36, wrote: > +Upstream-Status: Inappropriate [distribution] Surely this (and all others) should be submitted upstream. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/

[OE-core] [PATCH] sysprof: Fixes undefined  reference to `rmb'

2012-11-26 Thread Noor, Ahsan
From: Noor Ahsan * Recipe already contains a patch for mips arch but not for mips64. For mips64 arch 'mips' was not available in OVERRIDES, rather mips64 was there. So added the same patch for mips64 arch using mips64. Signed-off-by: Noor Ahsan --- meta/recipes-kernel/sysprof/sysprof_git.bb |

[OE-core] [PATCH] gst-meta-base: Make ximagesing optional on x11 DISTRO_FEATURE

2012-11-26 Thread Saul Wold
If x11 is disabled from DISTRO_FEATURE we don't build the ximagesink package, but it still becomes a dependency in the final image which causes a failure Signed-off-by: Saul Wold --- .../gstreamer/gst-meta-base_0.10.bb|3 +++ 1 file changed, 3 insertions(+) diff --git a/meta

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

2012-11-26 Thread Qi.Chen
From: Chen Qi Add pkgconfig support for libassuan [YOCTO# 2453] Signed-off-by: Chen Qi --- .../files/libassuan-add-pkgconfig-support.patch| 33 meta/recipes-support/libassuan/libassuan_2.0.3.bb | 10 -- 2 files changed, 41 insertions(+), 2 deletions(-) creat

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

2012-11-26 Thread Qi.Chen
From: Chen Qi Add pkgconfig support for pth [YOCTO# 2453] Signed-off-by: Chen Qi --- .../pth/files/pth-add-pkgconfig-support.patch | 44 meta/recipes-support/pth/pth_2.0.7.bb | 12 -- 2 files changed, 53 insertions(+), 3 deletions(-) create mode

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

2012-11-26 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 | 40 meta/recipes-support/icu/icu-3.6.inc | 11 ++ meta/recipes-support/icu/icu_3.6.bb|2 +-

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

2012-11-26 Thread Qi.Chen
From: Chen Qi Add pkgconfig support to libksba. [YOCTO# 2453] Signed-off-by: Chen Qi --- .../libksba/ksba-add-pkgconfig-support.patch | 40 meta/recipes-support/libksba/libksba_1.3.0.bb | 13 +-- 2 files changed, 50 insertions(+), 3 deletions(-) create

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

2012-11-26 Thread Qi.Chen
From: Chen Qi We have 26 recipes / packages that deliver *-config tools for development, these packages should deliver pkgconfig (.pc) files instead. Among these 26 recipes / packages, only four of them don't deliver pkgconfig (.pc) files. So we add pkgconfig support for these four packages. The

[OE-core] [PATCH] populate_sdk_base: tarball installer: SDK overwrite warning

2012-11-26 Thread Laurentiu Palcu
This patch contains two fixes: * if the user wants to install the SDK in a directory that already contains a SDK for the same architecture, a warning will be shown; * when the symbolic links are relocated use -n option. Otherwise, symbolic links to existing directories will be created i

Re: [OE-core] [PATCH 1/2] udev-extraconf: drop allarch to allow setting to MACHINE_ARCH in some .bbappend

2012-11-26 Thread Richard Purdie
On Thu, 2012-11-15 at 11:55 +0100, Martin Jansa wrote: > * if bsp needs some special rule for udev > * see https://bugzilla.yoctoproject.org/show_bug.cgi?id=3390 for details > > Signed-off-by: Martin Jansa > --- > meta/recipes-core/udev/udev-extraconf_1.0.bb | 4 +--- > 1 file changed, 1 inserti

[OE-core] [PATCH] packagegroup/allarch: Convert to use allarch class

2012-11-26 Thread Richard Purdie
Currently there is some odd behaviour of the packagegroup class in relation to sstate since it sets PACKAGE_ARCH = "all" but does not use the allarch class leading to it being undetected by sstate. Previously it was not possible to use allarch as the recipe couldn't "undo" settings made by the all

[OE-core] [PATCH] allarch: Allow class to be included but overridden

2012-11-26 Thread Richard Purdie
We have cases where we'd like to inherit this class by default but allow special cases to override it. This change makes the code of the class conditional on PACKAGE_ARCH remaining set to "all", allowing it to be overridden. packagegroup usage is one case this is desirable. Signed-off-by: Richard

Re: [OE-core] RFC: Versioning of git recipes (and incremental PR)

2012-11-26 Thread Richard Purdie
On Sat, 2012-11-24 at 11:55 -0200, Otavio Salvador wrote: > On Fri, Nov 23, 2012 at 5:45 PM, Richard Purdie > wrote: > > On Fri, 2012-11-23 at 17:23 -0200, Otavio Salvador wrote: > >> I like to idea of a single updating place. What I dislike is AUTOINC > >> not being taken care in the fetcher. > >