Re: [OE-core] [PATCH] perl-native: fix download url

2011-06-10 Thread Khem Raj
On 06/10/2011 12:22 PM, Anders Darander wrote: Signed-off-by: Anders Darander --- meta/recipes-devtools/perl/perl-native_5.12.3.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-nativ

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Saul Wold
On 06/10/2011 02:36 PM, Phil Blundell wrote: On Fri, 2011-06-10 at 11:36 -0700, Saul Wold wrote: +FILES_eglibc-dev_append += "${bindir}/rpcgen ${base_libdir}/*.o ${datadir}/aclocal" +FILES_eglibc-staticdev_append += "${libdir}/*.a ${base_libdir}/*.a" You need to make sure that libc_nonshared.

Re: [OE-core] shadow errors related to login.defs

2011-06-10 Thread Koen Kooi
Op 11 jun 2011, om 00:22 heeft Scott Garman het volgende geschreven: > On 06/09/2011 02:25 PM, Koen Kooi wrote: >> >> Op 9 jun 2011, om 23:23 heeft Scott Garman het volgende geschreven: >> >>> On 06/09/2011 01:50 PM, Koen Kooi wrote: Op 3 jun 2011, om 01:50 heeft Scott Garman het vol

[OE-core] shadow errors related to login.defs

2011-06-10 Thread Scott Garman
On 06/09/2011 02:25 PM, Koen Kooi wrote: Op 9 jun 2011, om 23:23 heeft Scott Garman het volgende geschreven: On 06/09/2011 01:50 PM, Koen Kooi wrote: Op 3 jun 2011, om 01:50 heeft Scott Garman het volgende geschreven: The passwd, group, and login.defs files in the target sysroot will be us

[OE-core] OE-TSC minutes 02-Jun-2011

2011-06-10 Thread Jeff Osier-Mixon
OE-TSC minutes 02-Jun-2011 Attending: Koen, Khem, Richard, Tom, Mark (had to leave early) Apologies: Stefan Agenda: 01) Meeting chair RP 02) Ask for topics infrastructure SIG mailinglist police --> RP to send email to yocto folks khem notes that oe-core ml does not enable patch attachments

[OE-core] OE-TSC minutes 26-May-2011

2011-06-10 Thread Jeff Osier-Mixon
OE-TSC minutes 26-May-2011 Attending: Tom, Khem, Koen, Richard, Mark Apologies: Stefan Sitting in on drums: Jefro 01) Meeting chair Jefro 02) Ask for topics RP - bitbake and override expansion 03) Action items from last week: --> GNOME discussion to ml (all) hasn't happened yet --> release is

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Khem Raj
On (09/06/11 23:26), Saul Wold wrote: > Signed-off-by: Saul Wold > --- > meta/recipes-bsp/pciutils/pciutils_3.1.7.bb|7 - > .../wireless-tools/wireless-tools_29.bb|9 +-- > meta/recipes-core/eglibc/eglibc-package.inc|8 -- > meta/recipes-core/eg

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Phil Blundell
On Fri, 2011-06-10 at 11:36 -0700, Saul Wold wrote: > >> +FILES_eglibc-dev_append += "${bindir}/rpcgen ${base_libdir}/*.o > >> ${datadir}/aclocal" > >> +FILES_eglibc-staticdev_append += "${libdir}/*.a ${base_libdir}/*.a" > > > > You need to make sure that libc_nonshared.a goes into -dev rather tha

Re: [OE-core] Directory Ownership - RFC

2011-06-10 Thread Mark Hatle
A follow-up with this. For an RPM based system this should be fairly easy to implement. However, after doing investigation on deb and opkg (related), I'm not sure this is going to work. >From my investigation, deb formatted packages have no concept of directory ownership. Directories just "exi

[OE-core] [PATCH] perl-native: fix download url

