[OE-core] [PATCH 1/1] libx11-trim: Change checksum

2011-11-30 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Correct checksum because checksum error for libx11-trim arise when compiling. Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- .../recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Koen Kooi
This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or directory) Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

[OE-core] [PATCH v3 0/1] busybox: update to 1.19.3

2011-11-30 Thread Anders Darander
This updates busybox to the latest stable, 1.19.3. Among other things, there should be rudimentary support in syslogd for systemd, by enabling CONFIG_FEATURE_SYSTEMD. It has been tested and verified on qemux86 and on our local arm-based system. However, the patch

[OE-core] [PATCH v3 1/1] busybox: update to 1.19.3

2011-11-30 Thread Anders Darander
The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Adds one upstream patch to 1.19.3. Signed-off-by: Anders Darander and...@chargestorm.se --- .../B921600.patch |0 .../busybox-1.19.3/busybox-1.19.3-getty.patch | 17 ++

[OE-core] [PATCH v2 1/5] gnu-config: Extend to provide nativesdk recipe

2011-11-30 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com We need to provide autoconf-natviesdk in meta-toolchain, the gnu-config-nativesdk is required by it. Signed-off-by: Wenzong Fan wenzong@windriver.com --- .../gnu-config/gnu-config_2011.bb |4 ++-- 1 files changed, 2

[OE-core] [PATCH v2 0/5] add autotools nativesdk to meta-toolchain

