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

2011-11-09 Thread Saul Wold
On 11/08/2011 04:58 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:

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

2011-11-09 Thread Saul Wold
On 11/08/2011 11:08 AM, Darren Hart wrote: The ENABLE_WIDEC variable can be used to disable ncurses wide character support when your C library doesn't support it. Currently, the do_configure step configures for both narrow and wide characters regardless and only checks ENABLE_WIDEC during

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

2011-11-09 Thread Paul Menzel
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-linux/usr/bin/mcookie: No such file or

[OE-core] [PATCH] udev-extraconf: blacklist /dev/md

2011-11-09 Thread Saul Wold
Do not mount /dev/md by default via udev, this resolved a problem with the sanity test failing due to seeing the error while attempting to mount /dev/md0 Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/udev/files/mount.blacklist |1 +

[OE-core] [CONSOLIDATED PULL 2/5] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-09 Thread Saul Wold
From: Matthew McClintock m...@freescale.com 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

[OE-core] [CONSOLIDATED PULL 5/5] udev-extraconf: blacklist /dev/md

2011-11-09 Thread Saul Wold
Do not mount /dev/md by default via udev, this resolved a problem with the sanity test failing due to seeing the error while attempting to mount /dev/md0 Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/udev/files/mount.blacklist |1 +

[OE-core] [CONSOLIDATED PULL 3/5] libarchive: Remove obsolete comment and empty line at the end

2011-11-09 Thread Saul Wold
From: Paul Menzel paulepan...@users.sourceforge.net This is a fix up for commit fb19df5b21e551c5dfdfa340438952560c5fa528 Author: Xiaofeng Yan xiaofeng@windriver.com Date: Mon Nov 7 20:03:53 2011 +0800 libarchive: update to 2.8.5 Remove

[OE-core] [CONSOLIDATED PULL 0/5] Various Fixes

2011-11-09 Thread Saul Wold
Minor clean-up patches. I added a PR bump to the udev-extraconf recipe for the /dev/md issue. Sau! The following changes since commit 25fae81538a92e15eab3fc169ebce44505f67839: python: skip setup.py 'import check' when cross-compiling (2011-11-08 21:44:23 +) are available in the git

[OE-core] [CONSOLIDATED PULL 4/5] Distro_tracking: Update Manual Check Date

2011-11-09 Thread Saul Wold
Checked the following Upstreams: apt libaio sysstat unzip zip linexif boost libcheck ncurses sysfsutils util-linux - Offline lsb eds-tools libmad lame glew squashfs-tools Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 94

[OE-core] [CONSOLIDATED PULL 1/5] local.conf.sample.extended: Fix bug 1674

2011-11-09 Thread Saul Wold
From: Xiaofeng Yan xiaofeng@windriver.com [YOCTO #1674] local.conf.sample.extended: An image based on gtk+-directfb don't need x11 for DEFAULT_FEATURES Remove x11 from DEFAULT_FEATURES and add directfb to it because someone could don't need x11 in their project, perhaps gtk over directfb

Re: [OE-core] [PATCH 2/3] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Koen Kooi
Op 9 nov. 2011, om 01:53 heeft Joshua Lock het volgende geschreven: This patch pulls in the gnome related classes from oe-core which adds extra packaging rules and functionality whilst modularising things so that one can get a subset of gnome functionality without adding a lot of extra

Re: [OE-core] openssl 1.0?

2011-11-09 Thread Koen Kooi
Op 9 nov. 2011, om 03:02 heeft Scott Garman het volgende geschreven: Hello, I wanted to get some feedback from the community about OpenSSL 1.0. We currently only support 0.9.8 in oe-core. Specifically: should we add openssl 1.0 to oe-core, and should the rest of our recipes build against

Re: [OE-core] [PATCH 2/3] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Richard Purdie
On Wed, 2011-11-09 at 10:27 +0100, Koen Kooi wrote: Op 9 nov. 2011, om 01:53 heeft Joshua Lock het volgende geschreven: This patch pulls in the gnome related classes from oe-core which adds extra packaging rules and functionality whilst modularising things so that one can get a subset of

Re: [OE-core] [CONSOLIDATED PULL 17/17] python: skip setup.py 'import check' when cross-compiling

2011-11-09 Thread Koen Kooi
Missing PR bump! Op 8 nov. 2011, om 20:22 heeft Saul Wold het volgende geschreven: From: Tom Zanussi tom.zanu...@intel.com build_extension() in setup.py, as part of the build process, does an 'import check' on the built extension. The import check in turn dlopen()'s the shared library

Re: [OE-core] openssl 1.0?

2011-11-09 Thread Martin Jansa
On Wed, Nov 09, 2011 at 10:28:21AM +0100, Koen Kooi wrote: Op 9 nov. 2011, om 03:02 heeft Scott Garman het volgende geschreven: Hello, I wanted to get some feedback from the community about OpenSSL 1.0. We currently only support 0.9.8 in oe-core. Specifically: should we add

Re: [OE-core] [PATCH 2/3] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Koen Kooi
Op 9 nov. 2011, om 10:37 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-09 at 10:27 +0100, Koen Kooi wrote: Op 9 nov. 2011, om 01:53 heeft Joshua Lock het volgende geschreven: This patch pulls in the gnome related classes from oe-core which adds extra packaging rules and

Re: [OE-core] BB_SIGNATURE_HANDLER = basichash unusable strict?

2011-11-09 Thread Richard Purdie
On Tue, 2011-11-08 at 15:37 +0100, Martin Jansa wrote: Today I've started build from scratch and dediced to give basichash a try (as it is supposed to become default IIRC): So after cleaning tmpdir, sstate cache, pseudo I've started clean build.. 1) bitbake -k gcc-cross | tee -a

