Re: [OE-core] [PATCH v2] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-10 Thread Chris Larson
On Tue, Nov 8, 2011 at 1:50 PM, McClintock Matthew-B29882 wrote: > On Tue, Nov 8, 2011 at 2:47 PM, Phil Blundell wrote: >> On Tue, 2011-11-08 at 19:36 +, McClintock Matthew-B29882 wrote: >>> On Mon, Nov 7, 2011 at 5:03 PM, Matthew McClintock >>> wrote: >>> > I don't get it. I think the firs

Re: [OE-core] [PATCH 3/3] xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux

2011-11-10 Thread Paul Menzel
Am Donnerstag, den 10.11.2011, 21:37 + schrieb Otavio Salvador: s/brining/bringing in/ Commit message body: With commit 1053a6a8e15851ef139d8aa4683849fc2fc277e1 Author: Paul Menzel Date: Tue Nov 8 13:00:32 2011 +0100 xinit: Fix `startx` looki

Re: [OE-core] [PATCH 1/3] dhcp: generate initial leases files for server

2011-11-10 Thread Otavio Salvador
On Thu, Nov 10, 2011 at 19:50, Paul Menzel wrote: > Am Donnerstag, den 10.11.2011, 21:37 + schrieb Otavio Salvador: > > What is the error message you are getting? > >> Signed-off-by: Otavio Salvador >> --- >>  meta/recipes-connectivity/dhcp/dhcp.inc      |    9 - >>  meta/recipes-conn

Re: [OE-core] [PATCH 2/3] util-linux: split mcookie onto a package

2011-11-10 Thread Paul Menzel
Am Donnerstag, den 10.11.2011, 21:37 + schrieb Otavio Salvador: Sau!, if you take this patch, please correct *i*nto in the commit summary and add `mcookie` is needed by `startx` and according to the manual page also by `xauth` [1]. [1] http://linux.die.net/man/1/mcookie as the commit messag

Re: [OE-core] [PATCH 1/3] dhcp: generate initial leases files for server

2011-11-10 Thread Paul Menzel
Am Donnerstag, den 10.11.2011, 21:37 + schrieb Otavio Salvador: What is the error message you are getting? > Signed-off-by: Otavio Salvador > --- > meta/recipes-connectivity/dhcp/dhcp.inc |9 - > meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- > 2 files changed, 9 i

[OE-core] [PATCH 2/3] util-linux: split mcookie onto a package

2011-11-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-core/util-linux/util-linux.inc |3 ++- meta/recipes-core/util-linux/util-linux_2.19.1.bb |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/

[OE-core] [PATCH 3/3] xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux

2011-11-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-graphics/xorg-app/xinit_1.3.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb index 6953ccc..08dfe12 100644 --- a/meta/reci

[OE-core] [PATCH 0/3] DHCP and reduction of amount of packages installer by xinit