2011-11-30 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com v2 updates: 1) Extend m4 recipe with 'BBCLASSEXTEND=nativesdk' instead of add new *-nativesdk.bb files; 2) Add more comments to the commit messages. [yocto #1603] Add automake-nativesdk and autoconf-nativesdk into meta-toolchain to help users process

[OE-core] [PATCH v2 4/5] autoconf: Extend to provide nativesdk recipe

2011-11-30 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com As the same reason with automake, extend autoconf to provide nativesdk recipe too. This patch was only used for autoconf that running on target: * path_prog_fixes.patch: replace '@PERL@' with '@bindir@/env perl' It's unavailable for

[OE-core] [PATCH v2 3/5] automake: Extend to provide nativesdk recipe

2011-11-30 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com We will provide autotools nativesdk in meta-tookchain for reconfigure any autotools supported projects, as a part of the plan we should extend their recipes first. Signed-off-by: Wenzong Fan wenzong@windriver.com ---

[OE-core] [PATCH v2 5/5] task-sdk-host-nativesdk: add autotools nativesdk to meta-toolchain

2011-11-30 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Add automake-nativesdk and autoconf-nativesdk to meta-toolchain for fixing the configure issue: WARNING: unrecognized options: --with-libtool-sysroot This will allow user to run 'autoreconf' under their projects and process the libtool m4 macros

[OE-core] [PATCH 0/2] xserver-kdrive: update to 1.11.1.902

2011-11-30 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Some changes during updating this package. 1 Change keyboard drive mode of start X from keyboard to evdev. 2 Comment some obsolete patches I didn't remove patches commented by #. If this new vesion is stable after using or testing. I will remove

Re: [OE-core] [PATCH 2/2] xserver-kdrive: update to 1.11.1.902

2011-11-30 Thread Martin Jansa
On Wed, Nov 30, 2011 at 06:33:20PM +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com I didn't remove the old one because it is possible for the new version to \ have some bugs during using or testing. Just curious why this version exactly? There is 1.11.2 release

Re: [OE-core] [PATCH 1/2] x11-common: Change drive mode of Xfbdev when xserver using framebuffer

2011-11-30 Thread Koen Kooi
Op 30 nov. 2011, om 11:33 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan xiaofeng@windriver.com The previous mode of starting X is as follow: $Xfbdev :0 -keybd keyboard -mouse tslib This mode cause that some keys can't be mapped rightly. \ for example Down have the

[OE-core] Adding kernel patches using git am?

2011-11-30 Thread Ulf Samuelsson
Is there a reason for using patch instead of git am on let's say the kernel. If I want to do some modification, of the kernel, I can like Graeme description at http://www.slimlogic.co.uk/2011/05/openembeddedangstrom-kernel-workflow/ do bitbake -c configure virtual/kernel and then have an

Re: [OE-core] [PATCH 1/2] x11-common: Change drive mode of Xfbdev when xserver using framebuffer

2011-11-30 Thread Xiaofeng Yan
On 2011?11?30? 18:50, Koen Kooi wrote: Op 30 nov. 2011, om 11:33 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yanxiaofeng@windriver.com The previous mode of starting X is as follow: $Xfbdev :0 -keybd keyboard -mouse tslib This mode cause that some keys can't be mapped

Re: [OE-core] [PATCH 2/2] xserver-kdrive: update to 1.11.1.902

2011-11-30 Thread Xiaofeng Yan
On 2011年11月30日 18:44, Martin Jansa wrote: On Wed, Nov 30, 2011 at 06:33:20PM +0800, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com I didn't remove the old one because it is possible for the new version to \ have some bugs during using or testing. Just curious why this

Re: [OE-core] [PATCH] Alter order of file systems tried by mount

2011-11-30 Thread Gary Thomas
On 2011-11-30 05:37, Stefan Schmidt wrote: Hello. On Wed, 2011-11-30 at 05:19, Gary Thomas wrote: The file /etc/filesystems is used by busybox 'mount' when attempting to mount a file system when the type is not specified. This change alters the order so that more capable systems are

[OE-core] [PATCH 5/8] libxcursor: upgrade from 1.1.11 to 1.1.12

2011-11-30 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../{libxcursor_1.1.11.bb = libxcursor_1.1.12.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.11.bb = libxcursor_1.1.12.bb} (79%) diff --git

[OE-core] [PATCH 0/8] [Dexuan]: upgrades for 7 recipes

2011-11-30 Thread Dexuan Cui
The following changes since commit 00d121aad3a4263bc0e3a004a3a479e6352e063d: clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 (2011-11-30 22:06:00 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/master

[OE-core] [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4

2011-11-30 Thread Dexuan Cui
updated LIC_FILES_CHKSUM: only Copyright holder change in COPYING -- no actual license change. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../{libxfont_1.4.3.bb = libxfont_1.4.4.bb} |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) rename

[OE-core] [PATCH 8/8] distro_tracking_fields.inc: update the info

2011-11-30 Thread Dexuan Cui
pixman libxrandr lzo libxfont libxcursor xcb-util inputproto liberation-fonts Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 66 ++- 1 files changed, 35 insertions(+), 31 deletions(-) diff --git

[OE-core] [PATCH 7/8] inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1

2011-11-30 Thread Dexuan Cui
The current latest version 2.1.99.2 is not stable: This branch contains protocol elements which have not yet been finalised., so we upgrade to 2.0.99.1 for now. Signed-off-by: Dexuan Cui dexuan@intel.com --- ...{inputproto_2.0.2.bb = inputproto_2.0.99.1.bb} |4 ++-- 1 files changed, 2

[OE-core] [PATCH] webkit-gtk svn: update to r101488

2011-11-30 Thread Koen Kooi
tested on beagleboard/angstrom with midori and epiphany browsers Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-sato/webkit/files/GNUmakefile.am | 37 ++- meta/recipes-sato/webkit/files/autogen.sh |1 - meta/recipes-sato/webkit/files/configure.ac | 395

Re: [OE-core] [PATCH 1/3] iproute2: Upgrade from 3.0.0 to 3.1.0

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 13:57 +0800, Mei Lei wrote: Signed-off-by: Mei Lei lei@intel.com --- .../configure-cross.patch |0 .../{iproute2_3.0.0.bb = iproute2_3.1.0.bb} |4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH 00/26] Various Package Updates

2011-11-30 Thread Koen Kooi
Op 30 nov. 2011, om 16:06 heeft Richard Purdie het volgende geschreven: On Tue, 2011-11-29 at 15:00 -0800, Saul Wold wrote: Saul Wold (26): wget: Update to 1.13.4 json-glib: Update to 0.14.2 libdrm: Update to 2.4.27 mkfontscale: Update to 1.0.9 xdpyinfo: Update to 1.3.0 xinit:

Re: [OE-core] [PATCH v2 0/5] add autotools nativesdk to meta-toolchain

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 16:45 +0800, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com v2 updates: 1) Extend m4 recipe with 'BBCLASSEXTEND=nativesdk' instead of add new *-nativesdk.bb files; 2) Add more comments to the commit messages. [yocto #1603] Add

Re: [OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 09:24 +0100, Koen Kooi wrote: This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or directory) Signed-off-by: Koen Kooi

Re: [OE-core] Adding kernel patches using git am?

2011-11-30 Thread Chris Larson
On Wed, Nov 30, 2011 at 3:35 AM, Ulf Samuelsson openembedded-c...@emagii.com wrote: Is there a reason for using patch instead of git am on let's say the kernel. If I want to do some modification, of the kernel, I can like Graeme description at

[OE-core] [Proof of concept] patch.bbclass: add incredibly naive 'git am' mode

2011-11-30 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/patch.bbclass |1 + meta/lib/oe/patch.py | 14 ++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index ac6c1ce..9f99e38 100644 ---

Re: [OE-core] [PATCH 00/11] Clutter tidy-up and fixes

2011-11-30 Thread Richard Purdie
On Tue, 2011-11-29 at 16:33 -0800, Joshua Lock wrote: All, This is the third attempt at this series. Since the v2 I've: * Squashed the distro_tracking_fields changes together (Note: I'm claiming I maintain clutter* now). * Fixed clutter-box2d by dropping the extremely old clutter-box2d-1.6

