Re: [OE-core] [PATCH 1/2] package_ipk: add License field to control file

2011-07-13 Thread Koen Kooi
While we're at it, how about this one as well: -->8 commit 6ae45bbf2b5ca9e4fd7e8b04e461f0bf120dd44d Author: Koen Kooi Date: Tue Dec 21 18:06:06 2010 + package ipk bbclass: store build branch and revision in ipkg metadata The ipkg metadata will look like thi

[OE-core] [PATCH 1/2] package_ipk: add License field to control file

2011-07-13 Thread Khem Raj
From: Koen Kooi Port of oe.dev Revision e35d1ffad1553f259b084578992f15d10f590f98 Signed-off-by: Koen Kooi Signed-off-by: Khem Raj --- meta/classes/package_ipk.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/packa

[OE-core] [PATCH 2/2] opkg-utils: Print out License field

2011-07-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../opkg-utils/opkg-utils/add-license-field.patch | 39 meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb |3 +- 2 files changed, 41 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/add-license-

Re: [OE-core] siteinfo for recipes oe-core lacks?

2011-07-13 Thread Mark Hatle
On 7/13/11 9:07 PM, Tom Rini wrote: > On 07/13/2011 07:01 PM, Mark Hatle wrote: >> On 7/13/11 8:44 PM, Tom Rini wrote: >>> On 07/13/2011 06:20 PM, Mark Hatle wrote: On 7/13/11 5:14 PM, Tom Rini wrote: > Hey all, > > Do we have an opinion on siteinfo for recipes that oe-core lacks?

Re: [OE-core] siteinfo for recipes oe-core lacks?

2011-07-13 Thread Tom Rini
On 07/13/2011 07:01 PM, Mark Hatle wrote: > On 7/13/11 8:44 PM, Tom Rini wrote: >> On 07/13/2011 06:20 PM, Mark Hatle wrote: >>> On 7/13/11 5:14 PM, Tom Rini wrote: Hey all, Do we have an opinion on siteinfo for recipes that oe-core lacks? I have two easy examples: - mono:

Re: [OE-core] siteinfo for recipes oe-core lacks?

2011-07-13 Thread Mark Hatle
On 7/13/11 8:44 PM, Tom Rini wrote: > On 07/13/2011 06:20 PM, Mark Hatle wrote: >> On 7/13/11 5:14 PM, Tom Rini wrote: >>> Hey all, >>> >>> Do we have an opinion on siteinfo for recipes that oe-core lacks? I >>> have two easy examples: >>> - mono: neither meta-oe nor oe-core have a recipe, we have

Re: [OE-core] siteinfo for recipes oe-core lacks?

2011-07-13 Thread Tom Rini
On 07/13/2011 06:20 PM, Mark Hatle wrote: > On 7/13/11 5:14 PM, Tom Rini wrote: >> Hey all, >> >> Do we have an opinion on siteinfo for recipes that oe-core lacks? I >> have two easy examples: >> - mono: neither meta-oe nor oe-core have a recipe, we have siteinfo >> stuff specific to it. Ignore i

Re: [OE-core] siteinfo for recipes oe-core lacks?

2011-07-13 Thread Mark Hatle
On 7/13/11 5:14 PM, Tom Rini wrote: > Hey all, > > Do we have an opinion on siteinfo for recipes that oe-core lacks? I > have two easy examples: > - mono: neither meta-oe nor oe-core have a recipe, we have siteinfo > stuff specific to it. Ignore it? drop it? update it with what meta-oe has? > -

Re: [OE-core] [PATCH] gcc-4.6: update to 4.6.1 release

2011-07-13 Thread Kamble, Nitin A
Has anybody tried building all arches with commit? If it has worked well then the upgrade to 4.6.1 is good. Otherwise it may affect too many people. Thanks, Nitin > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.open

[OE-core] [PATCH] kernel.bbclass: remove unintended change of INITRAMFS_TASK

2011-07-13 Thread Andrea Adami
* during an unfortunate round of tests right before commiting the patch * do_configure[depends] became kernel_do_configure[depends] * Nonsense! * As documented in commit 4dfef62dfe54a3b2c557a6df81d155adc1e03ccb * of OpenEmbedded git server, this must be in do_configure[depends] * to do the magic.

[OE-core] siteinfo for recipes oe-core lacks?

2011-07-13 Thread Tom Rini
Hey all, Do we have an opinion on siteinfo for recipes that oe-core lacks? I have two easy examples: - mono: neither meta-oe nor oe-core have a recipe, we have siteinfo stuff specific to it. Ignore it? drop it? update it with what meta-oe has? - postgresql: meta-oe has it, oe-core lacks it. Ke