Re: [OE-core] [PATCH 2/3] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Richard Purdie
On Wed, 2011-11-09 at 11:27 +0100, Koen Kooi wrote: Op 9 nov. 2011, om 10:37 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-09 at 10:27 +0100, Koen Kooi wrote: Op 9 nov. 2011, om 01:53 heeft Joshua Lock het volgende geschreven: This patch pulls in the gnome related

Re: [OE-core] [PATCH 2/3] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Koen Kooi
Op 9 nov. 2011, om 11:35 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-09 at 11:27 +0100, Koen Kooi wrote: Op 9 nov. 2011, om 10:37 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-09 at 10:27 +0100, Koen Kooi wrote: Op 9 nov. 2011, om 01:53 heeft Joshua Lock

Re: [OE-core] [PATCH] qt-mobility: qa_configure stage failed

2011-11-09 Thread Dmitry Cherukhin
Saul, Even with this patch, I am still seeing Host Contamination issue with all the QtMobility recipes. I performed git pull and then rebuilt all packages. Both qt-mobility recipes built successfully. Do you mean that your build is still failed, or the build is not failed but there are some

Re: [OE-core] BB_SIGNATURE_HANDLER = basichash unusable strict?

2011-11-09 Thread Martin Jansa
On Wed, Nov 09, 2011 at 10:32:18AM +, Richard Purdie wrote: On Tue, 2011-11-08 at 15:37 +0100, Martin Jansa wrote: Today I've started build from scratch and dediced to give basichash a try (as it is supposed to become default IIRC): So after cleaning tmpdir, sstate cache, pseudo

[OE-core] bb.data.*Var - d.*Var conversion

2011-11-09 Thread Richard Purdie
I'm tempted to run the following over the metata to convert the bb.data.*Var(...,d) and similar expressions to the form d.*Var(...). Why? We get a lot of people doing copy, paste and edit of the code and this way, we'll increase the chances of them finding better examples. I'm still looking at

Re: [OE-core] [PATCH 0/1] [Yocto Bug 1700] Fix for buildstats diskio on non physical disks

2011-11-09 Thread Wolfram Stering
On 11/08/2011 04:57 PM, Flanagan, Elizabeth wrote: On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering wolfram.ster...@hale.at wrote: On 11/08/2011 03:12 PM, Richard Purdie wrote: On Tue, 2011-11-08 at 11:15 +0100, Wolfram Stering wrote: On 11/02/2011 07:41 AM, Beth Flanagan wrote: From:

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

2011-11-09 Thread Paul Eggleton
In the busybox package prerm we set up some temporary links and modify PATH so that certain utilities are provided for the purpose of running update-alternatives; if grep is not among these then you get errors when removing busybox, so add a temporary link for grep as well. Signed-off-by: Paul

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