Re: [OE-core] [Proof of concept] patch.bbclass: add incredibly naive 'git am' mode

2011-11-30 Thread Mario Domenech Goulart
Hi, On Wed, 30 Nov 2011 16:43:04 +0100 Koen Kooi k...@dominion.thruhere.net wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/patch.bbclass |1 + meta/lib/oe/patch.py | 14 ++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git

Re: [OE-core] [PATCH] siggen.py: If both sigs have a variable in it's whitelist then don't say it's changed

2011-11-30 Thread McClintock Matthew-B29882
On Wed, Nov 30, 2011 at 1:55 AM, Matthew McClintock m...@freescale.com wrote: Some BB_HASHBASE_WHITELIST variables are in the lists of variable dependencies for signatures. Ignore those differences in lists since this difference does not matter Signed-off-by: Matthew McClintock

Re: [OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 09:24 +0100, Koen Kooi wrote: This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or directory) Signed-off-by: Koen Kooi

[OE-core] [PATCH 1/5] grub-efi-native: New recipe to build GRUB EFI images

2011-11-30 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com Add a recipe to build the GRUB efi images. This recipe is written as a native recipe as the resulting GRUB utils are required to assemble the final image. Rather than build a native and a target recipe (and increase build times), this recipe builds the

[OE-core] [PATCH 0/5] EFI live image support

2011-11-30 Thread Darren Hart
This series provides optional support for EFI boot for live images, both hddimg and ISO, on ia32 platforms. It creates a new grub-efi-native recipe to create the boot image. bootimg.bbclass has been refactored and syslinux support has been made optional. The new live images can be built as

[OE-core] [PATCH 3/5] bootimg: Pull syslinux specific bits into syslinux.bbclass

2011-11-30 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com Working towards a more generic bootimg.bbclass, pull out all syslinux specific bits and let syslinux.bbclass manage them directly. This introduces no functional changes to the images constructed and the behavior remains unchanged. Signed-off-by: Darren

[OE-core] [PATCH 5/5] bootimg: Allow for EFI-only boot images