2011-06-10 Thread Anders Darander
Signed-off-by: Anders Darander --- meta/recipes-devtools/perl/perl-native_5.12.3.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb index cbb4e78..1751516 100644 --- a/me

[OE-core] [PATCH 0/1] linux-yocto: recipe renames

2011-06-10 Thread Bruce Ashfield
Richard/Saul, Here's the completion of a long standing 'nit of ours where the kernel version isn't all that obvious from the name of the linux-yocto recipes. As we finally cycle a kernel version out the bottom (2.6.34) the issue came to a head (did you mean the old -stable or the new -stable? ..

[OE-core] [PATCH 1/1] linux-yocto: rename recipes to explicitly indicate version

2011-06-10 Thread Bruce Ashfield
The existing recipe names for the linux-yocto kernel builds worked well when there was a single, or two versions of the kernel available. But with the impending kernel updates and retirement of older kernels, the re-use of the same recipes for different kernel versions violates the principle of lea

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Saul Wold
On 06/10/2011 02:25 AM, Phil Blundell wrote: On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: +DEPENDS_libpci-staticdev = "libpci-dev (= ${EXTENDPKGV})" This can't be right. I guess that would be a good thing for recipe-sanity to test for in fact. It's not, I did not catch the cut and pas

Re: [OE-core] bitbake -b busted

