[OE-core] [PATCH] Add new IMAGE_CLASSES variable for classes for image generation

2011-10-28 Thread Matthew McClintock
Allows us to import classes only for images and not to the global namespace Signed-off-by: Matthew McClintock m...@freescale.com --- This is a resend meta-yocto/conf/local.conf.sample |6 ++ meta/classes/image.bbclass|3 ++- 2 files changed, 8 insertions(+), 1 deletions(-)

Re: [OE-core] Trouble by last dbus patch (46e6c3fa8034b12d178d605f3f5d7efe69671a13)?

2011-10-28 Thread Henning Heinold
On Thu, Oct 27, 2011 at 10:30:27PM +0200, Andreas Müller wrote: I remember that I had similar issues a while ago. That could be worked around by starting some dbus stuff ( do not exactly remember what it was ). You probably mean policykit, which has a ruleset for actions a user can do or not

[OE-core] Problem with buildstats when building on a btrfs volume

2011-10-28 Thread Wolfram Stering
Hello All, I've encountered a problem when building (with TMPDIR residing) on a btrfs volume. It does not matter what is being built: starting clean, bitbake discoveres that pseudo needs to be built, it does so successfully but then gets an exception when doing the buildstats. ERROR: Execution

[OE-core] [PATCH] dtc: update to latest git version

2011-10-28 Thread Matthew McClintock
Also remove patches that are no longer needed Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-kernel/dtc/dtc.inc|4 +- .../dtc/fix_for_compilation_with_gcc_4.6.0.patch | 51 meta/recipes-kernel/dtc/dtc/remove_space_opt.patch

[OE-core] Seek help: keyboard can't work after updating xserver-kdrive

2011-10-28 Thread Xiaofeng Yan
Hi all, I am updating xserver-kdrive_1.7.99.2.bb to xserver-kdrive_1.11.1.901.bb. Keyboard can't get action on matchbox-terminal. I make a test like the following steps on matchbox-terminal with matchbox-keyboard(virtual keyboard): sh-4.1# cat /dev/input/event0 The screen show some messy

Re: [OE-core] how to set time zone

2011-10-28 Thread Andrea Adami
On Fri, Oct 28, 2011 at 9:05 AM, Ni Qingliang niqingli...@insigma.com.cnwrote: THANKS! I still want the native support by oe-core/yocto:-). If no, I will try by myself. I've asked three or four time the oe-core crow to improve the recipe...last one: On Wed, Oct 19, 2011 at 12:24 AM, Joshua

Re: [OE-core] [RFC] Fix libgcc nativesdk to install libgcc.a in good location for tools

2011-10-28 Thread Richard Purdie
On Wed, 2011-10-26 at 22:07 -0500, Matthew McClintock wrote: This fixes an issue where we cannot find -lgcc when linking. We update the path to libgcc.a so the library can be installed correctly Signed-off-by: Matthew McClintock m...@freescale.com --- I really doubt this is the correct fix

[OE-core] [PATCH 0/2] libarchive: update to 2.8.5

2011-10-28 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Change md5 sum in recipe and update the status of libarchive. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/update_libarchive Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/update_libarchive Thanks,

[OE-core] [PATCH 1/2] libarchive update to 2.8.5

2011-10-28 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Modify md5 sum justly Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- .../libarchive/libarchive_2.8.5.bb | 27 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH 2/2] libarchive: modify the status of updating

2011-10-28 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com update to 2.8.5 Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- .../conf/distro/include/distro_tracking_fields.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [CONSOLIDATED PULL 04/18] libgcc: fix QA Packaging issues

2011-10-28 Thread Richard Purdie
On Fri, 2011-10-28 at 00:06 +0200, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/gcc/libgcc_4.6.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb

Re: [OE-core] [CONSOLIDATED PULL 18/18] xserver-nodm-init: use useradd to create xuser

2011-10-28 Thread Richard Purdie
On Fri, 2011-10-28 at 00:06 +0200, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- .../x11-common/xserver-nodm-init.bb| 26 --- 1 files changed, 6 insertions(+), 20 deletions(-) diff --git

Re: [OE-core] how to set time zone

2011-10-28 Thread Mark Hatle
Setting the default TZ for the image is something that should be done in a post install script for the tzdata package or something similar. Since the /etc/localtime is usually a copy/hardlink or symlink to the timezone data we don't want to package it up. Instead we want to perform the actions

Re: [OE-core] [PATCH v2 1/2] Add new strace-graph package to avoid making perl a dependecy for all of strace

2011-10-28 Thread McClintock Matthew-B29882
On Fri, Oct 28, 2011 at 3:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: -RDEPENDS = perl +PACKAGES_prepend = ${PN}-graph +FILES_${PN}-graph = ${bindir}/strace-graph +RDEPENDS_${PN}-graph = perl I should have been clearer in my original email, pretty much every other

Re: [OE-core] Trouble by last dbus patch (46e6c3fa8034b12d178d605f3f5d7efe69671a13)?