2011-11-30 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com Condition building PCBIOS legacy images on MACHINE_FEATURES containing pcbios or not containing efi. This ensures existing BSPs will continue to get the old PCBIOS legacy-only images. New BSPs can add efi, pcbios, or both. The images created likewise

Re: [OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Koen Kooi
Op 30 nov. 2011, om 18:38 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-30 at 09:24 +0100, Koen Kooi wrote: This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file

Re: [OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Mark Hatle
On 11/30/11 11:38 AM, Richard Purdie wrote: On Wed, 2011-11-30 at 09:24 +0100, Koen Kooi wrote: This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or

Re: [OE-core] [PATCH 1/1] libx11-trim: Change checksum

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 15:55 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com Correct checksum because checksum error for libx11-trim arise when compiling. Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- .../recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb

Re: [OE-core] [PATCH] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 14:40 +0100, Koen Kooi wrote: Upstream has grown cmake support which would allow us to dump the OE autotools hack, but the cmakefile doesn't install the .pc file either and breaks with zlib-native Also remove unused site config file How did you determine this was

Re: [OE-core] [PATCH] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-11-30 Thread Koen Kooi
Op 30 nov. 2011, om 18:52 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-30 at 14:40 +0100, Koen Kooi wrote: Upstream has grown cmake support which would allow us to dump the OE autotools hack, but the cmakefile doesn't install the .pc file either and breaks with zlib-native

Re: [OE-core] [PATCH 17/26] gdbm: Update to 1.10

2011-11-30 Thread Koen Kooi
Op 30 nov. 2011, om 00:00 heeft Saul Wold het volgende geschreven: * This version is now GPLv3, so keep older version * The patches are not needed for this version Signed-off-by: Saul Wold s...@linux.intel.com This triggers: | * satisfy_dependencies_for: Cannot satisfy the following

[OE-core] [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x

2011-11-30 Thread Koen Kooi
SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well) Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-support/gdbm/gdbm_1.10.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 2/3] pulseaudio: bump PR for gdbm SOVERSION change

2011-11-30 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- This applies on top of the earlier pulseaudio patch set .../pulseaudio/pulseaudio_1.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_1.1.bb

Re: [OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 18:50 +0100, Koen Kooi wrote: Op 30 nov. 2011, om 18:38 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-30 at 09:24 +0100, Koen Kooi wrote: This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: **

Re: [OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Koen Kooi
Op 30 nov. 2011, om 21:19 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-30 at 18:50 +0100, Koen Kooi wrote: Op 30 nov. 2011, om 18:38 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-30 at 09:24 +0100, Koen Kooi wrote: This fixes startup issues like this:

Re: [OE-core] Build failure in samba

2011-11-30 Thread Denis 'GNUtoo' Carikli
Sorry for the late reply, I forgott to reply to that mail + ac_cv_path_PYTHON=/not/exist \ Thanks a lot for me that helped. Denis. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] OE Changelog for 2011-11-21 to 2011-11-28

2011-11-30 Thread cliff . brake
Changelog for 2011-11-21 to 2011-11-28. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCH v3] Introduce multiarch DISTRO_FEATURE

2011-11-30 Thread Saul Wold
On 11/29/2011 07:58 AM, Julian Pidancet wrote: On Tue, Nov 29, 2011 at 3:48 PM, Saul Wolds...@linux.intel.com wrote: Julian, Thanks for your patience, this is merged into OE-Core Thanks Sau! Saul, I believe you applied the wrong version of the patch. According to:

Re: [OE-core] [PATCH 4/4] distro_tracking_fields: additions and updates

2011-11-30 Thread Saul Wold
On 11/29/2011 03:14 PM, Joshua Lock wrote: Update tracking info for gthumb and add untracked recipes mx, json-glib and xdg-utils. Signed-off-by: Joshua Lockj...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 14 +- 1 files changed, 13 insertions(+), 1

Re: [OE-core] Build failure in samba

2011-11-30 Thread Koen Kooi
Op 30 nov. 2011, om 22:06 heeft Denis 'GNUtoo' Carikli het volgende geschreven: Sorry for the late reply, I forgott to reply to that mail + ac_cv_path_PYTHON=/not/exist \ Thanks a lot for me that helped. It would be nice if someone would send a patch to fix that in meta-oe...

[OE-core] [PATCH 2/4] autotools.bbclass: Report the missing configure path

2011-11-30 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com If the configure script isn't found, report the explicit path tried. This can help debug subtle errors where the ${S} sourcedir may not be exactly what is expected. Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta/classes/autotools.bbclass |

[OE-core] [PATCH 3/4] grub: Use COMPATIBLE_MACHINE

2011-11-30 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com Drop the anonymous python block in favor of the much simpler COMPATIBLE_MACHINE mechanism. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Tom Zanussi tom.zanu...@intel.com --- meta/recipes-bsp/grub/grub_1.99.bb |9 ++--- 1 files changed, 2

[OE-core] [PATCH 0/4] Cleanups: grub, autotools, meta-environment

2011-11-30 Thread Darren Hart
During grub feature development I ran across various bugs, typos, thinkos, ommisions, etc. that I've collected in this series. The following changes since commit 2864ff6a4b3c3f9b3bbb6d2597243cc5d3715939: getVar/setVar cleanups (2011-11-26 22:42:00 +) are available in the git repository

[OE-core] [PATCH 4/4] grub: Drop apply=yes from patch

2011-11-30 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com The apply=yes doesn't appear to be necessary, drop it in favor of a simpler SRC_URI specification. Signed-off-by: Darren Hart dvh...@linux.intel.com CC: Tom Zanussi tom.zanu...@intel.com --- meta/recipes-bsp/grub/grub_1.99.bb |2 +- 1 files changed,

Re: [OE-core] [PATCH] eglibc-initial: Ensure symlinks point to the correct location when built from sstate cache

2011-11-30 Thread Khem Raj
On Tue, Nov 29, 2011 at 4:26 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: If the sstate files are installed into a sysroot from the sstate cache, the directory to the main sysroot can change and the symlinks aren't adjusted to account for this. This is a problem specific to the

Re: [OE-core] [PATCH 3/4] grub: Use COMPATIBLE_MACHINE

2011-11-30 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/30/2011 01:57 PM, Koen Kooi wrote: Op 30 nov. 2011, om 22:49 heeft Darren Hart het volgende geschreven: From: Darren Hart dvh...@linux.intel.com Drop the anonymous python block in favor of the much simpler COMPATIBLE_MACHINE

Re: [OE-core] [PATCH 1/3] gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.x

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 20:09 +0100, Koen Kooi wrote: SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well) Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-support/gdbm/gdbm_1.10.bb |4 ++-- 1 files changed, 2