2011-06-10 Thread Richard Purdie
On Fri, 2011-06-10 at 16:17 +0200, Koen Kooi wrote: > Op 10 jun 2011, om 16:09 heeft Phil Blundell het volgende geschreven: > > > Since updating this morning, it seems that oe-core master now requires > > bitbake 1.13.1 to be installed. (I don't recall any discussion of that > > change or the rea

Re: [OE-core] [CONSOLIDATED PULL 0/4] 10-June

2011-06-10 Thread Koen Kooi
Op 10 jun 2011, om 18:33 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: >> Kang Kai (1): >> ghostscript: update SRC_URI >> >> Nitin A Kamble (1): >> gcc: rebase the patch to avoid patch rejection > > This was a disaster. It breaks the build

Re: [OE-core] [CONSOLIDATED PULL 0/4] 10-June

2011-06-10 Thread Saul Wold
On 06/10/2011 09:33 AM, Richard Purdie wrote: On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: Kang Kai (1): ghostscript: update SRC_URI Nitin A Kamble (1): gcc: rebase the patch to avoid patch rejection This was a disaster. It breaks the build and is huge, thereby clogging up the so

Re: [OE-core] [CONSOLIDATED PULL 0/4] 10-June

2011-06-10 Thread Richard Purdie
On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: > Kang Kai (1): > ghostscript: update SRC_URI > > Nitin A Kamble (1): > gcc: rebase the patch to avoid patch rejection This was a disaster. It breaks the build and is huge, thereby clogging up the source control system web interface etc. I

Re: [OE-core] meta-gnome update

2011-06-10 Thread Chris Larson
On Fri, Jun 10, 2011 at 7:06 AM, Koen Kooi wrote: > For people not keeping an eye on meta-gnome, it reached a milestone this > week: a usefull looking[1] GNOME 2.32 desktop. With the current bits in > oe-core, meta-oe and meta-gnome you can build an image with gdm, gnome-panel, > gnome-session,

Re: [OE-core] [PATCH 1/1] pseudo: Fix problem related to realpath

2011-06-10 Thread Mark Hatle
On 6/10/11 10:14 AM, Mark Hatle wrote: > On 6/10/11 10:02 AM, Paul Eggleton wrote: >> On Thursday 09 June 2011 18:15:45 Mark Hatle wrote: >>> --- a/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb >>> +++ b/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb >>> @@ -1,9 +1,10 @@ >>> require pseudo.inc >>>

Re: [OE-core] [PATCH] uclibc: remove redundant python code

2011-06-10 Thread Khem Raj
On 06/10/2011 07:01 AM, Phil Blundell wrote: This chunk of python code has been around for a while (witness the comment about gcc 3.4.0) and predates the availability of COMPATIBLE_HOST. Rewrite it using a more modern idiom. Signed-off-by: Phil Blundell Acked-by: Khem Raj --- meta/recipe

Re: [OE-core] [PATCH 1/1] pseudo: Fix problem related to realpath

2011-06-10 Thread Mark Hatle
On 6/10/11 10:02 AM, Paul Eggleton wrote: > On Thursday 09 June 2011 18:15:45 Mark Hatle wrote: >> --- a/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb >> +++ b/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb >> @@ -1,9 +1,10 @@ >> require pseudo.inc >> >> -PR = "r0" >> +PR = "r1" > > I may be mista

Re: [OE-core] [PATCH] import recipe_sanity.bbclass from oe master

2011-06-10 Thread Mark Hatle
On 6/10/11 9:28 AM, Phil Blundell wrote: > This is a verbatim copy of the corresponding class from oe master. > > Signed-off-by: Phil Blundell > --- One of the new features we have in oe-core (likely not well publicized) is "SUMMARY" information. If this patch goes in, we likely should check fo

Re: [OE-core] [PATCH 1/1] pseudo: Fix problem related to realpath

2011-06-10 Thread Paul Eggleton
On Thursday 09 June 2011 18:15:45 Mark Hatle wrote: > --- a/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb > +++ b/meta/recipes-devtools/pseudo/pseudo_1.1.1.bb > @@ -1,9 +1,10 @@ > require pseudo.inc > > -PR = "r0" > +PR = "r1" I may be mistaken, but it seems to me that every time we need to rebu

Re: [OE-core] [PATCH 1/1] iproute2: update to 2.6.38

2011-06-10 Thread Paul Eggleton
On Friday 10 June 2011 15:19:00 Koen Kooi wrote: > When building I get this: > > WARNING: the following files were installed but not shipped in any package: > WARNING: /lib/tc/m_xt.so > WARNING: /lib/tc/m_ipt.so > > I don't know anything about iproute2, so I can't say if it's bad or good to >

Re: [OE-core] [Yocto] The design document for ccache-native

2011-06-10 Thread Tom Rini
On 06/09/2011 07:54 PM, Khem Raj wrote: > On 06/09/2011 04:51 PM, Tom Rini wrote: >> On 06/09/2011 03:40 PM, Saul Wold wrote: >>> On 06/02/2011 08:11 PM, wenzong fan wrote: Hi Folks, Please help me to review the design document for ccache-native, and I also have two questions ab

[OE-core] [PATCH] import recipe_sanity.bbclass from oe master

2011-06-10 Thread Phil Blundell
This is a verbatim copy of the corresponding class from oe master. Signed-off-by: Phil Blundell --- meta/classes/recipe_sanity.bbclass | 179 1 files changed, 179 insertions(+), 0 deletions(-) create mode 100644 meta/classes/recipe_sanity.bbclass diff --gi

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-10 Thread Tom Rini
On 06/09/2011 01:04 AM, Richard Purdie wrote: > On Thu, 2011-06-02 at 09:55 -0700, Tom Rini wrote: >> On 06/02/2011 09:35 AM, Richard Purdie wrote: >>> On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: Even if we're using the sstate cache from /foo/oecore/tmp over in /bar/oecore/tmp (a

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-10 Thread Tom Rini
On 06/09/2011 01:08 AM, Richard Purdie wrote: > On Thu, 2011-06-09 at 09:04 +0100, Richard Purdie wrote: >> On Thu, 2011-06-02 at 09:55 -0700, Tom Rini wrote: >>> On 06/02/2011 09:35 AM, Richard Purdie wrote: On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: > Even if we're using the ss

Re: [OE-core] [PATCH 1/1] iproute2: update to 2.6.38

2011-06-10 Thread Koen Kooi
Op 9 jun 2011, om 14:53 heeft Paul Eggleton het volgende geschreven: > Fixes "ip route get" not producing any output (a regression in 2.6.35). > See http://marc.info/?l=linux-netdev&m=129442470405398&w=2 and > http://marc.info/?l=linux-netdev&m=130038222321440&w=2 for a list of > other changes si

Re: [OE-core] bitbake -b busted

2011-06-10 Thread Koen Kooi
Op 10 jun 2011, om 16:09 heeft Phil Blundell het volgende geschreven: > Since updating this morning, it seems that oe-core master now requires > bitbake 1.13.1 to be installed. (I don't recall any discussion of that > change or the reasons for it, but no doubt they are good ones.) > > I couldn'

Re: [OE-core] [PATCH 2/2] sysklogd.inc: Check for package-management in IMAGE_FEATURES

2011-06-10 Thread Phil Blundell
On Thu, 2011-06-09 at 17:57 -0700, Khem Raj wrote: > -RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", > "none", "", "update-rc.d", d)}" > +RDEPENDS_${PN}_append = " ${@oe.utils.contains("IMAGE_FEATURES", > "package-management", "update-rc.d", "", d)}" This sort of thin

[OE-core] bitbake -b busted

2011-06-10 Thread Phil Blundell
Since updating this morning, it seems that oe-core master now requires bitbake 1.13.1 to be installed. (I don't recall any discussion of that change or the reasons for it, but no doubt they are good ones.) I couldn't find a 1.13.1 tag (or in fact any tags after 1.12.0) in the bitbake repository s

[OE-core] meta-gnome update

2011-06-10 Thread Koen Kooi
Hi, For people not keeping an eye on meta-gnome, it reached a milestone this week: a usefull looking[1] GNOME 2.32 desktop. With the current bits in oe-core, meta-oe and meta-gnome you can build an image with gdm, gnome-panel, gnome-session, nautilus metacity and gnome-disk-utility. It's still

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-10 Thread Phil Blundell
On Tue, 2011-06-07 at 21:36 +0100, Richard Purdie wrote: > I'm not against this move at all but before this patch merges we should > really have a cleanup which removes the *.machine configuration files > from the uclibc recipe directory along with all the machine specific > overrides that are in u

[OE-core] [PATCH] uclibc: remove redundant python code

2011-06-10 Thread Phil Blundell
This chunk of python code has been around for a while (witness the comment about gcc 3.4.0) and predates the availability of COMPATIBLE_HOST. Rewrite it using a more modern idiom. Signed-off-by: Phil Blundell --- meta/recipes-core/uclibc/uclibc.inc| 12 + diff --git a/

[OE-core] [PATCH v2] uclibc: fix compile error on i586

2011-06-10 Thread Phil Blundell
Without this you get: | libc/sysdeps/linux/common/epoll.c: In function '__libc_epoll_pwait': | libc/sysdeps/linux/common/epoll.c:71:80: error: memory input 7 is not directly addressable | libc/sysdeps/linux/common/epoll.c:75:86: error: memory input 7 is not directly addressable | make: *** [libc

Re: [OE-core] The design document for ccache-native

2011-06-10 Thread Mike Westerhof
On 6/10/2011 8:09 AM, Mike Westerhof wrote: > On 6/10/2011 12:48 AM, Robert Yang wrote: >> >> On 06/10/2011 11:26 AM, wenzong fan wrote: >>> >>> >>> Original Message >>> >>> On Thu, 2011-06-09 at 15:40 -0700, Saul Wold wrote: On 06/02/2011 08:11 PM, wenzong fan wrote: > H

Re: [OE-core] The design document for ccache-native

2011-06-10 Thread Phil Blundell
On Fri, 2011-06-10 at 08:09 -0500, Mike Westerhof wrote: > I fear that the use of ccache is inherently risky with OE. Given the > (relatively common) case where the user blows away their TMPDIR in order > to get a full, clean rebuild after an update to the toolchain is make, > it is possible that

Re: [OE-core] The design document for ccache-native

2011-06-10 Thread Mike Westerhof
On 6/10/2011 12:48 AM, Robert Yang wrote: > > On 06/10/2011 11:26 AM, wenzong fan wrote: >> >> >> Original Message >> >> On Thu, 2011-06-09 at 15:40 -0700, Saul Wold wrote: >>> On 06/02/2011 08:11 PM, wenzong fan wrote: >>> > Hi Folks, >>> > >>> > Please help me to review the des

[OE-core] [PATCH 0/1]libQtopenGL: Add library "libQtOpenGL*" to lsb image

2011-06-10 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, I submit this patch for adding library "libQtopenGL*" to lsb image. We make lsb test on the following platform with default setting "mesa-xlib" so far. emenlow, mpc8315e, qemux86,qemux86-64 ,jasperforest Pull URL: git://git.pokylinux.org/poky-contrib.git Branch:

[OE-core] [PATCH 1/1] task-core-lsb: Install libQtOpenGL* to lsb

2011-06-10 Thread Xiaofeng Yan
From: Xiaofeng Yan Fix bug [#YOCTO 1020] It is part of fixing bug [YOCTO #1020]. If another patch to add configuration for compiling qtopengl to poky-lsb.conf is merged to poky, \ then this bug will be fixed. LSB Test Suite need library "libQtOpenGL*" in an lsb image. If an image has "mesa-xlib

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Phil Blundell
On Fri, 2011-06-10 at 10:25 +0100, Phil Blundell wrote: > This can't be right. I guess that would be a good thing for > recipe-sanity to test for in fact. ... except that this wouldn't have helped because oe-core doesn't currently have recipe_sanity at all. Heh. I'll send a patch for that later

Re: [OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-10 Thread Phil Blundell
On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: > +DEPENDS_libpci-staticdev = "libpci-dev (= ${EXTENDPKGV})" This can't be right. I guess that would be a good thing for recipe-sanity to test for in fact. > +FILES_eglibc-dev_append += "${bindir}/rpcgen ${base_libdir}/*.o > ${datadir}/aclocal

[OE-core] [PATCH 1/1] git: restore the dependency on perl-native

2011-06-10 Thread Dexuan Cui
[YOCTO #1155] I thought git-native could depend on perl-native-runtime and tests on Ubuntu 9.04/10.10 and Fedora 13 show it could buid fine (looks these distros install perl-ExtUtils-MakeMaker by default). However Joshua reported on Fedora 15 i686 host, git-native can't build unless he manually i

[OE-core] [PATCH 0/1] a fix to bug #1155(git-native failed to compile)

2011-06-10 Thread Dexuan Cui
Please review the fix. The following changes since commit 1b53eef2769d1b5e4ff527ccabf9b700afc02220: native/nativesdk: Clean up the depends ordering after bitbake override handling updates (2011-06-09 22:49:10 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contri

Re: [OE-core] [RFC v1 PATCH 07/16] git: should depend on perl-native-runtime rather than perl-native

2011-06-10 Thread Cui, Dexuan
Joshua Lock wrote: > On Wed, 2011-06-01 at 21:18 +0800, Dexuan Cui wrote: >> Signed-off-by: Dexuan Cui >> --- >> meta/recipes-devtools/git/git.inc|4 ++-- >> meta/recipes-devtools/git/git_1.7.5.1.bb |2 +- >> 2 files changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/met

Re: [OE-core] The design document for ccache-native

2011-06-10 Thread Robert Yang
On 06/10/2011 11:26 AM, wenzong fan wrote: Original Message On Thu, 2011-06-09 at 15:40 -0700, Saul Wold wrote: On 06/02/2011 08:11 PM, wenzong fan wrote: > Hi Folks, > > Please help me to review the design document for ccache-native, and > I also have two questions about i