2011-11-09 Thread Paul Eggleton
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-check it. I considered whether or not it would be worth

[OE-core] [PATCH 1/2] classes/package_rpm: disable uninstall scripts for upgrades

2011-11-09 Thread Paul Eggleton
Our current assumption (based on the behaviour of opkg) when writing recipes is that prerm and postrm do not get called during an upgrade. When using rpm however, these are mapped to the rpm preun and postun events which occur after postinst for upgrades, and when these contain removal type

Re: [OE-core] BB_SIGNATURE_HANDLER = basichash unusable strict?

2011-11-09 Thread Richard Purdie
On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote: I have talked with kergoth on IRC yesterday and he had very nice remark: 16:40:50 kergoth_ JaMa: heh, the biggest weakness of the sstate signature bits, in my opinion, is that it only tracks inputs, not outputs. If task A depends on B,

Re: [OE-core] [PATCH 0/1] [Yocto Bug 1700] Fix for buildstats diskio on non physical disks

2011-11-09 Thread Koen Kooi
Op 8 nov. 2011, om 16:57 heeft Flanagan, Elizabeth het volgende geschreven: On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering wolfram.ster...@hale.at wrote: On 11/08/2011 03:12 PM, Richard Purdie wrote: On Tue, 2011-11-08 at 11:15 +0100, Wolfram Stering wrote: On 11/02/2011 07:41 AM, Beth

Re: [OE-core] BB_SIGNATURE_HANDLER = basichash unusable strict?

2011-11-09 Thread Martin Jansa
On Wed, Nov 09, 2011 at 12:06:23PM +, Richard Purdie wrote: On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote: I have talked with kergoth on IRC yesterday and he had very nice remark: 16:40:50 kergoth_ JaMa: heh, the biggest weakness of the sstate signature bits, in my opinion,

[OE-core] invalid recipe or a bug in bitbake?

2011-11-09 Thread Sergey 'Jin' Bostandzhyan
Hi, I was trying to buld a simple native-only recipe and ran into a strange problem that can be triggered using theattached test recipe. The actual problem is that do_populate_sysroot fails, although I do not do anything in regard to that in my recipe, I only have a custom do_install. I do not

Re: [OE-core] [CONSOLIDATED PULL 17/17] python: skip setup.py 'import check' when cross-compiling

2011-11-09 Thread Tom Zanussi
On Wed, 2011-11-09 at 02:34 -0800, Cui, Dexuan wrote: How I wish I could notice the patch this morning so I could save 1 day! ??? Can you please explain what you mean? Anyway, thanks TomZ for the patch! :-) You're welcome, I guess! Tom Thanks, -- Dexuan -Original

Re: [OE-core] BB_SIGNATURE_HANDLER = basichash unusable strict?

2011-11-09 Thread Richard Purdie
On Wed, 2011-11-09 at 13:45 +0100, Martin Jansa wrote: On Wed, Nov 09, 2011 at 12:06:23PM +, Richard Purdie wrote: On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote: I have talked with kergoth on IRC yesterday and he had very nice remark: 16:40:50 kergoth_ JaMa: heh, the

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

2011-11-09 Thread Darren Hart
On 11/09/2011 12:33 AM, Saul Wold wrote: On 11/08/2011 11:08 AM, Darren Hart wrote: The ENABLE_WIDEC variable can be used to disable ncurses wide character support when your C library doesn't support it. Currently, the do_configure step configures for both narrow and wide characters

Re: [OE-core] BB_SIGNATURE_HANDLER = basichash unusable strict?

2011-11-09 Thread Martin Jansa
On Wed, Nov 09, 2011 at 02:13:06PM +, Richard Purdie wrote: On Wed, 2011-11-09 at 13:45 +0100, Martin Jansa wrote: On Wed, Nov 09, 2011 at 12:06:23PM +, Richard Purdie wrote: On Wed, 2011-11-09 at 12:51 +0100, Martin Jansa wrote: I have talked with kergoth on IRC yesterday and he

Re: [OE-core] bb.data.*Var - d.*Var conversion

2011-11-09 Thread Darren Hart
Hi Richard, On 11/09/2011 03:52 AM, Richard Purdie wrote: I'm tempted to run the following over the metata to convert the bb.data.*Var(...,d) and similar expressions to the form d.*Var(...). Oh yes please! Why? We get a lot of people doing copy, paste and edit of the code and this way,