Re: [OE-core] [PATCH 0/8] Recipes upgrade for gtk+, busybox, Nov30, 2011

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 07:24 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com All, These are recipes upgrade for gtk+, busybox, libsoup-2.4... pls. help to review and pull. Thanks, Edwin bitbake: Update users of getVar/setVar to use the data store functions

Re: [OE-core] [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4

2011-11-30 Thread Khem Raj
On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui dexuan@intel.com wrote: updated LIC_FILES_CHKSUM: only Copyright holder change in COPYING -- no actual license change. Signed-off-by: Dexuan Cui dexuan@intel.com ---  .../{libxfont_1.4.3.bb = libxfont_1.4.4.bb}       |    8 +++-  1

Re: [OE-core] [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06

2011-11-30 Thread Khem Raj
On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui dexuan@intel.com wrote: Signed-off-by: Dexuan Cui dexuan@intel.com ---  .../lzo/{lzo-2.05 = lzo-2.06}/acinclude.m4        |    0  .../lzo/{lzo-2.05 = lzo-2.06}/autoconf.patch      |    9 -  .../lzo/{lzo_2.05.bb = lzo_2.06.bb}        

Re: [OE-core] [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8

2011-11-30 Thread Khem Raj
On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui dexuan@intel.com wrote: updated LIC_FILES_CHKSUM since the code was re-organized, but the license remains the same. Signed-off-by: Dexuan Cui dexuan@intel.com ---  meta/recipes-graphics/xcb/xcb-util_0.3.6.bb |   18 --  

Re: [OE-core] [PATCH 0/4] Cleanups: grub, autotools, meta-environment

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 13:49 -0800, Darren Hart wrote: During grub feature development I ran across various bugs, typos, thinkos, ommisions, etc. that I've collected in this series. The following changes since commit 2864ff6a4b3c3f9b3bbb6d2597243cc5d3715939: getVar/setVar cleanups

Re: [OE-core] [PATCH] webkit-gtk svn: update to r101488

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 23:27 +0100, Koen Kooi wrote: Op 30 nov. 2011, om 23:20 heeft Khem Raj het volgende geschreven: On Wed, Nov 30, 2011 at 6:58 AM, Koen Kooi k...@dominion.thruhere.net wrote: -DEPENDS = enchant gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn

[OE-core] [PATCH 0/2] Upgrade gthumb, claim some recipes

2011-11-30 Thread Joshua Lock
This series upgrades Gthumb to 2.12.4 and updates the distro_tracking_fields as I'm offering to maintain some recipes without a listed maintainer: * gthumb * json-glib * xdg-utils Cheers, Joshua The following changes since commit 36654d6d393cb8c8a545835184a96be4ae0c885d: grub: Use

[OE-core] [PATCH 2/2] distro_tracking_fields: update gthumb and claim some recipes

2011-11-30 Thread Joshua Lock
Update tracking info for gthumb and add untracked recipes mx, json-glib and xdg-utils - I'm volunteering to maintain these. Signed-off-by: Joshua Lock j...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 19 +-- 1 files changed, 17 insertions(+), 2

Re: [OE-core] [PATCH 2/4] autotools.bbclass: Report the missing configure path

2011-11-30 Thread Khem Raj
-               bbfatal no configure script found +               bbfatal no configure script found at $cfgscript why not just do one line change something like bbfatal configure script ${S}/configure not found I prefer to use a variable when I need a value more than once. It avoids

Re: [OE-core] [PATCH 4/4] distro_tracking_fields: additions and updates

2011-11-30 Thread Joshua Lock
On 30/11/11 13:27, Saul Wold wrote: On 11/29/2011 03:14 PM, Joshua Lock wrote: Update tracking info for gthumb and add untracked recipes mx, json-glib and xdg-utils. Signed-off-by: Joshua Lockj...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 14

[OE-core] [PATCH][oe-core 0/3] Small fixes sysstat, squashfs-tools, gconf

2011-11-30 Thread Martin Jansa
The following changes since commit 36654d6d393cb8c8a545835184a96be4ae0c885d: grub: Use COMPATIBLE_HOST (2011-11-30 22:21:53 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull

[OE-core] [PATCH][oe-core 1/3] sysstat: don't run populate-volatile.sh update in do_rootfs or without populate-volatile.sh

2011-11-30 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/sysstat/sysstat.inc |6 +- meta/recipes-extended/sysstat/sysstat_10.0.2.bb |2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc

[OE-core] [PATCH][oe-core 2/3] squashfs-tools: fix PR, those should start with 'r'

2011-11-30 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../squashfs-tools/squashfs-tools_4.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb

Re: [OE-core] [PATCH] consolekit: package /var/log/Consolekit

2011-11-30 Thread Richard Purdie
On Wed, 2011-11-30 at 21:39 +0100, Koen Kooi wrote: Op 30 nov. 2011, om 21:19 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-30 at 18:50 +0100, Koen Kooi wrote: Op 30 nov. 2011, om 18:38 heeft Richard Purdie het volgende geschreven: On Wed, 2011-11-30 at 09:24 +0100,

[OE-core] [PATCH][oe-core 3/3] gconf: add polkit to DEPENDS only for target recipe and disable default-service for native

2011-11-30 Thread Martin Jansa
* gnome-common-native is needed because gnomebase.bbclass does only DEPENDS += gnome-common Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-gnome/gnome/gconf_3.2.3.bb | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH 2/4] autotools.bbclass: Report the missing configure path

2011-11-30 Thread Darren Hart
On 11/30/2011 02:48 PM, Khem Raj wrote: - bbfatal no configure script found + bbfatal no configure script found at $cfgscript why not just do one line change something like bbfatal configure script ${S}/configure not found I prefer to use a variable when I

[OE-core] [PATCH 1/5] telepathy-idle: upgrade to version 0.1.11

2011-11-30 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- ...thy-idle_0.1.10.bb = telepathy-idle_0.1.11.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.10.bb = telepathy-idle_0.1.11.bb} (81%) diff --git

[OE-core] [PATCH 2/5] telepathy-glib: upgrade to version 0.17.0

2011-11-30 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- ...thy-glib_0.16.0.bb = telepathy-glib_0.17.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.16.0.bb = telepathy-glib_0.17.0.bb} (80%) diff --git

[OE-core] [PATCH 3/5] glib-2.0: upgrade to version 2.30.1

2011-11-30 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../{glib-2.0_2.30.0.bb = glib-2.0_2.30.1.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.30.0.bb = glib-2.0_2.30.1.bb} (91%) diff --git

[OE-core] [PATCH 0/5][PULL] Recipe upgrades for glib and telepathy-*.

2011-11-30 Thread Dongxiao Xu
Hi Saul, This pull request upgrades some recipes. Please help to review and pull. Thanks, Dongxiao The following changes since commit 36654d6d393cb8c8a545835184a96be4ae0c885d: grub: Use COMPATIBLE_HOST (2011-11-30 22:21:53 +) are available in the git repository at:

[OE-core] [PATCH 4/5] telepathy-mission-control: upgrade to version 5.10.1

2011-11-30 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- 9.3.bb = telepathy-mission-control_5.10.1.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.9.3.bb = telepathy-mission-control_5.10.1.bb} (92%) diff