2011-10-28 Thread Richard Purdie
On Thu, 2011-10-27 at 22:30 +0200, Andreas Müller wrote: Since the last updates of all layers (angstrom based) I have issues with * networkmanager/nm-applet (meta-oe): I am not allowed to change the settings any more * xfce-session (meta-oe): Logging out takes very long and

Re: [OE-core] [PATCH v2 1/2] Add new strace-graph package to avoid making perl a dependecy for all of strace

2011-10-28 Thread Phil Blundell
On Fri, 2011-10-28 at 15:34 +, McClintock Matthew-B29882 wrote: On Fri, Oct 28, 2011 at 3:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: -RDEPENDS = perl +PACKAGES_prepend = ${PN}-graph +FILES_${PN}-graph = ${bindir}/strace-graph +RDEPENDS_${PN}-graph = perl I

Re: [OE-core] how to set time zone

2011-10-28 Thread Saul Wold
On 10/28/2011 10:22 AM, Andrea Adami wrote: On Fri, Oct 28, 2011 at 9:05 AM, Ni Qingliang niqingli...@insigma.com.cn mailto:niqingli...@insigma.com.cn wrote: THANKS! I still want the native support by oe-core/yocto:-). If no, I will try by myself. I've asked three or four time

Re: [OE-core] [RFC] Fix libgcc nativesdk to install libgcc.a in good location for tools

2011-10-28 Thread McClintock Matthew-B29882
On Fri, Oct 28, 2011 at 4:03 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-10-26 at 22:07 -0500, Matthew McClintock wrote: This fixes an issue where we cannot find -lgcc when linking. We update the path to libgcc.a so the library can be installed correctly

Re: [OE-core] [PATCH v2 1/2] Add new strace-graph package to avoid making perl a dependecy for all of strace

2011-10-28 Thread McClintock Matthew-B29882
On Fri, Oct 28, 2011 at 10:54 AM, Phil Blundell ph...@gnu.org wrote: That logic sounds reasonable, but I think Richard's point was that it's more conventional to use =+ rather than an override for prepending. I sort of forgot that += and =+ are different. Shall I resubmit this patch? -M

Re: [OE-core] Trouble by last dbus patch (46e6c3fa8034b12d178d605f3f5d7efe69671a13)?

2011-10-28 Thread Klaus 'mrmoku' Kurzmann
On Thu, 27 Oct 2011, Andreas Müller wrote: Since the last updates of all layers (angstrom based) I have issues with * networkmanager/nm-applet (meta-oe): I am not allowed to change the settings any more * xfce-session (meta-oe): Logging out takes very long and Restart/Shutdown is

Re: [OE-core] Trouble by last dbus patch (46e6c3fa8034b12d178d605f3f5d7efe69671a13)?

2011-10-28 Thread Andreas Müller
On Friday, October 28, 2011 12:22:11 PM Richard Purdie wrote: On Thu, 2011-10-27 at 22:30 +0200, Andreas Müller wrote: Since the last updates of all layers (angstrom based) I have issues with * networkmanager/nm-applet (meta-oe): I am not allowed to change the settings any more

Re: [OE-core] [PATCH 0/1] documentation audit script

2011-10-28 Thread Scott Garman
On 10/27/2011 10:39 PM, Saul Wold wrote: On 10/26/2011 12:12 AM, Scott Garman wrote: Hello, I've been using this script to perform audits of which packages are producing documentation, and feel it's long overdue for this to be added to the git tree. So here it is. The following changes since

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

2011-10-28 Thread Joshua Lock
A series of minor tweaks from my disk. The XFCE support in oe.terminal has only been tested on a Fedora machine so I would appreciate testing from XFCE users on other distros. Regards, Joshua The following changes since commit ddc9a58b8553599d2328ac1c4449b41681ae45d1: Add readline as

[OE-core] [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator

2011-10-28 Thread Joshua Lock
That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This could get interesting! Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/lib/oe/terminal.py | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/terminal.py

[OE-core] [PATCH 2/4] libxslt: Fix packaging of xsltConf.sh

2011-10-28 Thread Joshua Lock
xsltConf.sh is installed to libdir not bindir, fix pacakging. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-support/libxslt/libxslt_1.1.26.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb

[OE-core] [PATCH 4/4] clutter-gtk: add LIC_FILES_CHKSUM to include file

2011-10-28 Thread Joshua Lock
Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-graphics/clutter/clutter-gtk.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter-gtk.inc b/meta/recipes-graphics/clutter/clutter-gtk.inc index 8492d9f..e8d9e10 100644

Re: [OE-core] [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator

2011-10-28 Thread Chris Larson
On Fri, Oct 28, 2011 at 4:42 PM, Joshua Lock j...@linux.intel.com wrote: That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This could get interesting! Signed-off-by: Joshua Lock j...@linux.intel.com ---  meta/lib/oe/terminal.py |   21 +  1 files changed,