Re: [OE-core] [PATCH 1/3] bitbake.conf, bbclasses: define *_LD_ARCH & *AS_ARCH vars

2011-07-13 Thread Khem Raj
On Wed, Jul 13, 2011 at 5:59 AM, wrote: > From: Nitin A Kamble > > Just like TARGET_CC_ARCH, HOST_CC_ARCH, BUILD_CC_ARCH, SDK_CC_ARCH > define similar variables for LD & AS. > > This is needed because for x32 need special parameters to be passed > to the "gcc" as well as "ld" & "as". IMO this

Re: [OE-core] [PATCH 1/4] libsamplerate0: Update checksums

2011-07-13 Thread Tom Rini
On 07/13/2011 01:48 PM, Saul Wold wrote: > On 07/13/2011 12:05 PM, Tom Rini wrote: >> Signed-off-by: Tom Rini >> --- >> .../libsamplerate/libsamplerate0_0.1.7.bb |4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git >> a/meta/recipes-multimedia/libsamplerate/

Re: [OE-core] [PATCH 1/4] libsamplerate0: Update checksums

2011-07-13 Thread Saul Wold
On 07/13/2011 12:05 PM, Tom Rini wrote: Signed-off-by: Tom Rini --- .../libsamplerate/libsamplerate0_0.1.7.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb b/meta/recipes-multimedia/libsampler

Re: [OE-core] [PATCH 0/3] siteinfo.bbclass re-merge

2011-07-13 Thread Tom Rini
On 07/13/2011 12:42 PM, Mark Hatle wrote: > On 7/13/11 2:05 PM, Tom Rini wrote: >> Hey all, >> >> This is the second of two pull requests. This doesn't depend on the first >> request, it's just splitting changes up. There's three changes here. First, >> site/ix86-common was setting the wrong val

Re: [OE-core] [PATCH 0/1] Additional license wrangling functionality

2011-07-13 Thread Koen Kooi
Op 13 jul 2011, om 16:06 heeft Cliff Brake het volgende geschreven: > Many thanks for implementing these improvements! > > The manifest file for core-image-minimal is attached. > > A few thoughts after testing this ... > > I like the way the license information is being cleaned up in the recip

[OE-core] [PATCH 1/1] ncurses: Fix site_config

2011-07-13 Thread Mark Hatle
The site_config directory should have been attached to ncurses. Signed-off-by: Mark Hatle --- .../recipes-core/{ => ncurses}/site_config/headers |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-core/{ => ncurses}/site_config/headers (100%) diff --git a/meta/recipes-

[OE-core] [PATCH 0/1] Fix incorrect site_config for ncurses