[OE-core] [PATCH 1/1] python: bump PR

2011-11-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Commit 23d2eaf9 ('skip setup.py 'import check' when cross-compiling') neglected bumping the PR, this adds it. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/recipes-devtools/python/python_2.7.2.bb |2 +- 1 files changed, 1 insertions(+), 1

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

2011-11-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com 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): python: skip setup.py 'import

Re: [OE-core] [PATCH 3/3] gconf: add upstream GNOME gconf 3.2.3 and drop gconf-dbus

2011-11-09 Thread Richard Purdie
On Tue, 2011-11-08 at 16:53 -0800, Joshua Lock wrote: The D-Bus backend has been integrated into upstream GConf so we can switch to upstream and drop gconf-dbus. I've gone for a release in the 3.2 series as we disable Gtk+, and therefore are not impacted by the gtk+3 changes, and the D-Bus

Re: [OE-core] bb.data.*Var - d.*Var conversion

2011-11-09 Thread Chris Larson
On Wed, Nov 9, 2011 at 7:59 AM, Darren Hart dvh...@linux.intel.com wrote: Hi Richard, On 11/09/2011 03:52 AM, Richard Purdie wrote: I'm tempted to run the following over the metata to convert the bb.data.*Var(...,d) and similar expressions to the form d.*Var(...). Oh yes please! Why? We

Re: [OE-core] invalid recipe or a bug in bitbake?

2011-11-09 Thread Sergey 'Jin' Bostandzhyan
One small addition: I tried removing inherit native from my test-recipe and added: BBCLASSEXTEND = native bitbake native-test did build without problems. However, bitbake native-test-native aborted with exactly the same issue, as I described in my previous mail. I hope this detail helps in

Re: [OE-core] [oe-core 1/6] libsdl: enable cdrom, alsa and tslib, disable rpath and add few fixes from meta-oe

2011-11-09 Thread Martin Jansa
On Tue, Nov 08, 2011 at 11:15:56AM -0800, Saul Wold wrote: On 11/07/2011 06:19 AM, Martin Jansa wrote: * virtual/libsdl is used in sdl.bbclass but nothing was providing it * rpath disabled because otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host (see

Re: [OE-core] invalid recipe or a bug in bitbake?

2011-11-09 Thread Sergey 'Jin' Bostandzhyan
Sorry for the spam, me again :P It seems that the trick is to use: ${D}/${includedir} in do_install(), then the error disappears. So as far as my issue is concerned, the problem is resolved now. Kind regards, Jin On Wed, Nov 09, 2011 at 04:38:41PM +0100, Sergey 'Jin' Bostandzhyan wrote:

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

2011-11-09 Thread Bruce Ashfield
Updating the meta branch SRCREV to pickup a series of BSP cleanups and add -rt support to the romely. ae3e64c meta/romley: Add rt support Add rt support to the meta branch for romley. 6c78969 meta/fishriver: enable hpet bc4452a meta/jasperforest: use power/intel feature 6e9634e

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

2011-11-09 Thread Bruce Ashfield
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, Bruce cc: Tom Zanussi tom.zanu...@intel.com cc:

Re: [OE-core] invalid recipe or a bug in bitbake?

2011-11-09 Thread Saul Wold
On 11/09/2011 05:04 AM, Sergey 'Jin' Bostandzhyan wrote: Hi, I was trying to buld a simple native-only recipe and ran into a strange problem that can be triggered using theattached test recipe. The actual problem is that do_populate_sysroot fails, although I do not do anything in regard to

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

2011-11-09 Thread Martin Jansa
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 +) are available in the git repository

[OE-core] [PATCHv2][oe-core 01/10] kbd: import from meta-oe

2011-11-09 Thread Martin Jansa
* replaces console-tools used in keymaps Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/kbd/kbd_1.15.2.bb | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-core/kbd/kbd_1.15.2.bb diff --git

[OE-core] [PATCHv2][oe-core 02/10] kbd: add RREPLACES/RCONFLICTS/RPROVIDES for upgradeable path from console-tools

2011-11-09 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/kbd/kbd_1.15.2.bb |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb index 36e68a0..2e0406b 100644 ---

