Re: [OE-core] [PATCH 1/1] apr: set flag of inheriting O_NONBLOCK as no

2012-11-28 Thread Ross Burton
On Thursday, 29 November 2012 at 06:36, rongqing...@windriver.com wrote: > The flag ac_cv_o_nonblock_inherited is always set to yes in cross compiling > environment. This flag is intended to think the socket, returned from > accept(), inherit file status flags such as O_NONBLOCK from the listening

[OE-core] [PATCH 1/1] apr: set flag of inheriting O_NONBLOCK as no

2012-11-28 Thread rongqing.li
From: "Roy.Li" The flag ac_cv_o_nonblock_inherited is always set to yes in cross compiling environment. This flag is intended to think the socket, returned from accept(), inherit file status flags such as O_NONBLOCK from the listening socket, but socket never inherits file status from the listeni

[OE-core] [PATCH 0/1] apr: set flag of inheriting O_NONBLOCK as no

2012-11-28 Thread rongqing.li
From: "Roy.Li" The following changes since commit 99f003356be43bb361634359a5d3c520f72f0a08: local.conf.sample: Enable disk space monitoring by default (2012-11-28 15:25:14 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/apr http://git.pokylinux.org

[OE-core] [PATCH 0/1] populate_sdk_base:tarball installer:add sudo prompt

2012-11-28 Thread Hongxu Jia
The following changes since commit d7670ab74b2c10001c22f116cb27b39fd8354c61: bitbake: build.py: Preserve sigdata files in the stamps directory (2012-11-28 20:26:56 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/toolchain http://git.pokylinux.org

[OE-core] [PATCH 1/1] populate_sdk_base:tarball installer:add sudo prompt

2012-11-28 Thread Hongxu Jia
1.Adds a sudo passwd prompt during installation if the user couldn't install on the dir. 2.Adds option -d to enter dir without prompt. 3.Adds option -y for automatic yes to all prompts, a non- interactive method. [YOCTO# 3153] [YOCTO# 3309] Signed-off-by: Hongxu Jia --- meta/classes/popula

Re: [OE-core] Perl 'native' path

2012-11-28 Thread Randy MacLeod
On 12-11-27 11:57 AM, Nicolas Dechesne wrote: hi, i am getting the following build error: ... i am trying to setup some daily builds on some corporate administrated machines... and what happens is that dpkg-scanpackage perl script has this: $ more sysroots/x86_64-linux/usr/bin/dpkg-scanpackages

Re: [OE-core] [PATCH 2/3] oprofile: Define PACKAGE and PACKAGE_VERSION

2012-11-28 Thread Saul Wold
On 11/28/2012 07:29 AM, Khem Raj wrote: oprofile uses bfd.h from binutils which expects that the package which is using it is also compiled using autotools and therefore tries to include config.h to get above defines. We specify them on commandline instead. Khem, This patch seems to be causin

Re: [OE-core] [PATCH 1/1] Toolchain installation:adds sudo prompt and optins

2012-11-28 Thread Hongxu Jia
Hi Laurentiu, Got it, and I will resubmit the patch. Thanks, Hongxu On 11/28/2012 09:08 PM, Laurentiu Palcu wrote: Hi, This patch is on a collision course with this one: http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=master-next&id=86d4b94bf29d68307cc02b235ab737136de70619 Would you pl

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

2012-11-28 Thread Flanagan, Elizabeth
On Wed, Nov 28, 2012 at 3:19 PM, Andy Ross wrote: > On 11/28/2012 03:14 PM, Flanagan, Elizabeth wrote: >> >> This patch needs a rebase and a minor bit of whitespace work. I've >> done some work to make it apply to the current master head and tested >> it out and it does improve the utility of INCO

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

2012-11-28 Thread Andy Ross
On 11/28/2012 03:14 PM, Flanagan, Elizabeth wrote: This patch needs a rebase and a minor bit of whitespace work. I've done some work to make it apply to the current master head and tested it out and it does improve the utility of INCOMPATIBLE_LICENSE quite a bit. Hm... AFAICT the content of the

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

2012-11-28 Thread Flanagan, Elizabeth
On Mon, Nov 19, 2012 at 8:37 AM, Richard Purdie wrote: > On Fri, 2012-11-16 at 11:09 -0800, Andy Ross wrote: >> On 11/01/2012 11:02 AM, Andy Ross wrote: >> > We hit a problem trying to exclude L/GPLv3 recipes where >> > INCOMPATIBLE_LICENSE could only match exactly one license. The older >> > wil

Re: [OE-core] some simple questions/observations about package groups

2012-11-28 Thread Chris Larson
On Wed, Nov 28, 2012 at 3:26 PM, Chris Larson wrote: > p.s. as with other things i've put on my wish list, it would be great >> if a variation of bitbake could list the available package groups. >> > > Depending on whether you want the metadata package groups or the packages: > > bitbake -e | gr

Re: [OE-core] some simple questions/observations about package groups

2012-11-28 Thread Chris Larson
On Wed, Nov 28, 2012 at 4:45 AM, Robert P. J. Day wrote: > perusing package groups, and a few simple questions and probably a > couple things i can submit patches for. > > first, is IMAGE_FEATURES *exclusively* for selecting package groups > and not individual packages? since core-image.bbcla

Re: [OE-core] [PATCH 1/1] binutils-native: do_compile failed on Ubuntu 12.10

2012-11-28 Thread Saul Wold
On 11/21/2012 01:24 AM, Hongxu Jia wrote: binutils-native do_compile failed on Ubuntu 12.10: ... error: call to '__warn_memset_zero_len' declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [-Werror] ... When compiling binut

Re: [OE-core] New ARM error

2012-11-28 Thread Martin Jansa
On Wed, Nov 28, 2012 at 11:14:06AM -0700, Gary Thomas wrote: > I build for an OMAP4 platform using >DEFAULTTUNE = "cortexa9hf-neon" > > This has been working fine, but after updating to the latest master, I'm > getting this error > > Error, the PACKAGE_ARCHS variable does not contain TU

[OE-core] question for soname library

2012-11-28 Thread Yao Zhao
Hi, Question: If a package install doesn't install the soname library, should we modify the makefile to do it or use "USE_LDCONFIG="1" " in the recipe to let ldconfig when post_inst? thanks, yao ___ Openembedded-core mailing list Openembedded-core@

Re: [OE-core] [PATCH 1/1] license.bbclass: Collect LICENSE level packages

2012-11-28 Thread Flanagan, Elizabeth
On Wed, Nov 21, 2012 at 3:26 AM, Otavio Salvador wrote: > On Tue, Nov 20, 2012 at 7:49 PM, Flanagan, Elizabeth > wrote: >> Some bad logic in license.bbclass misses certain package level >> LICENSEs. >> >> Signed-off-by: Elizabeth Flanagan > > Does it also affects Danny? > Yes, this patch should

Re: [OE-core] [meta-intel patch 0/3] Fixes for rescent X breakages in meta-intel layer

2012-11-28 Thread Tom Zanussi
On Wed, 2012-11-28 at 10:21 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This commits are for meta-intel layer. And Ross'es patch tries to achieve the > same > from the oecore layer. > Hi Nitin, So does this conflict with Ross's patch, which seems simpler... Tom > Than

Re: [OE-core] build logs of all images in or-core

2012-11-28 Thread Khem Raj
On Wed, Nov 28, 2012 at 11:25 AM, Saul Wold wrote: > On 11/28/2012 11:06 AM, Khem Raj wrote: > >> Hi All, >> >> On an idle machine. I ran all possible image builds >> for supported qemu arches in OE-Core. Not all the images built >> successfully. I have posted the logs >> here >> >> > Thanks for

Re: [OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Marko Lindqvist
On 28 November 2012 21:26, Saul Wold wrote: > I was going to add that I think the apply=yes is default and therefore not > required here. Is it for files that do not have .patch suffix? With my first quick test it didn't work. - ML ___ Openembedded

Re: [OE-core] build logs of all images in or-core

2012-11-28 Thread Richard Purdie
On Wed, 2012-11-28 at 11:06 -0800, Khem Raj wrote: > Hi All, > > On an idle machine. I ran all possible image builds > for supported qemu arches in OE-Core. Not all the images built > successfully. I have posted the logs > here > > http://sakrah.dontexist.org/files/oe-core/ > > if anyone wants t

Re: [OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Saul Wold
On 11/28/2012 10:27 AM, Marko Lindqvist wrote: Upstream does not make bugfix releases but releases patches to apply on top of original releases. Fetch and apply those patches. Signed-off-by: Marko Lindqvist --- meta/recipes-core/readline/readline.inc|2 +- meta/recipes-core/readline/

Re: [OE-core] build logs of all images in or-core

2012-11-28 Thread Saul Wold
On 11/28/2012 11:06 AM, Khem Raj wrote: Hi All, On an idle machine. I ran all possible image builds for supported qemu arches in OE-Core. Not all the images built successfully. I have posted the logs here Thanks for doing that, I guess it's a little different than the Autobuilder, so most im

[OE-core] build logs of all images in or-core

2012-11-28 Thread Khem Raj
Hi All, On an idle machine. I ran all possible image builds for supported qemu arches in OE-Core. Not all the images built successfully. I have posted the logs here http://sakrah.dontexist.org/files/oe-core/ if anyone wants to take a look -Khem ___ Op

[OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Marko Lindqvist
Upstream does not make bugfix releases but releases patches to apply on top of original releases. Fetch and apply those patches. Signed-off-by: Marko Lindqvist --- meta/recipes-core/readline/readline.inc|2 +- meta/recipes-core/readline/readline_5.2.bb | 51 +---

[OE-core] [meta-intel patch 1/3] xserver-xorg-1.9.3: fix packaging issues

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble This was affecting crownbay BSP. And it may also be affecting fri2, sys940x BSPs. And this commit will fix the issues for all these EMGD based BSPs. Because of the xserver recipe upgrade in the oecore layer, the xserver packaging defined in the .inc file is changed. And this

[OE-core] [meta-intel patch 3/3] xserver-xorg-video-psb: fix packaging issues

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble This commit takes care of these packaging warnings. WARNING: QA Issue: xserver-xorg-video-psb: Files/directories were installed but not shipped /usr/lib/xorg/modules/drivers/psb_drv.la /usr/lib/xorg/modules/drivers/libmm.la /usr/lib/xorg/modules/drivers/.debug /usr/

[OE-core] [meta-intel patch 0/3] Fixes for rescent X breakages in meta-intel layer

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble This commits are for meta-intel layer. And Ross'es patch tries to achieve the same from the oecore layer. Thanks, Nitin The following changes since commit 154156a4db56f7b33fb1765cf6b87e683d027af9: emgd-driver-bin: add further needed soft links (2012-11-26 18:02:11 -06

[OE-core] [meta-intel patch 2/3] xserver-psb: fix packaging issues

2012-11-28 Thread nitin . a . kamble
From: Nitin A Kamble Because of the xserver recipe upgrade in the oecore layer, the xserver packaging defined in the .inc file is changed. And this change breaks the packaging of this older xserver recipe. This commit fixes the issue by using the meta-intel specific version of the xserver-xorg.

[OE-core] New ARM error

2012-11-28 Thread Gary Thomas
I build for an OMAP4 platform using DEFAULTTUNE = "cortexa9hf-neon" This has been working fine, but after updating to the latest master, I'm getting this error Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (cortexa9hf-neonhf-vfp-neon). PACKAGE_ARCHS = (all any noarc

Re: [OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Enrico Scholz
Marko Lindqvist writes: > -SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz \ > +SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \ > + > ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-001;name=patch1 \ > ... > +readline_patch () { > + # patch-command

Re: [OE-core] [PATCH 0/3] Upgrade binutils to 2.23.1

2012-11-28 Thread Khem Raj
On Wed, Nov 28, 2012 at 7:39 AM, Marcin Juszkiewicz < marcin.juszkiew...@linaro.org> wrote: > W dniu 28.11.2012 16:29, Khem Raj pisze: > > This patchset updates binutils to 2.23 branch I have tested systemd-image > > meta-toolchain and core-image-sato target with it they all built fine > > I did n

Re: [OE-core] [PATCH 1/3] binutils-2.23.1: Add recipes

2012-11-28 Thread Khem Raj
On Wed, Nov 28, 2012 at 7:57 AM, Enrico Scholz < enrico.sch...@sigma-chemnitz.de> wrote: > Khem Raj writes: > > > +EXTRA_OECONF_virtclass-native = "--enable-target=all ..." > > again: this option does not exist. You want '--enable-targets=all'. > > > Thanks for reviewing. indeed I forgot to merg

[OE-core] [PATCH] guile: touch compiled modules on sstate install

2012-11-28 Thread Ross Burton
When guile is installed from sstate, if the compiled files get a modified time older than the source files then guile will produce warnings like this: ;;; note: source file /data/poky-master/tmp/sysroots/x86_64-linux/usr/share/guile/2.0/ice-9/boot-9.scm ;;; newer than compiled /data/poky-master/

Re: [OE-core] meta-cloud layer

2012-11-28 Thread Bruce Ashfield
On Wed, Nov 28, 2012 at 11:22 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2012-11-28 at 17:10 +0100, David Nyström wrote: > > Hello everyone, > > > > I'm working on getting a minimal Yocto/oe-core based OpenStack setup > > running with the meta-cloud layer, with bits

[OE-core] [PATCH V2] guile: fix bashism in script

2012-11-28 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/guile/guile_2.0.6.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/guile/guile_2.0.6.bb b/meta/recipes-devtools/guile/guile_2.0.6.bb index b5f55af..89fedcb 100644 --- a/meta/recipes-devtools

[OE-core] [PATCH] readline: apply upstream patches

2012-11-28 Thread Marko Lindqvist
Upstream does not make bugfix releases but releases patches to apply on top of original releases. Fetch and apply those patches. Signed-off-by: Marko Lindqvist --- meta/recipes-core/readline/readline.inc|2 +- meta/recipes-core/readline/readline_5.2.bb | 72 ++--

[OE-core] [PATCH] guile: fix bashism in script

2012-11-28 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/guile/guile_2.0.6.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/guile/guile_2.0.6.bb b/meta/recipes-devtools/guile/guile_2.0.6.bb index b5f55af..1f39e25 100644 --- a/meta/recipes-devtools/gu

Re: [OE-core] [PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions

2012-11-28 Thread Kamble, Nitin A
Ross, I have a similar patch, which stays in meta-intel. I am testing it now. Because there is no 1.9 Xserver recipe in the oecore, so I think it is meta-intel specific problem. In my patch for the older xserver recipes from meta-intel I am avoiding inclusion of xserver-xorg.inc from oecore.

Re: [OE-core] [PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions

2012-11-28 Thread Otavio Salvador
On Wed, Nov 28, 2012 at 2:11 PM, Burton, Ross wrote: > On 28 November 2012 16:02, Otavio Salvador wrote: >> Well but in this case we would be better to have 1.9 in oe-core, in this >> case. > > meta-intel alone contains 1.9.3 (for EMGD) and 1.7.99.2 (for emenlow). > I don't think it's reasonabl

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-28 Thread Mark Hatle
On 11/27/12 11:26 PM, Richard Purdie wrote: On Tue, 2012-11-27 at 15:07 -0600, Mark Hatle wrote: On 11/27/12 2:23 PM, Martin Jansa wrote: Bitbake doesn't know which modules this package will produce since its using PACKAGES_DYNAMIC. It does its best effort to try and find DEPENDS but it can't t

Re: [OE-core] meta-cloud layer

2012-11-28 Thread Richard Purdie
On Wed, 2012-11-28 at 17:10 +0100, David Nyström wrote: > Hello everyone, > > I'm working on getting a minimal Yocto/oe-core based OpenStack setup > running with the meta-cloud layer, with bits and pieces "borrowed" from > the meta-xen layer. Great news! It might be worth growing meta-xen into

[OE-core] meta-cloud layer

2012-11-28 Thread David Nyström
Hello everyone, I'm working on getting a minimal Yocto/oe-core based OpenStack setup running with the meta-cloud layer, with bits and pieces "borrowed" from the meta-xen layer. Still in its infancy, and lots of stuff is still missing and/or not working properly. Have a look if your interes

Re: [OE-core] [PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions

2012-11-28 Thread Burton, Ross
On 28 November 2012 16:02, Otavio Salvador wrote: > Well but in this case we would be better to have 1.9 in oe-core, in this case. meta-intel alone contains 1.9.3 (for EMGD) and 1.7.99.2 (for emenlow). I don't think it's reasonable to collect every xserver version that binary drivers have built

Re: [OE-core] [PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions

2012-11-28 Thread Otavio Salvador
On Wed, Nov 28, 2012 at 1:56 PM, Burton, Ross wrote: > On 28 November 2012 15:51, Otavio Salvador wrote: >> On Wed, Nov 28, 2012 at 1:28 PM, Ross Burton wrote: >>> Even though the current xserver in oe-core (1.13) doesn't ship these as >>> standalone extensions, older X servers required by binar

Re: [OE-core] [PATCH 1/3] binutils-2.23.1: Add recipes

2012-11-28 Thread Enrico Scholz
Khem Raj writes: > +EXTRA_OECONF_virtclass-native = "--enable-target=all ..." again: this option does not exist. You want '--enable-targets=all'. Enrico ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxt

Re: [OE-core] [PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions

2012-11-28 Thread Burton, Ross
On 28 November 2012 15:51, Otavio Salvador wrote: > On Wed, Nov 28, 2012 at 1:28 PM, Ross Burton wrote: >> Even though the current xserver in oe-core (1.13) doesn't ship these as >> standalone extensions, older X servers required by binary drives >> (e.g. meta-intel's 1.9) still install them sepa

Re: [OE-core] [PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions

2012-11-28 Thread Otavio Salvador
On Wed, Nov 28, 2012 at 1:28 PM, Ross Burton wrote: > Even though the current xserver in oe-core (1.13) doesn't ship these as > standalone extensions, older X servers required by binary drives > (e.g. meta-intel's 1.9) still install them separately. As the packages didn't > exist in xserver-xorg.

[OE-core] [RFC][PATCHv2] rootfs_ipk, package_ipk: drop --force-overwrite

2012-11-28 Thread Martin Jansa
* it was introduced in 2010 by 8c3a7ebac8bed700bcc37f778d5a883cfeee8de8 but doesn't seem needed anymore * also such do_rootfs failure is good indication that runtime packages installed are not sane, ignoring this error in do_rootfs just transfers the issue to end user when he does "opkg upgra

Re: [OE-core] [PATCH 0/3] Upgrade binutils to 2.23.1

2012-11-28 Thread Marcin Juszkiewicz
W dniu 28.11.2012 16:29, Khem Raj pisze: > This patchset updates binutils to 2.23 branch I have tested systemd-image > meta-toolchain and core-image-sato target with it they all built fine > I did not (yet) delete the 2.22 recipes since there must be some time > given for folks to try 2.23 in coupl

[OE-core] [PATCH 3/3] tcmode-default.inc: Use binutils 2.23.1

2012-11-28 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 9193691..1d6cd8b 100644 --- a/meta/conf/distro/include/tc

[OE-core] [PATCH] xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions

2012-11-28 Thread Ross Burton
Even though the current xserver in oe-core (1.13) doesn't ship these as standalone extensions, older X servers required by binary drives (e.g. meta-intel's 1.9) still install them separately. As the packages didn't exist in xserver-xorg.inc the extensions were not packaged, and X didn't work. Rev

[OE-core] [PATCH 2/3] oprofile: Define PACKAGE and PACKAGE_VERSION

2012-11-28 Thread Khem Raj
oprofile uses bfd.h from binutils which expects that the package which is using it is also compiled using autotools and therefore tries to include config.h to get above defines. We specify them on commandline instead. Signed-off-by: Khem Raj --- meta/recipes-kernel/oprofile/oprofile.inc |4 +

[OE-core] [PATCH 0/3] Upgrade binutils to 2.23.1

2012-11-28 Thread Khem Raj
This patchset updates binutils to 2.23 branch I have tested systemd-image meta-toolchain and core-image-sato target with it they all built fine I did not (yet) delete the 2.22 recipes since there must be some time given for folks to try 2.23 in couple of weeks 2.22 recipes will move out of OE-Core.

Re: [OE-core] [RFC PATCH] autotools: Don't install .la files if the distro doesn't want them

2012-11-28 Thread Phil Blundell
On Wed, 2012-11-28 at 15:09 +, Burton, Ross wrote: > On 17 October 2012 14:42, Phil Blundell wrote: > > It's not obvious that libtool's .la files serve any very useful purpose > > on a modern system and they can be positively vexatious under some > > circumstances. Make installation of this s

[OE-core] [PATCH] rootfs_ipk.bbclass: add missing --force_postinstall option

2012-11-28 Thread Laurentiu Palcu
The force_postinstall option was missing and some packages were configured on target rather than on host at rootfs time. Signed-off-by: Laurentiu Palcu --- meta/classes/rootfs_ipk.bbclass |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass b

Re: [OE-core] [RFC PATCH] autotools: Don't install .la files if the distro doesn't want them

2012-11-28 Thread Burton, Ross
On 17 October 2012 14:42, Phil Blundell wrote: > It's not obvious that libtool's .la files serve any very useful purpose > on a modern system and they can be positively vexatious under some > circumstances. Make installation of this stuff conditional on the new > "libtool-garbage" flag in DISTRO_

[OE-core] [RFC][PATCH] rootfs_ipk, package_ipk: drop --force-overwrite

2012-11-28 Thread Martin Jansa
* it was introduced in 2010 by 8c3a7ebac8bed700bcc37f778d5a883cfeee8de8 but doesn't seem needed anymore * also such do_rootfs failure is good indication that runtime packages installed are not sane, ignoring this error in do_rootfs just transfers the issue to end user when he does "opkg upgra

[OE-core] [PATCH] gstreamer, gst-plugins*: fix localdata

2012-11-28 Thread Martin Jansa
* all gst* packages were producing LC_MESSAGES/.mo instead of LC_MESSAGES/gst*.mo and it was leading to file conflicts between gst* packages too * for more details see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html * buildhistory diff, confirms issue fixed

Re: [OE-core] [PATCH 1/4] Add a new distro feature "ptest".

2012-11-28 Thread Björn Stenberg
Richard Purdie wrote: > Whilst we're in bootstrapping mode for this work, how about we make > these changes a "ptest.bbclass" file which we'd inherit in the recipes > where we've got ptest enabled? Ok. I'll give it a go and see how it turns out. -- Björn

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Martin Jansa
On Wed, Nov 28, 2012 at 02:56:26PM +0100, Enrico Scholz wrote: > Martin Jansa > writes: > > > Other option is to include the same hack in our Makefile.in.in > > GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ > > if we test that this does not break some other packages. > > oe_runconf_prepend() { > sed -

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Paul Eggleton
On Wednesday 28 November 2012 08:55:59 Robert P. J. Day wrote: > and to finalize the confusion, there's this from > meta/classes/image.bbclass: > > # IMAGE_FEATURES may contain any available package group > > which would appear to be untrue at this point. I'm pretty sure this has never been

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Paul Eggleton
On Wednesday 28 November 2012 08:45:15 Robert P. J. Day wrote: > On Wed, 28 Nov 2012, Paul Eggleton wrote: > > ... snip for brevity... > > > So the bit that might be missing here is that the PACKAGE_GROUP > > structure and the packagegroup recipes/class are actually not really > > related, except

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Enrico Scholz
Martin Jansa writes: > Other option is to include the same hack in our Makefile.in.in > GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ > if we test that this does not break some other packages. oe_runconf_prepend() { sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' po/Makefile.in.in } seems t

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Robert P. J. Day
and to finalize the confusion, there's this from meta/classes/image.bbclass: # IMAGE_FEATURES may contain any available package group which would appear to be untrue at this point. i think a better way to approach this would be to discuss the possible types of entries you might find in IMAGE_

[OE-core] Why hostname is not in /etc/hosts?

2012-11-28 Thread Marcin Juszkiewicz
When I start Apache on my target I get this: AH00557: httpd: apr_sockaddr_info_get() failed for genericarmv8 AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message Solution is "echo '

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Robert P. J. Day
On Wed, 28 Nov 2012, Paul Eggleton wrote: ... snip for brevity... > So the bit that might be missing here is that the PACKAGE_GROUP > structure and the packagegroup recipes/class are actually not really > related, except that the latter may be used to populate the former. > "packagegroup" is the

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Paul Eggleton
On Wednesday 28 November 2012 08:14:44 Robert P. J. Day wrote: > On Wed, 28 Nov 2012, Martin Jansa wrote: > > On Wed, Nov 28, 2012 at 07:58:45AM -0500, Robert P. J. Day wrote: > > > On Tue, 27 Nov 2012, Saul Wold wrote: > > > > On 11/27/2012 08:18 PM, Robert P. J. Day wrote: > > > > >poking aro

[OE-core] [PATCH 3/4] Add ptest for glib.

2012-11-28 Thread Björn Stenberg
Moved install logic from recipe to makefiles. Signed-off-by: Björn Stenberg --- .../glib-2.0/glib-2.0/Makefile-ptest.patch | 61 meta/recipes-core/glib-2.0/glib-2.0/run-ptest |3 + meta/recipes-core/glib-2.0/glib-2.0_2.34.1.bb | 40 + me

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Robert P. J. Day
On Wed, 28 Nov 2012, Martin Jansa wrote: > On Wed, Nov 28, 2012 at 07:58:45AM -0500, Robert P. J. Day wrote: > > On Tue, 27 Nov 2012, Saul Wold wrote: > > > > > On 11/27/2012 08:18 PM, Robert P. J. Day wrote: > > > > > > > >poking around core-image.bbclass, and noticed this: > > > > > > > > PA

Re: [OE-core] [PATCH 1/1] Toolchain installation:adds sudo prompt and optins

2012-11-28 Thread Laurentiu Palcu
Hi, This patch is on a collision course with this one: http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=master-next&id=86d4b94bf29d68307cc02b235ab737136de70619 Would you please rebase on master-next and then resubmit? Also, see my comments below. Thanks, Laurentiu On 11/28/2012 02:14 PM, H

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Martin Jansa
On Wed, Nov 28, 2012 at 07:58:45AM -0500, Robert P. J. Day wrote: > On Tue, 27 Nov 2012, Saul Wold wrote: > > > On 11/27/2012 08:18 PM, Robert P. J. Day wrote: > > > > > >poking around core-image.bbclass, and noticed this: > > > > > > PACKAGE_GROUP_nfs-server = "packagegroup-core-nfs-server" >

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-28 Thread Robert P. J. Day
On Tue, 27 Nov 2012, Saul Wold wrote: > On 11/27/2012 08:18 PM, Robert P. J. Day wrote: > > > >poking around core-image.bbclass, and noticed this: > > > > PACKAGE_GROUP_nfs-server = "packagegroup-core-nfs-server" > > > > except i don't see the corresponding packagegroup-core-nfs-server.bb > >

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Martin Jansa
On Wed, Nov 28, 2012 at 09:06:00AM +, Richard Purdie wrote: > On Wed, 2012-11-28 at 09:57 +0100, Martin Jansa wrote: > > On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > > > On 11/27/12 12:23 PM, Martin Jansa wrote: > > > > In last rebuild from scratch I've noticed couple of weird

[OE-core] [PATCH 1/1] Toolchain installation:adds sudo prompt and optins

2012-11-28 Thread Hongxu Jia
1.Adds a sudo passwd prompt during installation if the user couldn't install on the dir. 2.Adds option -d to let user input dir without prompts. 3.Adds option -y for automatic yes to all prompts, a non- interactive method. [YOCTO# 3153] [YOCTO# 3309] Signed-off-by: Hongxu Jia --- meta/cla

[OE-core] [PATCH 0/1] Toolchain installation:adds sudo prompt and optins

2012-11-28 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/toolchain http://git.pokylinux.org/cgit.cgi/poky

[OE-core] [PATCH] glib-2.0: update to upstream version 2.34.3

2012-11-28 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- .../glib-2.0/{glib-2.0_2.34.1.bb => glib-2.0_2.34.3.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.34.1.bb => glib-2.0_2.34.3.bb} (89%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0

[OE-core] [oe][PATCH] libproxy: Fix for CVE-2012-4504

2012-11-28 Thread yanjun.zhu
From: "yanjun.zhu" Reference:https://code.google.com/p/libproxy/source/detail?r=853 Stack-based buffer overflow in the url::get_pac function in url.cpp in libproxy 0.4.x before 0.4.9 allows remote servers to have an unspecified impact via a large proxy.pac file. http://web.nvd.nist.gov/view/vul

Re: [OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-11-28 Thread Shakeel, Muhammad
If we ensure that udev will always be found in /lib/udev/udevd then this patch will not be required. Actually I needed this patch to start udev on a mips64 target where ${base_libdir} is '/lib64' and original udev init script was failing to start udev. (I am not using initramfs). --Shakeel --

[OE-core] some simple questions/observations about package groups

2012-11-28 Thread Robert P. J. Day
perusing package groups, and a few simple questions and probably a couple things i can submit patches for. first, is IMAGE_FEATURES *exclusively* for selecting package groups and not individual packages? since core-image.bbclass reads: # By default we install packagegroup-core-boot and pack

[OE-core] [PATCH] pango: update to upstream version 1.30.1

2012-11-28 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist --- .../{pango-1.30.0 => pango-1.30.1}/multilib-fix-clean.patch |0 .../pango/{pango-1.30.0 => pango-1.30.1}/no-tests.patch |0 meta/recipes-graphics/pango/{pango_1.30.0.bb => pango_1.30.1.bb} |6 +++--- 3 files changed, 3 insertions(+), 3

Re: [OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-11-28 Thread Otavio Salvador
On Wed, Nov 28, 2012 at 12:26 AM, ChenQi wrote: > On 11/27/2012 10:15 PM, Otavio Salvador wrote: >> >> On Tue, Nov 27, 2012 at 10:57 AM, Shakeel, Muhammad >> wrote: >>> >>> From: Muhammad Shakeel >>> >>> From udev 174 changelog: >>> "The udev daemon moved to /lib/udev/udevd. Non-systemd init sy

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Richard Purdie
On Wed, 2012-11-28 at 09:57 +0100, Martin Jansa wrote: > On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > > On 11/27/12 12:23 PM, Martin Jansa wrote: > > > In last rebuild from scratch I've noticed couple of weird locale data: > > > > Paul E and I just observed this as well... My bui

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Martin Jansa
On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > On 11/27/12 12:23 PM, Martin Jansa wrote: > > In last rebuild from scratch I've noticed couple of weird locale data: > > Paul E and I just observed this as well... My build machine is an -old- FC13 > machine.. system we found it on w