[OE-core] [PATCH 5/5] distro_trakcing_fields: update for glib, telepathy-idle, etc

2011-11-30 Thread Dongxiao Xu
- glib-2.0 - telepathy-glib - telepathy-idle - telepathy-mission-control Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 26 ++-- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git

Re: [OE-core] [PATCH] classes: Apply libc-${LIBC} overrides to target recipes only

2011-11-30 Thread Richard Purdie
On Tue, 2011-11-29 at 14:46 -0800, Khem Raj wrote: Currently these overrides are enabled for native and nativesdk recipes as well when inheriting native and nativesdk classes. This patch filters these from OVERRIDES variables for native and nativesdk recipes. oe_filter_out and oe_filter

Re: [OE-core] [PATCH] classes: Apply libc-${LIBC} overrides to target recipes only

2011-11-30 Thread Khem Raj
On Wed, Nov 30, 2011 at 3:26 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I'd like to think simpler. How about we change tclibc*.inc to do something like: LIBCOVERRIDE = :libc-glibc OVERRIDES .= ${LIBCOVERRIDE} and then native.bbclass can just do: LIBCOVERRIDE = OK let

Re: [OE-core] [PATCH] Fix multiarch DISTRO_FEATURE

2011-11-30 Thread Richard Purdie
On Thu, 2011-12-01 at 00:01 +, Julian Pidancet wrote: Make get_gcc_multiarch_setting more elegant. Use a dictionnary to store the config options and replace bb.data.getVar with d.getVar. Remove i686 from the architecture list because it doesn't seem to be a valid TARGET_ARCH any more in

