[OE-core] OE-Core and MacOS X

2011-04-28 Thread Mark Hatle
I've started working on getting bitbake and OE-Core building on MacOS X. So far what I have are some pretty hacky patches.. but they should be a reasonable start. I've pushed my changes to the git://git.pokylinux.org/poky-contrib.git repository and the mhatle/macosx/bitbake and

Re: [OE-core] [poky] RFC: design of network based PR service

2011-04-28 Thread Mark Hatle
(adding oe-core back to the list as it got dropped off my previous reply) On 4/28/11 4:04 PM, Joshua Lock wrote: On Thu, 2011-04-28 at 10:19 -0500, Mark Hatle wrote: On 4/28/11 4:22 AM, Martin Jansa wrote: On Thu, Apr 28, 2011 at 03:08:03PM +0800, Lu, Lianhao wrote: Hi Guys, Here

[OE-core] RFC: Recipe based User Group addition, modification and deletion

2011-05-02 Thread Mark Hatle
RFC: Recipe based User Group addition, modification and deletion Problem: In OE-Core we need a method for dynamically adding non-standard user and group entries to the system. This system must be flexible, extensible and easy to use by the recipe authors. We require this functionality in

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Mark Hatle
On 5/3/11 12:27 PM, Khem Raj wrote: On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin edwin.z...@intel.com wrote: Did you installed Nvidia proprietary driver? Any error mesg from the runqemu script? yes I did and I think that could be a culprit but then why would it work with nfs boot. there is

Re: [OE-core] error: LOOP: udev/ libudev during do_rootfs?

2011-05-03 Thread Mark Hatle
On 5/3/11 5:19 PM, Leon Woestenberg wrote: Hello, on oe-core I'm testing the addition of powerpc-linux-gnuspe targets. Everything runs fine up to do_rootfs where I hit this LOOP error which I found rather cryptic: Seems a cyclic loop dependency. I have never seen this error, does this

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-06 Thread Mark Hatle
Acked-by: Mark Hatle mark.ha...@windriver.com On 5/6/11 9:48 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes

[OE-core] Commit and Patch message guidelines - fifth draft

2011-05-12 Thread Mark Hatle
This is the fifth draft of the guidelines... All previous feedback has been incorporated... (The fourth draft was reviewed and found lacking in a few key areas, so I skipped the public posting.) The new concept of Upstream-Status was added by the fourth draft as something strongly suggested, but

Re: [OE-core] [poky] Commit and Patch message guidelines - fifth draft

2011-05-12 Thread Mark Hatle
need to be explicitly called out here. On 05/12/2011 12:57 PM, Mark Hatle wrote: This is the fifth draft of the guidelines... All previous feedback has been incorporated... (The fourth draft was reviewed and found lacking in a few key areas, so I skipped the public posting.) The new

Re: [OE-core] [PATCH v2] image-prelink: remove hardcoded path assumptions

2011-05-17 Thread Mark Hatle
On 5/17/11 9:35 AM, Richard Purdie wrote: On Tue, 2011-05-17 at 15:17 +0100, Phil Blundell wrote: Signed-off-by: Phil Blundell ph...@gnu.org --- meta/classes/image-prelink.bbclass | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git

Re: [OE-core] dpkg's admindir: /var/dpkg or /var/lib/dpkg?