2011-11-10 Thread Otavio Salvador
The following changes since commit 379c77d1516fe8fdbd1cd7063f709b5266872b03: populate_*.bbclass: Correct INSTALL variable name after recent multilib changes (2011-11-10 18:05:06 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSy

[OE-core] [PATCH 1/3] dhcp: generate initial leases files for server

2011-11-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-connectivity/dhcp/dhcp.inc |9 - meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.i

Re: [OE-core] [PATCH 5/7] clutter-*-1.6: drop clutter 1.6 recipes

2011-11-10 Thread Saul Wold
On 11/09/2011 05:29 PM, Joshua Lock wrote: Clutter 1.8 is API and ABI compatible with Clutter 1.6 according to the release notes so there's no need to keep these recipes around. www.clutter-project.org/blogs/archive/2011-09/clutter-1.8.0-stable-release Signed-off-by: Joshua Lock --- .../recip

Re: [OE-core] [PATCH] hicolor-icon-theme 0.12: add BBCLASSEXTEND=native for xfce tools

2011-11-10 Thread Andreas Müller
On Thursday, November 10, 2011 02:38:33 PM you wrote: > Op 10 nov. 2011, om 14:20 heeft Richard Purdie het volgende geschreven: > > On Thu, 2011-11-10 at 13:44 +0100, Koen Kooi wrote: > >> Signed-off-by: Koen Kooi > >> --- > >> .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb |2 ++ > >> 1 fi

[OE-core] [PATCH 4/5] shadow: Generate the shadow files at rootfs construction

2011-11-10 Thread Mark Hatle
With the recent changes to the shadow-native package support "--root", we can now convert the passwd/group files to their shadow forms while doing the rootfs install, instead of waiting to run on the target. Signed-off-by: Mark Hatle --- meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 12

[OE-core] [PATCH 5/5] sudo: Avoid post install scripts

2011-11-10 Thread Mark Hatle
The post install script was removed, and the install_append updated to ensure the permissions are set correctly. Signed-off-by: Mark Hatle --- meta/recipes-extended/sudo/sudo.inc |8 meta/recipes-extended/sudo/sudo_1.8.3.bb |5 - 2 files changed, 4 insertions(+), 9 dele

[OE-core] [PATCH 2/5] rootfs_rpm.bbclass: Turn off script debugging

2011-11-10 Thread Mark Hatle
Disable script debugging, as the log files become huge and take a long time to process during the log check step. This results in a performance improvement. Signed-off-by: Mark Hatle --- meta/classes/rootfs_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/me

[OE-core] [PATCH 3/5] wpa-supplicant: Avoid blocking the post install script at cross rootfs time.

2011-11-10 Thread Mark Hatle
We only want to reload dbus, if we're install on the target -- not on the host. Signed-off-by: Mark Hatle --- .../wpa-supplicant/wpa-supplicant-0.7.inc |4 ++-- .../wpa-supplicant/wpa-supplicant_0.7.3.bb |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 0/5] Change the way RPM handles pre/post scripts

2011-11-10 Thread Mark Hatle
We change the way rootfs_rpm handles pre / post scripts in order to enable preinst scripts and better handling of post scripts. The following changes since commit 379c77d1516fe8fdbd1cd7063f709b5266872b03: populate_*.bbclass: Correct INSTALL variable name after recent multilib changes (2011-11-

[OE-core] [PATCH 1/5] rootfs_rpm.bbclass: Enable pre and post install scripts

2011-11-10 Thread Mark Hatle
[YOCTO #1755] We change the want the RPM rootfs install works to install pre and post install scripts. The new method uses a script helper that is invoked by RPM outside of the normal chroot. The wrapper is dynamically generated prior to the install starting. It will check the return code of th

Re: [OE-core] sdk generation broken for ipk

2011-11-10 Thread Richard Purdie
On Thu, 2011-11-10 at 02:25 +, James Limbouris wrote: > Hi, > > multilib: Drop MULTILIB_IMAGE_INSTALL > (7736862a74c92fe1afe42e170822be13117575c2) seems to break sdk > generation on ipk systems. > When I 'bitbake meta-toolchain-qte', populate_sdk_ipk() does not add > any packages to the sysroo

Re: [OE-core] [PATCHv2][oe-core 00/10] Merge more stuff from meta-oe

2011-11-10 Thread Saul Wold
On 11/09/2011 09:39 AM, Martin Jansa wrote: v2: 3 more libsdl patches based on sgw review to cleanup libsdl dir and use PACKAGECONFIG The following changes since commit 25fae81538a92e15eab3fc169ebce44505f67839: python: skip setup.py 'import check' when cross-compiling (2011-11-08 21:44:23

Re: [OE-core] [PATCH 0/1] linux-yocto: config cleanups + romely rt support

2011-11-10 Thread Saul Wold
On 11/09/2011 08:28 AM, Bruce Ashfield wrote: The patch itself has all the details for this one. Just a minor update to the meta branch of the 3.0 kernel to pickup the latest BSP config updates from Tom and add -rt support from Kishore. These are also present in the -dev kernel tree. Cheers, Br

Re: [OE-core] [PATCH 0/1] python: fix missing PR bump

2011-11-10 Thread Saul Wold
On 11/09/2011 07:11 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi Simple one-liner adding the missing PR bump for my previous python commit. Thanks to Koen Kooi for pointing it out... The following changes since commit 23d2eaf9d283cae47e52d1151f0d4ad53bbbe8a0: Tom Zanussi (1):

Re: [OE-core] [PATCH 0/1] ncurses: refactor configure to avoid configuring widec when disabled

2011-11-10 Thread Saul Wold
On 11/08/2011 11:08 AM, Darren Hart wrote: The following changes since commit e5226b1e44052b2fe5370f4922397a1d68985aaf: clutter-1.8: add bbappend for new clutter-1.8 recipe (2011-11-08 17:53:18 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/tin

Re: [OE-core] [PATCH] libxml2: use Copyright in LIC_FILES_CHKSUM instead of COPYING

2011-11-10 Thread Saul Wold
On 11/08/2011 06:22 AM, Martin Jansa wrote: * COPYING is replaced by symlink to Copyright during do_configure (see configure.in), then we end with link to nonexistent file * same issue as libxslt had http://patchwork.openembedded.org/patch/14195/ Signed-off-by: Martin Jansa --- meta/recipes

Re: [OE-core] [PATCH v2] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-10 Thread Saul Wold
On 11/04/2011 02:25 PM, Matthew McClintock wrote: Just define additional serial consoles like so: SERIAL_CONSOLES="115200;ttyS0 115200;ttyS1 ... 115200;ttySN" Also be sure to remove SERIAL_CONSOLE (lacking the S) from your machine as they can conflict. Signed-off-by: Matthew McClintock --- v2:

Re: [OE-core] [PATCH v3] xinit: Fix `startx` looking for `mcookie` in sysroot

2011-11-10 Thread Saul Wold
On 11/09/2011 12:59 AM, Paul Menzel wrote: Date: Tue, 8 Nov 2011 13:00:32 +0100 `startx` run on a system based on the demo systemd image [1] and `opkg`-installed packages fails with the following error. /usr/bin/startx: line 139: /OE/tentacle/build/tmp-angstrom_2010_x/sysroots/x68_64-

Re: [OE-core] [PATCH 0/4] More useradd cleanups

2011-11-10 Thread Saul Wold
On 11/08/2011 06:56 PM, Scott Garman wrote: Hello, Richard pointed out that USERADDPN is no longer needed in useradd.bbclass. While removing that, I noticed that I was actually injecting the user/group preinst script into *all* packages whose recipe inherits useradd. That's not what we want, and

[OE-core] [PATCH 1/1] dhcp: generate initial leases files for server

2011-11-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-connectivity/dhcp/dhcp.inc |9 - meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb |2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.i

[OE-core] [PATCH 0/1] dhcp fixes

2011-11-10 Thread Otavio Salvador
The following changes since commit 4c4498c38232a832bdbfadf54d2e1bf4bc34b171: bitbake.conf: Unload pseudo when its not required for a given task (2011-11-10 12:07:29 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core

Re: [OE-core] [PATCH] hicolor-icon-theme 0.12: add BBCLASSEXTEND=native for xfce tools

2011-11-10 Thread Koen Kooi
Op 10 nov. 2011, om 14:20 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-11-10 at 13:44 +0100, Koen Kooi wrote: >> Signed-off-by: Koen Kooi >> --- >> .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb |2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git

Re: [OE-core] [PATCH] hicolor-icon-theme 0.12: add BBCLASSEXTEND=native for xfce tools

2011-11-10 Thread Richard Purdie
On Thu, 2011-11-10 at 13:44 +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb > b/meta/reci

Re: [OE-core] [PATCH] Introduce biarch DISTRO_FEATURE

2011-11-10 Thread Julian Pidancet
On 11/08/11 20:29, Richard Purdie wrote: > > I'm left wondering how useful the resulting compiler is to most users. > In most cases a user would expect full libc support and hence this is > likely to confuse them. I do appreciate people do have usecases for a > compiler that can handle the other b

[OE-core] [PATCH] hicolor-icon-theme 0.12: add BBCLASSEXTEND=native for xfce tools

2011-11-10 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb |2 ++ 1 files changed, 2 insertions(+), 0 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 759c

Re: [OE-core] [PATCH 0/3] Switch to upstream GConf

2011-11-10 Thread Richard Purdie
On Tue, 2011-11-08 at 16:53 -0800, Joshua Lock wrote: > This series' primary goal is to switch us from gconf-dbus to the upstream > GConf, where the D-Bus backend is now maintained. > > To ease recipe writing I also pulled in and cleaned up the GNOME related > classes from meta-openembedded. > >

Re: [OE-core] [PATCH 0/2] RPM/upgrade fixes

2011-11-10 Thread Richard Purdie
On Wed, 2011-11-09 at 12:05 +, Paul Eggleton wrote: > This is the fix for the problem Anders reported on the Yocto mailing > list (now filed as Yocto bug #1760). I've checked through usage of > postrm/prerm in oe-core and meta-oe and it looks OK to me, but it > would help for others to double-c

Re: [OE-core] [CONSOLIDATED PULL (v2) 00/33] Loads of Change!

2011-11-10 Thread Richard Purdie
On Wed, 2011-11-09 at 23:42 -0800, Saul Wold wrote: > Richard, > > This set of changes is currently being built on the Autobuilder > along with some change I dropped for this request. Based on the > initial builds, I believe that most of these changes are correct > and buildable. > > I an attempt

Re: [OE-core] [PATCH 2/2] busybox: add grep to temporary links during uninstall

2011-11-10 Thread Paul Eggleton
On Wednesday 09 November 2011 20:28:07 Paul Menzel wrote: > Should it be sorted? Possibly, but that ought to be done in a separate patch. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ___ Openembedded-core mailing list Openembedd