[OE-core] [PATCHv2][oe-core 03/10] task-core-boot, keymaps: add another VIRTUAL-RUNTIME to allow distributions to use different set of initscripts or no initscripts at all

2011-11-09 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-bsp/keymaps/keymaps_1.0.bb |6 +- meta/recipes-core/tasks/task-core-boot.bb |6 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb

[OE-core] [PATCHv2][oe-core 04/10] keymaps: depend on kbd instead of console-tools

2011-11-09 Thread Martin Jansa
* nowadays kbd seems more active Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-bsp/keymaps/keymaps_1.0.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index

[OE-core] [PATCHv2][oe-core 05/10] task-core-x11: use VIRTUAL-RUNTIME variables for xserver_common and graphical_init_manager

2011-11-09 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-sato/tasks/task-core-x11.bb | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11.bb b/meta/recipes-sato/tasks/task-core-x11.bb index 26d550a..106bc0f 100644 ---

[OE-core] [PATCHv2][oe-core 06/10] libsdl: drop unused files

2011-11-09 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../libsdl/files/directfb_obsolete_calls.patch | 35 .../recipes-graphics/libsdl/files/extra-keys.patch | 55 2 files changed, 0 insertions(+), 90 deletions(-) delete mode 100644

[OE-core] [PATCHv2][oe-core 07/10] libsdl: rename files dir to libsdl-1.2.14 for faster lookup

2011-11-09 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../{files = libsdl-1.2.14}/configure_tweak.patch |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-graphics/libsdl/{files = libsdl-1.2.14}/configure_tweak.patch (100%) diff --git

[OE-core] [PATCHv2][oe-core 08/10] libsdl: enable cdrom, alsa and tslib, disable rpath and add few fixes from meta-oe

2011-11-09 Thread Martin Jansa
* virtual/libsdl is used in sdl.bbclass but nothing was providing it * rpath disabled because otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host (see OE-classic commit af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01) Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCHv2][oe-core 09/10] libsdl: enable alsa/opengl based on PACKAGECONFIG and respect DISTRO_FEATURES

2011-11-09 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index

[OE-core] [PATCHv2][oe-core 10/10] libsdl: replace tabs with spaces

2011-11-09 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index 2f49f16..b1b2137

Re: [OE-core] [PATCH 0/1] [Yocto Bug 1700] Fix for buildstats diskio on non physical disks

2011-11-09 Thread Flanagan, Elizabeth
On Wed, Nov 9, 2011 at 4:00 AM, Wolfram Stering wolfram.ster...@hale.at wrote: On 11/08/2011 04:57 PM, Flanagan, Elizabeth wrote: On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering wolfram.ster...@hale.at wrote: On 11/08/2011 03:12 PM, Richard Purdie wrote: On Tue, 2011-11-08 at 11:15 +0100,

Re: [OE-core] [PATCH 0/1] [Yocto Bug 1700] Fix for buildstats diskio on non physical disks

2011-11-09 Thread Flanagan, Elizabeth
On Wed, Nov 9, 2011 at 4:13 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 8 nov. 2011, om 16:57 heeft Flanagan, Elizabeth het volgende geschreven: On Tue, Nov 8, 2011 at 7:53 AM, Wolfram Stering wolfram.ster...@hale.at wrote: On 11/08/2011 03:12 PM, Richard Purdie wrote: On Tue,

Re: [OE-core] [PATCH 1/2] classes/package_rpm: disable uninstall scripts for upgrades

2011-11-09 Thread Mark Hatle
On 11/9/11 6:05 AM, Paul Eggleton wrote: Our current assumption (based on the behaviour of opkg) when writing recipes is that prerm and postrm do not get called during an upgrade. When using rpm however, these are mapped to the rpm preun and postun events which occur after postinst for

Re: [OE-core] [PATCH 2/3] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Joshua Lock
On 09/11/11 01:27, Koen Kooi wrote: Op 9 nov. 2011, om 01:53 heeft Joshua Lock het volgende geschreven: This patch pulls in the gnome related classes from oe-core which adds extra packaging rules and functionality whilst modularising things so that one can get a subset of gnome

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

2011-11-09 Thread Paul Menzel
Am Mittwoch, den 09.11.2011, 12:05 + schrieb Paul Eggleton: In the busybox package prerm we set up some temporary links and modify PATH so that certain utilities are provided for the purpose of running update-alternatives; if grep is not among these then you get errors when removing