2011-05-18 Thread Mark Hatle
On 5/18/11 4:27 AM, Cui, Dexuan wrote: Hi, I happened to find a bug: in target, dpkg --list shows dpkg-query: failed to open package info file `/var/lib/dpkg/status' for reading: No such file or directory Actually the files(status and available) does exist, but not in /var/lib/dpkg/ --

Re: [OE-core] [oe] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-20 Thread Mark Hatle
I like this, the one suggest I have is at the TOP of the email, briefly note which repositories are covered in this. I didn't notice openembedded-core the first I looked at it, so I didn't think it was there. --Mark On 5/20/11 12:55 AM, Anders Darander wrote: On Thu, May 19, 2011 at 20:43,

Re: [OE-core] [bugfix 1/2] gcc-4.6.0: fix ICE with armv7 target

2011-05-27 Thread Mark Hatle
On 5/27/11 2:36 PM, Khem Raj wrote: On Fri, May 27, 2011 at 12:15 PM, Mark Hatle mark.ha...@windriver.com wrote: On 5/27/11 1:25 PM, Khem Raj wrote: On Fri, May 27, 2011 at 11:15 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This fixes an internal

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Mark Hatle
On 5/31/11 2:57 PM, Otavio Salvador wrote: On Tue, May 31, 2011 at 19:51, Scott Garman scott.a.gar...@intel.com wrote: That said, I have no idea what criteria should be used to determine which list to send things to, and I'm sure I'm not the only one. Is this documented anywhere? It seems

Re: [OE-core] dbus-native --with-x

2011-06-01 Thread Mark Hatle
On 6/1/11 11:16 AM, Phil Blundell wrote: On Wed, 2011-06-01 at 18:11 +0200, Koen Kooi wrote: Furthermore, rpm-native seems to get built even if you don't select rpm as package format! Yeah, it's called in by package.bbclass: # rpm is used for the per-file dependency identification

Re: [OE-core] dbus-native --with-x

2011-06-01 Thread Mark Hatle
On 6/1/11 11:54 AM, Phil Blundell wrote: On Wed, 2011-06-01 at 11:48 -0500, Mark Hatle wrote: So in the above, perl and python are really the only items that could be disabled. Just to be clear, in the list you mentioned, were you talking about the usage of rpm-native for rpmdeps

[OE-core] rpmdeps, was Re: dbus-native --with-x

2011-06-01 Thread Mark Hatle
On 6/1/11 12:08 PM, Phil Blundell wrote: On Wed, 2011-06-01 at 11:58 -0500, Mark Hatle wrote: On 6/1/11 11:54 AM, Phil Blundell wrote: On Wed, 2011-06-01 at 11:48 -0500, Mark Hatle wrote: So in the above, perl and python are really the only items that could be disabled. Just to be clear

Re: [OE-core] [PATCH 2/7] shadow: add a -native recipe with customized utilities

2011-06-01 Thread Mark Hatle
On 6/1/11 12:43 PM, Scott Garman wrote: On 06/01/2011 02:47 AM, Phil Blundell wrote: On Tue, 2011-05-31 at 12:53 -0700, Scott Garman wrote: This adds a -native recipe for the shadow utilities. The custom --root option allows the the following utilities to be run within a chroot when invoked

Re: [OE-core] rpmdeps, was Re: dbus-native --with-x

2011-06-01 Thread Mark Hatle
On 6/1/11 2:00 PM, Koen Kooi wrote: Op 1 jun 2011, om 20:55 heeft Mark Hatle het volgende geschreven: On 6/1/11 12:08 PM, Phil Blundell wrote: On Wed, 2011-06-01 at 11:58 -0500, Mark Hatle wrote: On 6/1/11 11:54 AM, Phil Blundell wrote: On Wed, 2011-06-01 at 11:48 -0500, Mark Hatle wrote

Re: [OE-core] rpmdeps, was Re: dbus-native --with-x

2011-06-01 Thread Mark Hatle
On 6/1/11 3:02 PM, Phil Blundell wrote: On Wed, 2011-06-01 at 13:55 -0500, Mark Hatle wrote: The issue is that it uses the librpm, librpmdb, librpmio, and librpmmisc libraries. These libraries provide and use all of the rest of the components. Right, but would rpmdeps still be able to do

Re: [OE-core] dbus-native --with-x

2011-06-01 Thread Mark Hatle
On 6/1/11 5:22 PM, Tom Rini wrote: On 06/01/2011 03:07 PM, Henning Heinold wrote: On Wed, Jun 01, 2011 at 03:00:37PM -0700, Tom Rini wrote: On 06/01/2011 01:22 PM, Phil Blundell wrote: On Wed, 2011-06-01 at 11:58 -0500, Mark Hatle wrote: It should be as simple and adding --without-perl

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Mark Hatle
ones that have really changed. Signed-off-by: Phil Blundell ph...@gnu.org Acked-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Mark Hatle
On 6/3/11 1:10 AM, Darren Hart wrote: On 05/31/2011 03:26 PM, Scott Garman wrote: ... o In general I find the default UI to be exceedingly noisy. It feels very much like what I would write for something I was actively developing - ie, something I expect to break a lot! I don't think

[OE-core] Directory Ownership - RFC

2011-06-06 Thread Mark Hatle
I'm starting to work on an enhancement that will allow (binary) packages produced from the recipes to clearly own directories. I'm trying to find a simple enough solution that avoids having to change most recipes, while still giving the developer and distribution designers flexibility to

Re: [OE-core] Directory Ownership - RFC

2011-06-06 Thread Mark Hatle
I've spoken to a few people on this.. Revision and comments below in-line... On 6/6/11 11:31 AM, Mark Hatle wrote: I'm starting to work on an enhancement that will allow (binary) packages produced from the recipes to clearly own directories. I'm trying to find a simple enough solution

[OE-core] [PATCH 0/1] pseudo: Update pseudo to 1.1.1 version

2011-06-06 Thread Mark Hatle
in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/pseudo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=WIP Mark Hatle (1): pseudo: Update pseudo to 1.1.1 version meta/recipes-devtools/pseudo/pseudo.inc| 10 +- .../pseudo/{pseudo_1.0.bb

[OE-core] [PATCH 1/1] pseudo: Update pseudo to 1.1.1 version

2011-06-06 Thread Mark Hatle
adds additional capabilities such as beginning support for MacOS X. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/pseudo/pseudo.inc| 10 +- .../pseudo/{pseudo_1.0.bb = pseudo_1.1.1.bb} |4 ++-- meta/recipes-devtools/pseudo/pseudo_git.bb

Re: [OE-core] [PATCH 1/1] pseudo: Update pseudo to 1.1.1 version

2011-06-06 Thread Mark Hatle
On 6/6/11 6:30 PM, Khem Raj wrote: On Mon, Jun 6, 2011 at 4:15 PM, Mark Hatle mark.ha...@windriver.com wrote: Update both the core and pseudo_git packages to the latest 1.1.1 verison. This fixes an issues where the call system() was not wrapped. This could lead to issues where certain

[OE-core] [PATCH 2/2] distro_tracking_fields.inc: add pseudo

2011-06-06 Thread Mark Hatle
Add pseudo to tracking, with me as the maintainer. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../conf/distro/include/distro_tracking_fields.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta

[OE-core] [PATCH 0/1] Update create-pull-request script

2011-06-06 Thread Mark Hatle
/log/?h=mhatle/pull-req Mark Hatle (1): create-pull-request: Add URL documentation scripts/create-pull-request|3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) -- 1.7.3.4 ___ Openembedded-core mailing list

[OE-core] [PATCH 1/2] pseudo: Update pseudo to 1.1.1 version

2011-06-08 Thread Mark Hatle
adds additional capabilities such as beginning support for MacOS X. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/pseudo/pseudo.inc| 12 ++-- .../recipes-devtools/pseudo/pseudo/oe-config.patch | 58 meta/recipes-devtools/pseudo

[OE-core] [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V2

2011-06-08 Thread Mark Hatle
30101d4153aa8e116892063933b868d325bdd79c: distro tracking: Manual Updates (2011-06-06 23:51:26 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/pseudo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo Mark Hatle (2): pseudo: Update pseudo to 1.1.1 version

[OE-core] [PATCH 2/2] distro_tracking_fields.inc: add pseudo

2011-06-08 Thread Mark Hatle
Add pseudo to tracking, with me as the maintainer. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../conf/distro/include/distro_tracking_fields.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta

[OE-core] [PATCH 2/2] distro_tracking_fields.inc: add pseudo

2011-06-08 Thread Mark Hatle
Add pseudo to tracking, with me as the maintainer. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../conf/distro/include/distro_tracking_fields.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta

[OE-core] [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V3

2011-06-08 Thread Mark Hatle
Updates (2011-06-06 23:51:26 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/pseudo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo Mark Hatle (2): pseudo: Update pseudo to 1.1.1 version distro_tracking_fields.inc: add pseudo

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Mark Hatle
On 6/9/11 5:57 AM, Kang Kai wrote: Hi Mark, I am focus on eglibc itself compilation with disabling all the configurable options, right now eglibc can be compiled with disable all the configurable options. But when I build core-image-minimal in a clear new directory, some packages

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Mark Hatle
On 6/9/11 10:34 AM, Frans Meulenbroeks wrote: 2011/6/9 Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com On 6/9/11 5:57 AM, Kang Kai wrote: Hi Mark, I am focus on eglibc itself compilation with disabling all the configurable options, right

[OE-core] [PATCH 0/1] Fix realpath issue in pseudo

2011-06-09 Thread Mark Hatle
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo Mark Hatle (1): pseudo: Fix problem related to realpath .../pseudo/pseudo/realpath_fix.patch | 165 meta/recipes-devtools/pseudo/pseudo_1.1.1.bb |3 +- meta/recipes-devtools/pseudo/pseudo_git.bb

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 ph...@gnu.org --- 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

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 mistaken, but it seems

Re: [OE-core] Directory Ownership - RFC

2011-06-10 Thread Mark Hatle
that has to be carried around Any comments, suggestions? On 6/6/11 4:32 PM, Mark Hatle wrote: I've spoken to a few people on this.. Revision and comments below in-line... On 6/6/11 11:31 AM, Mark Hatle wrote: I'm starting to work on an enhancement that will allow (binary) packages produced from

Re: [OE-core] tinylogin unfetchable

2011-06-15 Thread Mark Hatle
On 6/15/11 9:42 AM, Phil Blundell wrote: On Wed, 2011-06-15 at 07:38 -0700, Saul Wold wrote: Is the fallback to MIRRORS not working? Which MIRRORS are you thinking of? If there's meant to be an appropriate one set in oe-core then I guess the answer is no, it isn't working :-} The FALLBACK

Re: [OE-core] [PATCH 1/1] base-passwd: disable problematic login.defs options

2011-06-19 Thread Mark Hatle
On 6/17/11 1:10 PM, Scott Garman wrote: On 06/17/2011 10:22 AM, Otavio Salvador wrote: On Fri, Jun 17, 2011 at 17:19, Scott Garmanscott.a.gar...@intel.com wrote: Sorry, I forgot to mention that shadow-utils-native is what is used to modify the passwd/group files in the target sysroot. It

Re: [OE-core] Architecture mismatch QA check not fatal?

2011-06-20 Thread Mark Hatle
On 6/20/11 2:41 AM, Koen Kooi wrote: Hi, I was building qt this weekend and I noticed this one: WARNING: QA Issue: Architecture did not match (40 to 62) on /work/armv7a-angstrom-linux-gnueabi/qt4-embedded-4.7.3-r26.1/packages-split/qt4-embedded-tools/usr/bin/moc WARNING: QA Issue:

Re: [OE-core] Architecture mismatch QA check not fatal?

2011-06-20 Thread Mark Hatle
On 6/20/11 8:31 AM, Koen Kooi wrote: Op 20 jun 2011, om 15:29 heeft Phil Blundell het volgende geschreven: On Mon, 2011-06-20 at 08:23 -0500, Mark Hatle wrote: (The minor cases are primarily firmware loaded into off-board cards in PCI chasis and such.. occasionally these firmware are ELF

Re: [OE-core] Multilib Development Update

2011-06-21 Thread Mark Hatle
On 6/21/11 8:02 AM, Frans Meulenbroeks wrote: As I already asked before: what is the benefit having this in embedded systems? If I am doing an embedded system I know the target hardware, and there is no need to have e.g. both 32 and 64 bit libs. 64-bit database on a 32-bit system. 64-bit

Re: [OE-core] Multilib Development Update

2011-06-21 Thread Mark Hatle
On 6/21/11 9:32 AM, Khem Raj wrote: On 06/21/2011 05:14 AM, Richard Purdie wrote: We've been experimenting with multilib and I now feel it right to discuss the changes a bit further now there is something to discuss :). The work so far on this is available on the branch:

Re: [OE-core] Using TCLIBC = uclibc in oe-core

2011-06-21 Thread Mark Hatle
On 6/21/11 9:04 AM, Tom Parkin wrote: Hi list, I'm trying to set up a working openembedded-core/uClibc mipsel environment. I found that setting TCLIBC = uclibc in local.conf yielded the following: ERROR: Nothing PROVIDES 'glib-2.0-native' I traced this down to code in

Re: [OE-core] [PATCH 0/1] Integrate ccache-native

2011-06-21 Thread Mark Hatle
Just looking for a status review on this item. Does this implement the task: Performance Improvements - CCACHE per recipe c) Set CCACHE on a per recipe basis. need to figure out whether ccache data can be shared and under what circumstances. ? I just need to update them with the status,

[OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Mark Hatle
I've had the task to resolve the directory permissions and ownership issues. From the original RFC I sent out, a lot has changed. The way OE, opkg and deb packages are defined, there is no way to define what package owns a directory. There is an expectation that directory permissions, owner and

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Mark Hatle
On 6/21/11 1:57 PM, Phil Blundell wrote: On Tue, 2011-06-21 at 11:43 -0500, Mark Hatle wrote: Adjust the umask to 022. This resolves the problem of dynamically generated directories (mkdir -p) and specific files (touch foo) having odd permissions. http://git.yoctoproject.org/cgit/cgit.cgi

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Mark Hatle
(Note, I found an additional issue mentioned at the end of this email...) On 6/21/11 4:09 PM, Phil Blundell wrote: On Tue, 2011-06-21 at 14:12 -0500, Mark Hatle wrote: fs-perms.txt is the default name. It was done to work similarly to the 'device_table-minimal.txt' file that already exists

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Mark Hatle
On 6/21/11 4:32 PM, Koen Kooi wrote: Op 21 jun 2011, om 21:12 heeft Mark Hatle het volgende geschreven: On 6/21/11 1:57 PM, Phil Blundell wrote: On Tue, 2011-06-21 at 11:43 -0500, Mark Hatle wrote: Adjust the umask to 022. This resolves the problem of dynamically generated directories

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Mark Hatle
) that may need the umask set as well. --Mark On 6/21/11 5:05 PM, Richard Purdie wrote: On Tue, 2011-06-21 at 14:12 -0500, Mark Hatle wrote: On 6/21/11 1:57 PM, Phil Blundell wrote: On Tue, 2011-06-21 at 11:43 -0500, Mark Hatle wrote: Adjust the umask to 022. This resolves the problem

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Mark Hatle
On 6/21/11 4:37 PM, Phil Blundell wrote: On Tue, 2011-06-21 at 16:27 -0500, Mark Hatle wrote: I don't know how to do this within bitbake (easily). The table is currently a static set of paths that exist within the distribution as a whole. They are not recipe specific, but you can have

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Mark Hatle
On 6/21/11 5:13 PM, Mark Hatle wrote: I like that better then trying to wrap do_install and such with special code. It should be fairly easy to set the default for do_install and do_package then. I wonder if there would be a way to notice and flag as possible errors tasks running

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-22 Thread Mark Hatle
On 6/21/11 11:51 PM, Mark Hatle wrote: On 6/21/11 5:13 PM, Mark Hatle wrote: ... Any comments. I'm not sure I like this task approach, simply because it's more complicated. But what I am testing now enables umask of 022 in: do_install do_package do_rootfs rootfs_pkg_do_rootfs

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-22 Thread Mark Hatle
On 6/22/11 9:47 AM, Phil Blundell wrote: On Wed, 2011-06-22 at 07:44 -0700, Khem Raj wrote: On 06/22/2011 02:01 AM, Dongxiao Xu wrote: *libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance.

[OE-core] [PATCH 04/40] ghostscript: Fix owner/group of /etc/cups

2011-06-22 Thread Mark Hatle
/etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../ghostscript/ghostscript_9.02.bb|7 ++- 1

[OE-core] [PATCH 02/40] base-passwd: Fix owners/groups

2011-06-22 Thread Mark Hatle
Fix the owners and groups of specific files copied from the developmen tree. This resolves an issue where those files gain the user/group id of the build user. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../recipes-core/base-passwd/base-passwd_3.5.22.bb | 10 +- 1 files

[OE-core] [PATCH 03/40] gcc: Fix owners/groups

2011-06-22 Thread Mark Hatle
Many of the files being generated by gcc are gaining the build uid/gid. This is incorrect, as the files should be owned by root:root. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/gcc/gcc-4.6.0.inc |2 +- meta/recipes-devtools/gcc/gcc_4.5.1.bb|7

[OE-core] [PATCH 05/40] libtirpc: Fix owner/group of /etc/netconfig

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb index 61dab95

[OE-core] [PATCH 00/40] Various recipe fixes

2011-06-22 Thread Mark Hatle
compile failure in src/dbus (2011-06-22 17:41:39 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/recipe-fixup http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/recipe-fixup Mark Hatle (40): resolveconf: Fix file owners base-passwd: Fix

[OE-core] [PATCH 01/40] resolveconf: Fix file owners

2011-06-22 Thread Mark Hatle
The file ownership of various configuration files needs to be set to root:root otherwise it inherits the user id of the build. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../resolvconf/resolvconf_1.48.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[OE-core] [PATCH 06/40] tzdata: Ensure all files are owned by root:root

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/tzdata/tzdata_2011g.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/tzdata/tzdata_2011g.bb b/meta/recipes-extended/tzdata/tzdata_2011g.bb index ed343c0..49847d3

[OE-core] [PATCH 08/40] perf: Fix linux-tools to ensure perf is installed under fakeroot

2011-06-22 Thread Mark Hatle
If perf isn't installed under fakeroot (pseudo) control, all of the files are given the build user's uid/gid. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-kernel/linux/linux-tools.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 09/40] kernel.bbclass: Add support for perf-dbg package

2011-06-22 Thread Mark Hatle
The perf component is built with the kernel, so ensure that it gets the debug information associated with it. Also bump the PR in the linux-yocto-* to ensure they get rebuilt. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/kernel.bbclass |3 ++- meta

[OE-core] [PATCH 10/40] sysfsutils: Fall back to default -dbg package

2011-06-22 Thread Mark Hatle
The overriden -dbg package wasn't including all of the associated sources, fall back to the default -dbg package instead. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff

[OE-core] [PATCH 07/40] gnome-doc-utils: Fix the owner/group on select files

2011-06-22 Thread Mark Hatle
All of the files in ${datadir}/xml/gnome/xslt were being given the uid/gid of the build user. Fix this for the target case, avoid it in the native. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-gnome/gnome/gnome-doc-utils.inc |4 meta/recipes-gnome/gnome

[OE-core] [PATCH 11/40] classes/package_rpm.bbclass: Enhance diagnostic messages

2011-06-22 Thread Mark Hatle
We clearly state now if we are: * Skipping an empty package * Creating a (full) package * Creating an empty package Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_rpm.bbclass |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [PATCH 12/40] classes/package_rpm.bbclass: Change the way the PV is transformed

2011-06-22 Thread Mark Hatle
There were some odd instances where the PKGV could not be loaded in the old way. Change to verify that PKGV exists before attempting to retrieve the value from the key. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/classes/package_rpm.bbclass |9 + 1 files changed, 5

[OE-core] [PATCH 14/40] python-pyobject: Remove unnecessary -dbg setting

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../python/python-pygobject_2.27.91.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb

[OE-core] [PATCH 13/40] python: Switch to using the default -dbg package

2011-06-22 Thread Mark Hatle
Python was missing a lot of debug information. Switch to use the default -dbg package. Also add some additional debug information to the -dbg package. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../python/python-2.6-manifest.inc |8 ++-- meta/recipes

[OE-core] [PATCH 17/40] psmisc: Remove custom -dbg packages, use default

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/psmisc/psmisc.inc |8 +--- meta/recipes-extended/psmisc/psmisc_22.13.bb |2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes

[OE-core] [PATCH 16/40] texinfo: Change to use the standard -dbg file

2011-06-22 Thread Mark Hatle
Remove the custom -dbg package and replace it the standard configuration. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/texinfo/texinfo_4.13a.bb |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/texinfo

[OE-core] [PATCH 15/40] libxml-parser-perl: Fix debug package

2011-06-22 Thread Mark Hatle
Certain files were being missed in the -dbg package, fix this. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../perl/libxml-parser-perl_2.40.bb|4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.40

[OE-core] [PATCH 20/40] python-gst: Add missing files to the -dbg package

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/python/python-gst_0.10.21.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-gst_0.10.21.bb b/meta/recipes-devtools/python/python-gst_0.10.21.bb index

[OE-core] [PATCH 19/40] liba52: Remove custom -dbg, fall back to default

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-multimedia/liba52/liba52_0.7.4.bb |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb index 239c30a

[OE-core] [PATCH 18/40] modutils: Add in missing -dbg package

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-kernel/modutils/modutils_2.4.27.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/modutils/modutils_2.4.27.bb b/meta/recipes-kernel/modutils/modutils_2.4.27.bb index 1ebc90c

[OE-core] [PATCH 22/40] gamin: Add missing debug files to -dbg

2011-06-22 Thread Mark Hatle
Add the missing files to the base -dbg package, remove the libPN-dbg as it is non-standard. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/gamin/gamin_0.1.10.bb |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended

[OE-core] [PATCH 21/40] mc: Add missing debug files to -dbg

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/mc/mc_4.7.5.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb index c407b0b..8a3f145 100644 --- a/meta

[OE-core] [PATCH 23/40] gthumb: Add missing debug files

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-gnome/gthumb/gthumb_2.12.3.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.3.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.3.bb index 115a805..720cd67 100644

[OE-core] [PATCH 25/40] trace-cmd: Add missing debug files

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-kernel/trace-cmd/trace-cmd_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb index ba7413d..5cf433a

[OE-core] [PATCH 26/40] gstreamer: Add missing debug files.

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../gstreamer/gstreamer_0.10.32.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb

[OE-core] [PATCH 27/40] gtk-sato-engine: Add missing debug files

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-sato/gtk-engines/gtk-sato-engine.inc |2 +- .../gtk-engines/gtk-sato-engine_svn.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b

[OE-core] [PATCH 30/40] busybox: Avoid stripping binaries

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-core/busybox/busybox_1.18.4.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb index a999490..cb41ac6 100644

[OE-core] [PATCH 31/40] tinylogin: Avoid stripped binaries

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../tinylogin/tinylogin-1.4/avoid_static.patch | 33 meta/recipes-core/tinylogin/tinylogin_1.4.bb |7 ++-- 2 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-core/tinylogin

[OE-core] [PATCH 28/40] libproxy: Add missing debug files

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-support/libproxy/libproxy_0.4.6.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b/meta/recipes-support/libproxy/libproxy_0.4.6.bb index 2e18065

[OE-core] [PATCH 32/40] quote: Avoid stripping binaries

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/quota/quota_4.00-pre1.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/quota/quota_4.00-pre1.bb b/meta/recipes-extended/quota/quota_4.00-pre1.bb index 849315e..a5d2f5d

[OE-core] [PATCH 33/40] sysstat: Avoid stripping binaries

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-extended/sysstat/sysstat.inc |5 - meta/recipes-extended/sysstat/sysstat_10.0.0.bb |2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes

[OE-core] [PATCH 36/40] unzip: Avoid stripping binaries

2011-06-22 Thread Mark Hatle
Not only do we have to override things on the make line, but we need to hack on configure as well to avoid certain behavior. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../recipes-extended/unzip/unzip/avoid-strip.patch | 48 meta/recipes-extended/unzip

[OE-core] [PATCH 38/40] nasm: Fix aclocal

2011-06-22 Thread Mark Hatle
The mv of aclocal.m4 can only occur once, or it will fail. On a re-run of configure this will fail. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/nasm/nasm_2.07.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools

[OE-core] [PATCH 37/40] dropbear: Don't patch in configure

2011-06-22 Thread Mark Hatle
We need to avoid applying a patch in configure, because a rebuild could trigger this, without triggering do_patch. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-core/dropbear/dropbear.inc |4 +++- meta/recipes-core/dropbear/dropbear_0.52.bb |2 +- 2 files

[OE-core] [PATCH 39/40] python: Add python to the dependencies of python modules

2011-06-22 Thread Mark Hatle
If python failed to build for some reason, python-gst and python-pygobject may still try to build, add python as a dependency to avoid this. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/python/python-gst_0.10.21.bb |4 ++-- .../python/python-pygobject_2.27.91

[OE-core] [PATCH 34/40] db: Avoid stripping binaries

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-support/db/db_5.1.19.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/db/db_5.1.19.bb b/meta/recipes-support/db/db_5.1.19.bb index 98b23b1..fc87c31 100644 --- a/meta/recipes

[OE-core] [PATCH 24/40] systemtamp: Add missing debug files

2011-06-22 Thread Mark Hatle
Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-kernel/systemtap/systemtap_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index e3e9264..8907985

Re: [OE-core] [PATCH 18/40] modutils: Add in missing -dbg package

2011-06-22 Thread Mark Hatle
On 6/22/11 12:37 PM, Koen Kooi wrote: Op 22 jun 2011, om 19:36 heeft Mark Hatle het volgende geschreven: Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-kernel/modutils/modutils_2.4.27.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta

Re: [OE-core] [PATCH 13/40] python: Switch to using the default -dbg package

2011-06-22 Thread Mark Hatle
Working on fixing this. Until I do, skip this commit in any pull. Thanks! --Mark On 6/22/11 12:38 PM, Koen Kooi wrote: Op 22 jun 2011, om 19:36 heeft Mark Hatle het volgende geschreven: Python was missing a lot of debug information. Switch to use the default -dbg package. Also add

[OE-core] [PATCH 00/40] Various Recipe Fixes (v2)

2011-06-22 Thread Mark Hatle
/cgit.cgi/poky-contrib/log/?h=mhatle/recipe-fixup Mark Hatle (40): resolveconf: Fix file owners base-passwd: Fix owners/groups gcc: Fix owners/groups ghostscript: Fix owner/group of /etc/cups libtirpc: Fix owner/group of /etc/netconfig tzdata: Ensure all files are owned by root:root

[OE-core] [PATCH 13/40] python: Switch to using the default -dbg package (v2)

2011-06-22 Thread Mark Hatle
Python was missing a lot of debug information. Switch to use the default -dbg package. Also add some additional debug information to the -dbg package. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../python/python-2.6-manifest.inc |8 ++-- meta/recipes

Re: [OE-core] [PATCH 0/4] eglibc 2.14 upgrade

2011-06-22 Thread Mark Hatle
Since applying this update, I'm not longer getting an rpc/rpc.h file, which breaks various things like busybox mount. Is anyone else seeing this behavior? --Mark On 6/22/11 10:57 AM, Richard Purdie wrote: On Tue, 2011-06-21 at 18:43 -0700, Khem Raj wrote: This patchset upgrades eglibc 2.13 -

  1   2   3   4   5   6   7   8   9   10   >