[OE-core] [PATCH] sysstat: don't run populate-volatile.sh update in do_rootfs or without populate-volatile.sh

2011-11-30 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-extended/sysstat/sysstat.inc |7 ++- meta/recipes-extended/sysstat/sysstat_10.0.2.bb |2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc

[OE-core] linux-yocto: consolidated pull request

2011-11-30 Thread Bruce Ashfield
Richard/Saul, FYI: I can't get git-send email to work over the hotel wifi, so I can't chain the patches to this email. If you want me to send the patches separately, let me know. But for now, this is the best I can do. This pull request represents a collection of changes that were part of yocto

[OE-core] [PATCH 0/1] trace-cmd: Update to version 1.2

2011-11-30 Thread Darren Hart
The following changes since commit f4efaa0f472b4bf0ba0a0297cc9ecc8b5a671f72: squashfs-tools: fix PR, those should start with 'r' (2011-11-30 23:37:40 +) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core updates

[OE-core] [PATCH 1/1] trace-cmd: Update to 1.2 (includes kernelshark)

2011-11-30 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com Update the trace-cmd and kernelshark recipes to version 1.2. Rename the recipes to the more descriptive trace-cmd_1.2.bb and kernelshark_1.2.bb respectively. Update addldflags.patch for 1.2 and current Upstream-Status. Add make-docs-optional.patch to