2011-07-13 Thread Mark Hatle
The following changes since commit de4dc5f0741533529789a6094721f708728af386: eglibc: fix runtime assertion failure (2011-07-13 12:34:23 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/ncurses http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mh

Re: [OE-core] [PATCH 1/2] classes/image_types: add a variable to list available IMAGE_FSTYPE's

2011-07-13 Thread Koen Kooi
Op 13 jul 2011, om 16:10 heeft Tom Rini het volgende geschreven: On 07/13/2011 04:24 AM, Richard Purdie wrote: On Tue, 2011-07-12 at 18:11 -0700, Tom Rini wrote: On 07/12/2011 05:52 PM, Gary Thomas wrote: On 07/12/2011 06:44 PM, Tom Rini wrote: On 07/12/2011 05:37 PM, Gary Thomas wrote: On

Re: [OE-core] [PATCH 1/2] Rework how the devshell functions

2011-07-13 Thread Chris Larson
On Wed, Jul 13, 2011 at 12:36 PM, Richard Purdie wrote: > On Wed, 2011-07-13 at 11:35 -0700, Christopher Larson wrote: >> diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass >> index 5f262f4..95c29f3 100644 >> --- a/meta/classes/devshell.bbclass >> +++ b/meta/classes/devshel

Re: [OE-core] [PATCH 0/3] siteinfo.bbclass re-merge

2011-07-13 Thread Mark Hatle
On 7/13/11 2:05 PM, Tom Rini wrote: > Hey all, > > This is the second of two pull requests. This doesn't depend on the first > request, it's just splitting changes up. There's three changes here. First, > site/ix86-common was setting the wrong value for unsigned int. Second, > change perl to u

Re: [OE-core] [PATCH 1/2] Rework how the devshell functions

2011-07-13 Thread Richard Purdie
On Wed, 2011-07-13 at 11:35 -0700, Christopher Larson wrote: > From: Chris Larson > > In the new implementation, each known terminal is defined as a class in > oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this > functionality, providing the metadata pieces. It obeys th

[OE-core] [PATCH 1/3] bitbake.conf, bbclasses: define *_LD_ARCH & *AS_ARCH vars

2011-07-13 Thread nitin . a . kamble
From: Nitin A Kamble Just like TARGET_CC_ARCH, HOST_CC_ARCH, BUILD_CC_ARCH, SDK_CC_ARCH define similar variables for LD & AS. This is needed because for x32 need special parameters to be passed to the "gcc" as well as "ld" & "as". Signed-off-by: Nitin A Kamble --- meta/classes/allarch.bbclass

[OE-core] [PATCH 3/3] openssl: compilation fixes for x32

2011-07-13 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../openssl/openssl-0.9.8r/x32_compile_fix.patch | 74 meta/recipes-connectivity/openssl/openssl.inc |5 ++ .../recipes-connectivity/openssl/openssl_0.9.8r.bb |5 +- 3 files changed, 82 insertions(+), 2

[OE-core] [PATCH 2/3] glib-2.0: fix makefiles

2011-07-13 Thread nitin . a . kamble
From: Nitin A Kamble x32 exposed this bug in the makefiles. Signed-off-by: Nitin A Kamble --- .../glib-2.0/glib-2.0/x32_compile_fix.patch| 65 meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb |3 +- 2 files changed, 67 insertions(+), 1 deletions(-) create

[OE-core] [PATCH 0/3] Misc fixes related to x32

2011-07-13 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit 18a99c8500c7daa586fbe9f9d4e8398ebc95266f: udev-172: add a newer version for newer kernel (2011-07-13 05:55:54 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/x32 http://git.pokylinux.org/cgit

[OE-core] [PATCH 3/3] siteinfo.bbclass: Port over oe.dev logic for site files

2011-07-13 Thread Tom Rini
In oe.dev we have a sets to pick out hostos/hostarch/etc site files out of and include things like a common-linux site file. This should also help out with adding multilib-specific site files (ie x32). This requires a smallish change to autotools.bbclass to find the files now and changes to toolch

[OE-core] [PATCH 2/4] hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdk

2011-07-13 Thread Tom Rini
Signed-off-by: Tom Rini --- .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb index 98c0d

[OE-core] [PATCH 2/3] perl: Use SITEINFO variables not functions

2011-07-13 Thread Tom Rini
Switch from SITEINFO_BITS / SITEINFO_ENDIANESS rather than siteinfo_get... Signed-off-by: Tom Rini --- meta/recipes-devtools/perl/perl_5.12.3.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/per

[OE-core] [PATCH 1/3] site/ix86-common: Fix ac_cv_sizeof_unsigned_char definition

2011-07-13 Thread Tom Rini
It's very not right to set this to +ac_cv_sizeof_unsigned_int=1. Signed-off-by: Tom Rini --- meta/site/ix86-common |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 4a4442a..ae5680a 100644 --- a/meta/site/ix86-common +++

[OE-core] [PATCH 0/3] siteinfo.bbclass re-merge

2011-07-13 Thread Tom Rini
Hey all, This is the second of two pull requests. This doesn't depend on the first request, it's just splitting changes up. There's three changes here. First, site/ix86-common was setting the wrong value for unsigned int. Second, change perl to use SITEINFO variables rather than functions. Th

[OE-core] [PATCH 3/4] groff: Disable x11 support

2011-07-13 Thread Tom Rini
groff will build with, or without x11 support depending on if X has been built already or not. Disable x11 support for consistency. Signed-off-by: Tom Rini --- meta/recipes-extended/groff/groff_1.20.1.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-exten

[OE-core] [PATCH 4/4] libpcre: Add bzip2, zlib and readline to DEPENDS

2011-07-13 Thread Tom Rini
libpcre will build, if found, optional support for bzip2/zlib in pcregrep and a readline frontend to pcretest. It will not however listen to --disable-pcregrep-{libz,libbz2} and will still build these if found. So we add bzip2, zlib and readline to DEPENDS to make sure that we get consistent buil

[OE-core] [PATCH 1/4] libsamplerate0: Update checksums

2011-07-13 Thread Tom Rini
Signed-off-by: Tom Rini --- .../libsamplerate/libsamplerate0_0.1.7.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.7.bb index d08640f..

[OE-core] [PATCH 0/4] Misc updates

2011-07-13 Thread Tom Rini
Hey all, This is the first of two pull requests. As part of updating siteinfo.bbclass I did a world build (qemux86) before and after the changes and diff'd the config.log files. That showed two classes of problems, both fixed in this series. The first is a checksum mismatch and an invalid SRC_U

[OE-core] [PATCH 0/2] [PULL REQUEST,v2] Rework the devshell

2011-07-13 Thread Christopher Larson
Changes since the previous sends: resurrects the export of some variables that were inadvertently removed. The following changes since commit de4dc5f0741533529789a6094721f708728af386: eglibc: fix runtime assertion failure (2011-07-13 12:34:23 +0100) are available in the git repository at: ht

[OE-core] [PATCH 2/2] oe.terminal: improve how we spawn screen

2011-07-13 Thread Christopher Larson
From: Chris Larson - Name the screen session 'devshell', to avoid confusion if running bitbake itself under a screen session. - Display a warning message when spawning screen, so it's clear to the user that screen has been run (otherwise do_devshell just appears to hang). Signed-off-by: Chri

[OE-core] [PATCH 1/2] Rework how the devshell functions

2011-07-13 Thread Christopher Larson
From: Chris Larson In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this functionality, providing the metadata pieces. It obeys the OE_TERMINAL variable, which is a 'choice' typed variable. This varia

Re: [OE-core] [PATCH 1/2] strace: Define own sigmask macro if not defined already in signal.h

2011-07-13 Thread Khem Raj
On Wed, Jul 13, 2011 at 2:48 AM, Phil Blundell wrote: > On Tue, 2011-07-12 at 21:19 -0700, Khem Raj wrote: >> ++#ifndef sigmask >> ++/* Compute mask for signal SIG.  */ >> ++#define sigmask(sig)   __sigmask(sig) >> ++#endif /* sigmask */ > > That looks a bit dubious to me.  If this is relying on s

[OE-core] OE Changelog for 2011-07-4 to 2011-07-11

2011-07-13 Thread cliff . brake
Changelog for 2011-07-4 to 2011-07-11. 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://git.angstrom-distribution.org/m

[OE-core] [PATCH] busybox: respect ${LDFLAGS}

2011-07-13 Thread Phil Blundell
This avoids a GNU_HASH QA warning. Signed-off-by: Phil Blundell --- meta/recipes-core/busybox/busybox.inc |2 ++ meta/recipes-core/busybox/busybox_1.18.4.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-c

[OE-core] [PATCH] gcc-4.6: update to 4.6.1 release

2011-07-13 Thread Phil Blundell
Set SRCREV to match the point at which 4.6.1 was released, update PV appropriately. Signed-off-by: Phil Blundell --- meta/recipes-devtools/gcc/gcc-4.6.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools

[OE-core] [PATCH] eglibc: fix packaging of thread_db

2011-07-13 Thread Phil Blundell
Similarly to libnss*, if ${libdir} and ${base_libdir} were the same path then libthread_db would land in ${PN}-dev rather than the intended place. As before, fix this by moving eglibc-thread-db earlier in PACKAGES and adjusting its FILES to not capture the .so symlink. Bump PR for both 2.12 and 2

Re: [OE-core] [PATCH 1/5] siteinfo.bbclass: hack for x32

2011-07-13 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Tuesday, July 12, 2011 11:20 PM > To: Patches and discussions about the oe-core layer > Cc: openembedded-core@lists.ope

Re: [OE-core] [PATCH 2/5] udev-172: add a newer version for newer kernel

2011-07-13 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Koen Kooi > Sent: Wednesday, July 13, 2011 12:00 AM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATC

[OE-core] [PATCH] insane: make GNU_HASH check slightly more robust (avoids false negatives with gold); add check for useless rpaths

2011-07-13 Thread Phil Blundell
It isn't safe to make assumptions about the order of the entries in the dynamic section. Fix the ldflags test to cope with the case where GNU_HASH comes before NEEDED and/or INIT, which seems to happen with binaries linked by gold. Also, add a new warning for binaries which contain useless (but b

Re: [OE-core] [PATCH 0/1] Additional license wrangling functionality

2011-07-13 Thread Phil Blundell
On Wed, 2011-07-13 at 10:06 -0400, Cliff Brake wrote: > Why is the License field no longer included in the control file? Looks like it was only added to OE.dev relatively recently (in 2008) which was after oe-core was forked. The commit in question from oe.dev seems to be e35d1ffad1553f259b084578

Re: [OE-core] [PATCH 0/5] commits for yocto.git tree for x32 work

2011-07-13 Thread Khem Raj
On 07/13/2011 04:20 AM, Richard Purdie wrote: On Tue, 2011-07-12 at 12:02 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble These are commits for yocto tree. I came up with as part of the x32 work. I think these commits does not belong in the x32 layer and should go in the yocto/oecor

Re: [OE-core] [PATCH 0/5] commits for yocto.git tree for x32 work

2011-07-13 Thread Tom Rini
On 07/13/2011 04:20 AM, Richard Purdie wrote: > On Tue, 2011-07-12 at 12:02 -0700, nitin.a.kam...@intel.com wrote: >> From: Nitin A Kamble >> >> These are commits for yocto tree. I came up with as part of the x32 work. >> I think these commits does not belong in the x32 layer and should go >> in

Re: [OE-core] [PATCH 1/2] classes/image_types: add a variable to list available IMAGE_FSTYPE's

2011-07-13 Thread Tom Rini
On 07/13/2011 04:24 AM, Richard Purdie wrote: > On Tue, 2011-07-12 at 18:11 -0700, Tom Rini wrote: >> On 07/12/2011 05:52 PM, Gary Thomas wrote: >>> On 07/12/2011 06:44 PM, Tom Rini wrote: On 07/12/2011 05:37 PM, Gary Thomas wrote: > On 07/12/2011 05:38 PM, Tom Rini wrote: >> On 07/12/

Re: [OE-core] [PATCH 0/1] Additional license wrangling functionality

2011-07-13 Thread Cliff Brake
Many thanks for implementing these improvements! The manifest file for core-image-minimal is attached. A few thoughts after testing this ... I like the way the license information is being cleaned up in the recipes. In the past, I have collected licenses by using the following procedure directl

Re: [OE-core] [PATCH] eglibc: ensure that NSS libs go into the right package when ${base_libdir} and ${libdir} are the same

2011-07-13 Thread Koen Kooi
Op 13 jul 2011, om 13:26 heeft Phil Blundell het volgende geschreven: > On Wed, 2011-07-13 at 13:13 +0200, Koen Kooi wrote: >> Op 13 jul 2011, om 13:08 heeft Richard Purdie het volgende geschreven: >> >>> On Wed, 2011-07-13 at 10:03 +0100, Phil Blundell wrote: Previously, libnss_hesiod et a

Re: [OE-core] [PATCH 0/3] a bugfix & fix for couple of qa warnings

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 11:52 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063: > > insane.bbclass: skip rdepends QA checks for kernel / modules (2011-07-12 > 15:22:09 +0100) > > are available in the g

Re: [OE-core] [PATCH V2 21/25] gcc: Use bitbake default FILES for packaging

2011-07-13 Thread Phil Blundell
On Wed, 2011-07-13 at 00:33 -0700, Saul Wold wrote: > This will ensure correct -dev and -staticdev packging [...] > +FILES_libgfortran-dev = "${libdir}/libgfortran.so" > +FILES_libgfortran-staticdev = " \ >${libdir}/libgfortran.a \ > - ${libdir}/libgfortran.so \ >${libdir}/libgfortranbeg

Re: [OE-core] [PATCH] pulseaudio: enable bluetooth support

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 17:15 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta/recipes-multimedia/pulseaudio/pulseaudio.inc |4 ++-- > .../pulseaudio/pulseaudio_0.9.22.bb|2 +- > .../pulseaudio/pulseaudio_0.9.23.bb|2 +- > 3 files changed,

Re: [OE-core] RFC: classes cleanup

2011-07-13 Thread Phil Blundell
On Wed, 2011-07-13 at 12:15 +0100, Paul Eggleton wrote: > * flow-lossage.bbclass - unused, looks obsolete (refers to gcc 3.4) Agreed, this should be deleted. It used to be inherited by some of the gnome recipes (and, in oe.dev, still is by a few) to work around a compiler bug. But none of the re

Re: [OE-core] [PATCH 1/2] ofono: fix packaging and clean up custom do_install

2011-07-13 Thread Richard Purdie
On Wed, 2011-07-13 at 12:53 +0200, Koen Kooi wrote: > The makefile installs the udev rule in the proper place already. Also fix: > > WARNING: For recipe ofono, the following files were installed but not shipped > in any package: > WARNING: /lib/udev/rules.d/97-ofono.rules > WARNING: /lib/syst

Re: [OE-core] [PATCH 0/1] distro tracking updates

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 13:25 -0700, Scott Garman wrote: > Hello, > > This adds the RECIPE_MANUAL_CHECK_DATE field for various recipes > that the upstream tracking webapp can't figure out automatically. > > The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063: > > insane.b

Re: [OE-core] [PATCH] eglibc: ensure that NSS libs go into the right package when ${base_libdir} and ${libdir} are the same

2011-07-13 Thread Phil Blundell
On Wed, 2011-07-13 at 13:13 +0200, Koen Kooi wrote: > Op 13 jul 2011, om 13:08 heeft Richard Purdie het volgende geschreven: > > > On Wed, 2011-07-13 at 10:03 +0100, Phil Blundell wrote: > >> Previously, libnss_hesiod et al. could get swallowed by the wildcarded > >> glob in ${PN}-dev. > >> Fix i

Re: [OE-core] [PATCH 0/1] Updating patch Upstream-Status

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 19:23 -0700, Saul Wold wrote: > Richard, > > This cleans up some inconistent Upstream-Status: statuses along with some > duplicate entries. I will have another batch soon with more Upstream-Status > info, we have under 200 patches remaining with no status. > > Thanks >

Re: [OE-core] [PATCH 1/2] classes/image_types: add a variable to list available IMAGE_FSTYPE's

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 18:11 -0700, Tom Rini wrote: > On 07/12/2011 05:52 PM, Gary Thomas wrote: > > On 07/12/2011 06:44 PM, Tom Rini wrote: > >> On 07/12/2011 05:37 PM, Gary Thomas wrote: > >>> On 07/12/2011 05:38 PM, Tom Rini wrote: > On 07/12/2011 04:24 PM, Joshua Lock wrote: > > This is

Re: [OE-core] [PATCH 1/2] classes/image_types: add a variable to list available IMAGE_FSTYPE's

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 19:36 -0700, Joshua Lock wrote: > This is for use in the Hob GUI to enable the user to change the type of the > generated image. > > Signed-off-by: Joshua Lock > --- > meta/classes/image_types.bbclass |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff -

Re: [OE-core] [PATCH 0/5] commits for yocto.git tree for x32 work

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 12:02 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > These are commits for yocto tree. I came up with as part of the x32 work. > I think these commits does not belong in the x32 layer and should go > in the yocto/oecore tree. > > The siteinfo.bbclass com

[OE-core] RFC: classes cleanup

2011-07-13 Thread Paul Eggleton
Hi all, I was looking through classes/ the other day and I noticed a few that probably don't need to be in oe-core. The list I came up with: * base_srpm.bbclass - unused, refers to missing rpm_core.bbclass * ccdv.bbclass - unused, not sure what this is for? * flow-lossage.bbclass - unused, looks

Re: [OE-core] [PATCH] eglibc: ensure that NSS libs go into the right package when ${base_libdir} and ${libdir} are the same

2011-07-13 Thread Koen Kooi
Op 13 jul 2011, om 13:08 heeft Richard Purdie het volgende geschreven: > On Wed, 2011-07-13 at 10:03 +0100, Phil Blundell wrote: >> Previously, libnss_hesiod et al. could get swallowed by the wildcarded glob >> in ${PN}-dev. >> Fix it by moving eglibc-extra-nss earlier in the PACKAGES and adjust

Re: [OE-core] [PATCH 4/5] kernel.bbclass: fix the broken lines

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 12:02 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Signed-off-by: Nitin A Kamble > Signed-off-by: Andrea Adami > --- > meta/classes/kernel.bbclass |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Merged to master, thanks. Richard _

Re: [OE-core] [PATCH 5/5] glibc: fix false failure

2011-07-13 Thread Richard Purdie
On Tue, 2011-07-12 at 12:02 -0700, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > do not just fail if grep does not match the locale name in the list > > Signed-off-by: Nitin A Kamble > --- > meta/recipes-core/glibc/glibc.inc |2 +- > 1 files changed, 1 insertions(+), 1 deletio

Re: [OE-core] [PATCH 0/2] extra fix for non /usr/lib libdir

2011-07-13 Thread Richard Purdie
On Wed, 2011-07-13 at 17:22 +0800, Yu Ke wrote: > sta-solver and libzypp also need fix to pass the build with non /usr/lib > libdir > e.g. libdir=/usr/lib64 > > The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063: > Paul Eggleton (1): > insane.bbclass: skip rdepe

Re: [OE-core] [PATCH] eglibc: ensure that NSS libs go into the right package when ${base_libdir} and ${libdir} are the same

2011-07-13 Thread Richard Purdie
On Wed, 2011-07-13 at 10:03 +0100, Phil Blundell wrote: > Previously, libnss_hesiod et al. could get swallowed by the wildcarded glob > in ${PN}-dev. > Fix it by moving eglibc-extra-nss earlier in the PACKAGES and adjusting its > FILES to ensure > that the devel symlinks don't get caught. > > Si

Re: [OE-core] [PATCH 0/1] add upstream status info

2011-07-13 Thread Richard Purdie
On Wed, 2011-07-13 at 16:17 +0800, Yu Ke wrote: > The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063: > Paul Eggleton (1): > insane.bbclass: skip rdepends QA checks for kernel / modules > > are available in the git repository at: > > git://git.pokylinux.org/po

[OE-core] target python problems

2011-07-13 Thread Koen Kooi
Hi, After a recent update to python (the past week by the looks of it) python modules only install the .so files and not the .py and .pyo files anymore. This leads to breakge like this: root@usrp-e1xx:~# opkg install python-dbus --force-reinstall Removing package python-dbus from root... Instal

[OE-core] [PATCH 2/2] connman-gnome: run oe-stylize over recipe

2011-07-13 Thread Koen Kooi
Variable ordering changed slightly and the RRECOMMENDS line is broken up, no functional changes Signed-off-by: Koen Kooi --- .../connman/connman-gnome_0.5.bb | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/con

[OE-core] [PATCH 1/2] ofono: fix packaging and clean up custom do_install

2011-07-13 Thread Koen Kooi
The makefile installs the udev rule in the proper place already. Also fix: WARNING: For recipe ofono, the following files were installed but not shipped in any package: WARNING: /lib/udev/rules.d/97-ofono.rules WARNING: /lib/systemd/system/ofono.service Signed-off-by: Koen Kooi --- meta/re

Re: [OE-core] [PATCH V2 00/25] Static Library Updated

2011-07-13 Thread Richard Purdie
Hi Saul, I know we touched on this when we've talked but I'm not sure you saw what I was getting and and its probably better to ask this question on the list anyhow. Fundamentally, is it useful to have a ton of xxx-staticdev packages? In a few key cases split -dev packages are useful (qt, eds, g

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-13 Thread Phil Blundell
On Tue, 2011-07-12 at 12:07 -0500, Mark Hatle wrote: > On 7/5/11 5:06 AM, Hauser, Wolfgang (external) wrote: > > The problem with the alphabetic order of the postinst scripts we managed by > > renaming some of the packages to fit the needed order. An ugly solution, > > but in case of missing pyth

Re: [OE-core] [PATCH 1/2] strace: Define own sigmask macro if not defined already in signal.h

2011-07-13 Thread Phil Blundell
On Tue, 2011-07-12 at 21:19 -0700, Khem Raj wrote: > ++#ifndef sigmask > ++/* Compute mask for signal SIG. */ > ++#define sigmask(sig) __sigmask(sig) > ++#endif /* sigmask */ That looks a bit dubious to me. If this is relying on some uclibc implementation detail then I think it should either b

Re: [OE-core] [PATCH V2 14/25] udev: Use bitbake default FILES for packaging

2011-07-13 Thread Phil Blundell
It's not totally obvious to me that the change below really matches the description "Use bitbake default FILES". As far as I can tell, after this patch the recipe actually contains more assignments to FILES_xx than it did before, whereas if the "default FILES" were being used I would naively have

[OE-core] [PATCH 1/2] sat-solver: fix for non /usr/lib libdir case

2011-07-13 Thread Yu Ke
when libdir set to non /usr/lib like /usr/lib64, there is do_configure error: " -- Libraries will be installed in /usr/lib CMake Error at /home/kyu3/sdb/lib64/tmp/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): Please install 'check' and 'che

[OE-core] [PATCH 2/2] libzypp: fix for non /usr/lib libdir case

2011-07-13 Thread Yu Ke
this patch has two fixes: 1. the src tool/CMakeLists.txt has hardcode "lib", so add a patch to fix it 2. the recipe has hardcode "-DLIB=lib", so replace it with libdir Signed-off-by: Yu Ke --- .../libzypp/libzypp/hardcode-lib-fix.patch | 22 meta/recipes-extended/l

[OE-core] [PATCH 0/2] extra fix for non /usr/lib libdir

2011-07-13 Thread Yu Ke
sta-solver and libzypp also need fix to pass the build with non /usr/lib libdir e.g. libdir=/usr/lib64 The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063: Paul Eggleton (1): insane.bbclass: skip rdepends QA checks for kernel / modules are available in the git re

Re: [OE-core] [PATCH V2 02/25] shlibpackaging.bbclass: create common class

2011-07-13 Thread Phil Blundell
On Wed, 2011-07-13 at 00:33 -0700, Saul Wold wrote: > +RDEPENDS_lib${PN} = "${PN}" Why do we want lib${PN} to have a hard dependency on ${PN}? This seems somewhat backwards to me. Also, if ${PN} is the one with the binaries then it will get an auto-generated dependency back to lib${PN} anyway

Re: [OE-core] [PATCH V2 08/25] curl: inherit shlibpackaging class

2011-07-13 Thread Phil Blundell
I'm slightly confused about what's going on with the various subpackages in these recipes now. As far as I can tell, the current shlibpackaging.bbclass just does: PACKAGES =+ "lib${PN}" FILES_lib${PN} = "${libdir}/*${SOLIBS} ${base_libdir}/*${SOLIBS}" RDEPENDS_lib${PN} = "${PN}" i.e. it doesn't

[OE-core] [PATCH] eglibc: ensure that NSS libs go into the right package when ${base_libdir} and ${libdir} are the same

2011-07-13 Thread Phil Blundell
Previously, libnss_hesiod et al. could get swallowed by the wildcarded glob in ${PN}-dev. Fix it by moving eglibc-extra-nss earlier in the PACKAGES and adjusting its FILES to ensure that the devel symlinks don't get caught. Signed-off-by: Phil Blundell --- meta/recipes-core/eglibc/eglibc-packa

[OE-core] [PATCH 0/1] add upstream status info

2011-07-13 Thread Yu Ke
The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063: Paul Eggleton (1): insane.bbclass: skip rdepends QA checks for kernel / modules are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/xserver-kdrive http://git.pokylinux.org/cgit

Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-13 Thread Hauser, Wolfgang (external)
>> The problem with the alphabetic order of the postinst scripts we managed by renaming some of the packages to fit the needed order. An ugly solution, but in case of missing python skills, the easiest. >Ya, this one bothers me slightly... and I'm not really sure how to solve it... >--Mark The p

[OE-core] [PATCH V2 03/25] pciutils: repackage development files in pciutils instead of libpci

2011-07-13 Thread Saul Wold
And use default bitbake.conf settings for FILES contents Signed-off-by: Saul Wold --- meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb b/meta/recipes-bsp/pciutils/pciutils_3.

[OE-core] [PATCH V2 06/25] gamin: inherit shlibpackaging class

2011-07-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/gamin/gamin_0.1.10.bb | 13 ++--- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/meta/recipes-extended/gamin/gamin_0.1.10.bb b/meta/recipes-extended/gamin/gamin_0.1.10.bb index 81b27c0..8ed5bd1 100644 --- a/meta/recipe

[OE-core] [PATCH V2 01/25] bitbake.conf: Add *-config to default ${PN}-dev package

2011-07-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 463991d..2024dfb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -252,7 +252,7 @@ SECTION_${PN}-d

[OE-core] [PATCH V2 08/25] curl: inherit shlibpackaging class

2011-07-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/curl/curl_7.21.7.bb | 17 ++--- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.21.7.bb b/meta/recipes-support/curl/curl_7.21.7.bb index 28344e2..fd8d358 100644 --- a/meta/recipes-sup

[OE-core] [PATCH V2 23/25] eglibc: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-core/eglibc/eglibc-common.inc |2 +- meta/recipes-core/eglibc/eglibc-package.inc |8 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc-co

[OE-core] [PATCH V2 11/25] libxft: use default bitbake.conf FILES Packaging to handle staticdev

2011-07-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb index 1a56702..a7119c8 100644 --- a/meta/reci

[OE-core] [PATCH V2 25/25] binutils: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- .../binutils/binutils-cross-canadian_2.21.1.bb |2 +- meta/recipes-devtools/binutils/binutils-cross.inc |2 ++ .../binutils/binutils-cross_csl-arm-2008q1.bb |2 +- .../binutils/binutils-cross

[OE-core] [PATCH V2 20/25] gettext: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-core/gettext/gettext_0.16.1.bb |6 +++--- meta/recipes-core/gettext/gettext_0.18.1.1.bb | 24 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH V2 24/25] uclibc: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-core/uclibc/uclibc.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 23a8ecb..e16371b

[OE-core] [PATCH V2 22/25] glibc: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-core/glibc/glibc-package.inc | 12 meta/recipes-core/glibc/glibc_2.10.1.bb |2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-pack

[OE-core] [PATCH V2 19/25] util-linux: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-core/util-linux/util-linux.inc | 17 - meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH V2 21/25] gcc: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-devtools/gcc/gcc-package-runtime.inc | 25 +++-- meta/recipes-devtools/gcc/libgcc_4.6.bb |2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH V2 17/25] external-csl-toolchain: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- .../meta/external-csl-toolchain_2008q3-72.bb | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/meta/recipes-core/meta/external-csl-toolchain_2008q3-72.bb b/meta/re

[OE-core] [PATCH V2 16/25] python: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-devtools/python/python_2.6.6.bb |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.

[OE-core] [PATCH V2 18/25] opkg: Use bitbake default FILES for packaging

2011-07-13 Thread Saul Wold
This will ensure correct -dev and -staticdev packging Signed-off-by: Saul Wold --- meta/recipes-devtools/opkg/opkg_0.1.8.bb | 10 ++ meta/recipes-devtools/opkg/opkg_svn.bb | 10 ++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/opkg/op

  1   2   >