Re: [OE-core] [PATCH 2/3] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Joshua Lock
On 09/11/11 03:18, Koen Kooi wrote: Op 9 nov. 2011, om 11:35 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-09 at 11:27 +0100, Koen Kooi wrote: Op 9 nov. 2011, om 10:37 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-09 at 10:27 +0100, Koen Kooi wrote: Op 9

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

2011-11-09 Thread Andreas Müller
On Saturday, October 29, 2011 12:33:46 AM Andreas Müller wrote: 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

[OE-core] systemd packages - image

2011-11-09 Thread Andreas Müller
Hi, Imagine a recipe is included into an image by a task and later gets systemd- native support. How about forcing the packages in SYSTEMD_PACKAGES packed into images in case IMAGE_INIT_MANAGER = systemd is found in the image definition? Andreas

Re: [OE-core] systemd packages - image

2011-11-09 Thread Andreas Müller
On Wednesday, November 09, 2011 11:15:30 PM Andreas Müller wrote: Hi, Imagine a recipe is included into an image by a task and later gets systemd- native support. How about forcing the packages in SYSTEMD_PACKAGES packed into images in case IMAGE_INIT_MANAGER = systemd is found in

[OE-core] user and group default policies

2011-11-09 Thread Mark Hatle
With shadow-utils enabled, a default user and group add policy is installed in /etc/default/adduser. This policy specifies that group 1000 is used when adding new users, unless you specify a group. Well, we don't have a user 1000 by default, which results in the warning: useradd: group '1000'

[OE-core] useradd: Add missing DEPEND on shadow

2011-11-09 Thread Richard Purdie
Without this rootfs generation fails as an RDEPENDS is added but the package might not have bneen built. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 8cd7f4f..7faf1a7 100644 ---

Re: [OE-core] bb.data.*Var - d.*Var conversion

2011-11-09 Thread Richard Purdie
On Wed, 2011-11-09 at 08:24 -0700, Chris Larson wrote: On Wed, Nov 9, 2011 at 7:59 AM, Darren Hart dvh...@linux.intel.com wrote: Hi Richard, On 11/09/2011 03:52 AM, Richard Purdie wrote: I'm tempted to run the following over the metata to convert the bb.data.*Var(...,d) and similar

Re: [OE-core] bb.data.*Var - d.*Var conversion

2011-11-09 Thread Richard Purdie
On Wed, 2011-11-09 at 11:52 +, Richard Purdie wrote: I'm tempted to run the following over the metata to convert the bb.data.*Var(...,d) and similar expressions to the form d.*Var(...). Why? We get a lot of people doing copy, paste and edit of the code and this way, we'll increase the

Re: [OE-core] [CONSOLIDATED PULL 17/17] python: skip setup.py 'import check' when cross-compiling

2011-11-09 Thread Tom Zanussi
On Wed, 2011-11-09 at 16:57 -0800, Cui, Dexuan wrote: Zanussi, Tom wrote on 2011-11-09: On Wed, 2011-11-09 at 02:34 -0800, Cui, Dexuan wrote: How I wish I could notice the patch this morning so I could save 1 day! ??? Can you please explain what you mean? I meant I spent 1 day on

Re: [OE-core] [CONSOLIDATED PULL 17/17] python: skip setup.py 'import check' when cross-compiling

2011-11-09 Thread Cui, Dexuan
Zanussi, Tom wrote on 2011-11-10: On Wed, 2011-11-09 at 16:57 -0800, Cui, Dexuan wrote: Zanussi, Tom wrote on 2011-11-09: On Wed, 2011-11-09 at 02:34 -0800, Cui, Dexuan wrote: How I wish I could notice the patch this morning so I could save 1 day! ??? Can you please explain what you mean?

[OE-core] [PATCH 3/7] task-core-clutter: use clutter-1.8

2011-11-09 Thread Joshua Lock
Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-graphics/tasks/task-core-clutter.bb |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/tasks/task-core-clutter.bb b/meta/recipes-graphics/tasks/task-core-clutter.bb index

[OE-core] [PATCH 0/7] Tidy Clutter recipes

2011-11-09 Thread Joshua Lock
This series tidies up the Clutter recipes by dropping the -1.6 recipes, as Clutter 1.8 is API/ABI compatible with 1.6. I added a PROVIDES += clutter-1.6 to the clutter-1.8 recipe to ease the pain for layers using Clutter but I'm not wed to the idea - RFC? Further the clutter-box2d recipe doesn't

[OE-core] [PATCH 1/7] mutter: switch to clutter-1.8 to satisfy dependency

2011-11-09 Thread Joshua Lock
It's API and ABI compatible with 1.6 so just update the DEPENDS entry. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-graphics/mutter/mutter.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/mutter/mutter.inc

[OE-core] [PATCH 2/7] multilib.conf: update clutter

2011-11-09 Thread Joshua Lock
Add clutter-1.8 recipes Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/conf/multilib.conf |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 5e4b435..53c0bbb 100644 --- a/meta/conf/multilib.conf +++

[OE-core] [PATCH 4/7] distro-tracking-fields: add entries for clutter-1.8 recipes

2011-11-09 Thread Joshua Lock
Signed-off-by: Joshua Lock j...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 36 1 files changed, 22 insertions(+), 14 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc

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

2011-11-09 Thread Joshua Lock
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 j...@linux.intel.com ---

[OE-core] [PATCH 7/7] multilibs: remove clutter-1.6 recipes

2011-11-09 Thread Joshua Lock
Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/conf/multilib.conf |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 53c0bbb..6cbac8c 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@

[OE-core] [PATCH 6/7] clutter: PROVIDES clutter-1.6

2011-11-09 Thread Joshua Lock
Since the two are API/ABI compatible and this may make things easier for external layers using clutter. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL (v2) 02/33] libxml2: use Copyright in LIC_FILES_CHKSUM instead of COPYING

2011-11-09 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com * 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

[OE-core] [CONSOLIDATED PULL (v2) 01/33] local.conf.sample.extended: Fix bug 1674

2011-11-09 Thread Saul Wold
From: Xiaofeng Yan xiaofeng@windriver.com [YOCTO #1674] local.conf.sample.extended: An image based on gtk+-directfb don't need x11 for DEFAULT_FEATURES Remove x11 from DEFAULT_FEATURES and add directfb to it because someone could don't need x11 in their project, perhaps gtk over directfb

[OE-core] [CONSOLIDATED PULL (v2) 03/33] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-09 Thread Saul Wold
From: Matthew McClintock m...@freescale.com 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

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

2011-11-09 Thread Saul Wold
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 to clear the decks and move things forward I am suggesting we take

[OE-core] [CONSOLIDATED PULL (v2) 04/33] libarchive: Remove obsolete comment and empty line at the end

2011-11-09 Thread Saul Wold
From: Paul Menzel paulepan...@users.sourceforge.net This is a fix up for commit fb19df5b21e551c5dfdfa340438952560c5fa528 Author: Xiaofeng Yan xiaofeng@windriver.com Date: Mon Nov 7 20:03:53 2011 +0800 libarchive: update to 2.8.5 Remove

[OE-core] [CONSOLIDATED PULL (v2) 06/33] libtasn1: update to 2.10

2011-11-09 Thread Saul Wold
COPYING.LIB has white space formating changing README has Copyright update to year range Signed-off-by: Saul Wold s...@linux.intel.com --- .../gnutls/{libtasn1_2.9.bb = libtasn1_2.10.bb} |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) rename

[OE-core] [CONSOLIDATED PULL (v2) 09/33] lame: update to 3.99.1

2011-11-09 Thread Saul Wold
Updated lame.h checksum due to change of LGPL Lessor - Library Signed-off-by: Saul Wold s...@linux.intel.com --- .../lame/{lame-3.98.4 = lame}/no-gtk1.patch |0 .../lame/{lame_3.98.4.bb = lame_3.99.1.bb}|6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [CONSOLIDATED PULL (v2) 08/33] python: bump PR

2011-11-09 Thread Saul Wold
From: Tom Zanussi tom.zanu...@intel.com Commit 23d2eaf9 ('skip setup.py 'import check' when cross-compiling') neglected bumping the PR, this adds it. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/recipes-devtools/python/python_2.7.2.bb |2 +- 1 files changed, 1 insertions(+), 1

[OE-core] [CONSOLIDATED PULL (v2) 05/33] Distro_tracking: Update Manual Check Date

2011-11-09 Thread Saul Wold
Checked the following Upstreams: apt libaio sysstat unzip zip linexif boost libcheck ncurses sysfsutils util-linux - Offline lsb eds-tools libmad lame glew squashfs-tools Signed-off-by: Saul Wold s...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 94

[OE-core] [CONSOLIDATED PULL (v2) 23/33] useradd.bbclass: only modify packages in USERADD_PACKAGES

2011-11-09 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Previously we injected the user/group preinstall script into all output packages. This fixes that so that only packages listed in USERADD_PACKAGES get modified. It also removes the USERADDPN variable, which is no longer needed. Signed-off-by: Scott

[OE-core] [CONSOLIDATED PULL (v2) 16/33] busybox: add grep to temporary links during uninstall

2011-11-09 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com In the busybox package prerm we set up some temporary links and modify PATH so that certain utilities are provided for the purpose of running update-alternatives; if grep is not among these then you get errors when removing busybox, so add a

[OE-core] [CONSOLIDATED PULL (v2) 24/33] useradd.bbclass: do not modify -nativesdk packages

2011-11-09 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Exclude the addition of user/group code and RDEPENDS changes for -nativesdk packages. Signed-off-by: Scott Garman scott.a.gar...@intel.com --- meta/classes/useradd.bbclass |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL (v2) 21/33] gconf: add upstream GNOME gconf 3.2.3 and drop gconf-dbus

2011-11-09 Thread Saul Wold
From: Joshua Lock j...@linux.intel.com The D-Bus backend has been integrated into upstream GConf so we can switch to upstream and drop gconf-dbus. I've gone for a release in the 3.2 series as we disable Gtk+, and therefore are not impacted by the gtk+3 changes, and the D-Bus backend was unstable

[OE-core] [CONSOLIDATED PULL (v2) 28/33] bitbake.conf: Unload pseudo when its not required for a given task

2011-11-09 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org This yields a small performance boost due to the lack of the preload overhead on each task execution. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/bitbake.conf |1 + 1 files changed, 1 insertions(+), 0

[OE-core] [CONSOLIDATED PULL (v2) 20/33] classes/[gnome|gnomebase|mime]: enhance gnome related classes

2011-11-09 Thread Saul Wold
From: Joshua Lock j...@linux.intel.com This patch pulls in the gnome related classes from oe-core which adds extra packaging rules and functionality whilst modularising things so that one can get a subset of gnome functionality without adding a lot of extra dependencies. These aren't an exact

[OE-core] [CONSOLIDATED PULL (v2) 25/33] useradd-example.bb: update example documentation comments

2011-11-09 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Clarify that only packages listed in USERADD_PACKAGES will include the user/group creation code. Signed-off-by: Scott Garman scott.a.gar...@intel.com --- .../recipes-skeleton/useradd/useradd-example.bb|9 - 1 files changed, 4

[OE-core] [CONSOLIDATED PULL (v2) 33/33] useradd: Add missing DEPEND on shadow

2011-11-09 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org Without this rootfs generation fails as an RDEPENDS is added but the package might not have bneen built. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/useradd.bbclass |2 +- 1 files changed, 1

[OE-core] [CONSOLIDATED PULL (v2) 30/33] classes: Remove various bashisms

2011-11-09 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/image-prelink.bbclass |2 +- meta/classes/kernel.bbclass|2 +- meta/classes/package_rpm.bbclass | 18 +- 3 files changed,

[OE-core] [CONSOLIDATED PULL (v2) 31/33] Allow use of dash as /bin/sh

2011-11-09 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org We've had the check for dash as /bin/sh for a long time. Dash has been around long enough now that most major issues have been identified and fixed from build perspective. This patch fixes a bashism in the openjade-native recipe. It also

[OE-core] [CONSOLIDATED PULL (v2) 29/33] scripts/qemuimage-testlib: Output a slightly better error if expect is missing

2011-11-09 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- scripts/qemuimage-testlib | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib

[OE-core] [CONSOLIDATED PULL (v2) 26/33] avahi: remove USERADDPN

2011-11-09 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com USERADDPN is no longer used; remove it. Signed-off-by: Scott Garman scott.a.gar...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

  1   2   >