Re: [OE-core] [PATCH 1/1] trace-cmd: Update to 1.2 (includes kernelshark)

2011-11-30 Thread Darren Hart
On 11/30/2011 04:48 PM, Darren Hart wrote: From: Darren Hart dvh...@linux.intel.com Update the trace-cmd and kernelshark recipes to version 1.2. Rename the recipes to the more descriptive trace-cmd_1.2.bb and kernelshark_1.2.bb respectively. Update addldflags.patch for 1.2 and current

[OE-core] [PATCH 0/3] A few more updates

2011-11-30 Thread Saul Wold
Richard, This address the missing checksums and patches from my last set. Also added here is libffi. iconv will come later, there was a different problem that I need to track down. Sau! The following changes since commit f4efaa0f472b4bf0ba0a0297cc9ecc8b5a671f72: squashfs-tools: fix PR,

[OE-core] [PATCH 1/3] xserver-xorg*: Update to 1.11.2

2011-11-30 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- ...ver-xorg-1.11.1.inc = xserver-xorg-1.11.2.inc} |7 --- .../crosscompile.patch |0 .../fix_open_max_preprocessor_error.patch |0 .../macro_tweak.patch |0

[OE-core] [PATCH 2/3] gnutls: Update to 2.12.14

2011-11-30 Thread Saul Wold
* Add patch for fixing gettext version from 0.17 - 0.18 Signed-off-by: Saul Wold s...@linux.intel.com --- .../configure-fix.patch|0 .../gnutls-2.12.14/fix-gettext-version.patch | 20 .../gnutls-openssl.patch

[OE-core] [PATCH 3/3] libffi: Update to 3.0.10

2011-11-30 Thread Saul Wold
* Update License Checksum due to Date change * Added --disable-builddir because of configure using $0 with full path and a ../$0 Signed-off-by: Saul Wold s...@linux.intel.com --- .../libffi/{libffi_3.0.9.bb = libffi_3.0.10.bb} | 16 +++- 1 files changed, 11 insertions(+), 5

Re: [OE-core] linux-yocto: consolidated pull request

2011-11-30 Thread Saul Wold
On 11/30/2011 04:36 PM, Bruce Ashfield wrote: Richard/Saul, FYI: I can't get git-send email to work over the hotel wifi, so I can't chain the patches to this email. If you want me to send the patches separately, let me know. But for now, this is the best I can do. This pull request represents

[OE-core] [PATCH][oe-core 2/2] apr-util: bump PR for gdbm SOVERSION change

2011-11-30 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-support/apr/apr-util_1.3.12.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/apr/apr-util_1.3.12.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb index 62d72cf..676b1b4 100644 ---

[OE-core] [PATCH][oe-core 1/2] gst-plugins-good: bump PR for gdbm SOVERSION change

2011-11-30 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../gstreamer/gst-plugins-good_0.10.30.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb