Re: [OE-core] RFC: grub-efi native tools

2011-11-22 Thread Darren Hart
On 11/22/2011 11:01 PM, Darren Hart wrote: > 2) Only build grub-efi-native. >- The above grub-mkimage command fails with some incorrect elf format > error messages on the grub kernel.img file. A similar error was > reported on the grub mailing list when compiling with cygwin. >

Re: [OE-core] [PATCH 1/1] directfb: change check sum

2011-11-22 Thread Xiaofeng Yan
On 2011?11?23? 15:37, Koen Kooi wrote: Op 23 nov. 2011, om 08:21 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan Change check sum of directfb. The previous check sum is wrong. Why is it wrong? What has changed? Uncompleted download could cause this problem before due to network

Re: [OE-core] [PATCH 1/1] directfb: change check sum

2011-11-22 Thread Koen Kooi
Op 23 nov. 2011, om 08:21 heeft Xiaofeng Yan het volgende geschreven: > From: Xiaofeng Yan > > Change check sum of directfb. The previous check sum is wrong. Why is it wrong? What has changed? signature.asc Description: Message signed with OpenPGP using GPGMail ___

Re: [OE-core] RFC: grub-efi native tools

2011-11-22 Thread Koen Kooi
Op 23 nov. 2011, om 08:01 heeft Darren Hart het volgende geschreven: > While working towards supporting efi boot in live images, I have been > refactoring bootimg.bbclass, syslinux.bbclass, and adding recipes and > classes for grub-efi. > > I'd like the seasoned OE experts' opinions on a questio

Re: [OE-core] [PATCH 0/9] The patches to run gtk over directfb

2011-11-22 Thread Koen Kooi
Op 23 nov. 2011, om 07:47 heeft Xiaofeng Yan het volgende geschreven: > From: Xiaofeng Yan > > Hi Richard & all, > > I fixed some problems found at previous submitting and use PACKAGECONFIG to > get mutual configuration between directfb and x11. I hope this submitting > isn't a horrible mess

[OE-core] [PATCH 1/1] directfb: change check sum

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan Change check sum of directfb. The previous check sum is wrong. Signed-off-by: Xiaofeng Yan Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/directfb/directfb_1.4.15.bb |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-graphic

[OE-core] [PATCH 0/1] directfb: Change check sum

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan The previous check sum is wrong due to some reason. I fix it. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/directfb Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/directfb Thanks, Xiaofeng Yan --- Xiaofeng Yan (1):

[OE-core] RFC: grub-efi native tools

2011-11-22 Thread Darren Hart
While working towards supporting efi boot in live images, I have been refactoring bootimg.bbclass, syslinux.bbclass, and adding recipes and classes for grub-efi. I'd like the seasoned OE experts' opinions on a question of implementation. grub-efi seems to require a final step after the normal buil

[OE-core] [PATCH 9/9] core-image-gtk-directfb.bb: add an image for gtk over directfb

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan This file can make an image to run gtk over directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- .../images/core-image-gtk-directfb.bb | 21 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/im

[OE-core] [PATCH 8/9] task-gtk-directfb.bb: Add task list to run gtk over directfb

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan Add task-gtk-directfb.bb to OE core for running gtk over directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/tasks/task-gtk-directfb.bb | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 meta/recipe

[OE-core] [PATCH 3/9] gtk.inc: add directfb DISTRO_FEATURE

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan gtk run over x11 at current OE-core. If gtk want to run over directfb, then \ the configuration related to x11 should be disabled and directfb should be enabled. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gnome/gtk+/gtk+.inc | 20 1 f

[OE-core] [PATCH 7/9] directfb-examples: add package directfb-examples to OE-core

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan Add this package for checking whether directfb run rightly or not. It also is an useful tool to test directfb. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- .../directfb/directfb-examples_1.2.0.bb| 18 ++ 1 files changed, 18 insertions(+), 0 de

[OE-core] [PATCH 6/9] pango: add directfb DISTRO_FEATURE

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan pango run over x11 at current OE-core. If pango want to run over directfb, then \ the configuration related to x11 should be disabled and directfb should be enabled. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/pango/pango.inc | 19 +++

[OE-core] [PATCH 5/9] cairo: add directfb DISTRO_FEATURE

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan cairo run over x11 at current OE-core. If cairo want to run over directfb, then \ the configuration related to x11 should be disabled and directfb should be enabled. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/cairo/cairo.inc | 12 +--- 1

[OE-core] [PATCH 0/9] The patches to run gtk over directfb

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Richard & all, I fixed some problems found at previous submitting and use PACKAGECONFIG to get mutual configuration between directfb and x11. I hope this submitting isn't a horrible mess :). One previous problem about what happen when user want to have both directfb and

[OE-core] [PATCH 1/9] qemu-config: Disable dbus-x11 when no x11 in DISTRO_FEATURES

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan dbus-x11 could be not needed by an image without x11. So I modified this bb file to enable dbus-x11 when x11 is in DISTRO_FEATURES and disable \ dbus-x11 without x11 feature. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-bsp/qemu-config/qemu-config.bb |4 +

[OE-core] [PATCH 4/9] gtk+: add demos to the configuation of gtk+

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan Add demos for checking whether gtk+ run over directfb successfully or not. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gnome/gtk+/gtk+_2.24.6.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.6

[OE-core] [PATCH 2/9] gconf: Disable dbus-x11 when x11 isn't in DISTRO_FEATURES

2011-11-22 Thread Xiaofeng Yan
From: Xiaofeng Yan If x11 isn't defined in DISTRO_FEATURES, then an error information "no providers ..." will \ arise. I modified this bb file to disable "dbus-x11" when x11 isn't in DISTRO_FEATURES. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gnome/gnome/gconf_3.2.3.bb |

[OE-core] [PATCH 3/3] site/x86_64-linux: add cvs config variables

2011-11-22 Thread nitin . a . kamble
From: Nitin A Kamble configure of cvs packages was failing on the meta-toolchain for a x86_64 target. Configure error reported: checking whether printf supports %p... configure: error: cannot run test program while cross compiling This fixes [YOCTO #1781] Signed-off-by: Nitin A Kamble --- m

[OE-core] [PATCH 1/3] gmp: also generate the libgmpcxx library

2011-11-22 Thread nitin . a . kamble
From: Nitin A Kamble configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect option. Added a LEAD_SONAME line to avoid change in generated package names. Signed-off-by: Nitin A Kamble --- meta/recipes-support/gmp/gmp.inc |

[OE-core] [PATCH 2/3] at: update the upstream-status of patches

2011-11-22 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../at/at-3.1.12/configure-add-enable-pam.patch|5 + meta/recipes-extended/at/at-3.1.12/pam.conf.patch |3 +++ .../at/files/file_replacement_with_gplv2.patch |2 ++ .../at/files/nonstripbinaries.patch

[OE-core] [PATCH 0/3] Various Fixes

2011-11-22 Thread nitin . a . kamble
From: Nitin A Kamble This set has fixes for gmp, at & site/x86-64-linux - Nitin The following changes since commit 40fe6457d5ca49fe113bc26c60d5add59d85b34f: matchbox-wm: Fix variable type in _NET_WORKAREA setting (2011-11-22 15:13:26 +) are available in the git repository at: git://g

Re: [OE-core] [PATCH 4/8] libtool: upgrade from 2.4 to 2.4.2

2011-11-22 Thread Kamble, Nitin A
From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Tuesday, November 22, 2011 4:19 PM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 4/8] libtool: upgrade from 2.4 to 2.4.

Re: [OE-core] [PATCH 1/5] matchbox-stroke: Fix linking error with gold

2011-11-22 Thread Khem Raj
On Tue, Nov 22, 2011 at 8:28 AM, Richard Purdie wrote: > On Sun, 2011-11-20 at 09:50 -0800, Khem Raj wrote: >> Gold defaults to no-add-needed thetefore >> it does not link with librtaries that are not on cmdline >> it needs libXrender but is not on the linker cmdline >> so add it. >> >> Signed-off

Re: [OE-core] Overriding a variable only in our layer

2011-11-22 Thread Khem Raj
On Tue, Nov 22, 2011 at 5:24 PM, Daniel Lazzari wrote: > Hey everyone, > > > > I ran into an interesting problem today that I need some help with. I’m not > sure if this is a bitbake issue or an oe-core one so I thought I’d try here > first. We have our own layer that overlays on top of oe-core, m

[OE-core] Overriding a variable only in our layer

2011-11-22 Thread Daniel Lazzari
Hey everyone, I ran into an interesting problem today that I need some help with. I'm not sure if this is a bitbake issue or an oe-core one so I thought I'd try here first. We have our own layer that overlays on top of oe-core, meta-oe, and meta-angstrom. Our layer has a bunch of recipes that p

[OE-core] [PATCH 2/7] distro_tracking: update manual checks for various recipes

2011-11-22 Thread Saul Wold
From: Scott Garman Updating manual check dates for the following recipes: tar, libpng, expat, dosfstools, e2fsprogs Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/conf/distr

[OE-core] [PATCH 6/7] distro_tracking: update manual checks for recipes

2011-11-22 Thread Saul Wold
From: Shane Wang Updating manual checks for jpeg, tinylogin, eggdbus, setserial, acpid, menu-cache, x11vnc, etc. Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 38 1 files changed, 23 insertions(+), 15 deletions(-) diff --git a/meta/

[OE-core] [PATCH 1/7] distro_tracking: Refect Recipe Updates & Status

2011-11-22 Thread Saul Wold
* libnl- NO_UPDATE_REASON due to incompatibility * zlib - has wrong version in update list (121) * libtasn1 - Update to 2.10 * pkgconfig - NO_UPDATE_REASON due to removal of glib-conf * file - update to 5.09 * dchp - New version is 4.2.3, not updated yet. * tiff - NO_UPDA

[OE-core] [PATCH 0/7] Distro Tracking and Patch Status

2011-11-22 Thread Saul Wold
Richard, This should be a pretty straight forward set of changes to the distro_tracking_fields and patch Status Updates. Please review and pull. Thanks Sau! The following changes since commit 381c7857a5b303bf9eadd7fffc39d17a2b8e31f2: matchbox-wm: Fix variable type in _NET_WORKAREA s

[OE-core] [PATCH 3/7] at: update the upstream-status of patches

2011-11-22 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../at/at-3.1.12/configure-add-enable-pam.patch|2 ++ .../at/files/file_replacement_with_gplv2.patch |2 ++ .../at/files/nonstripbinaries.patch|1 + meta/recipes-extended/at/files/use-ldflags.patch |

[OE-core] [PATCH 4/7] distro_tracking: update manual checks for recipes

2011-11-22 Thread Saul Wold
From: Shane Wang Updating manual checks for hdparm, screen, watchdog, freetype, oprofile, and tcf-agent. Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/inclu

[OE-core] [PATCH 5/7] distro_tracking: update manual checks for recipes

2011-11-22 Thread Saul Wold
From: Shane Wang Updating manual checks for minicom, libtirpc, opkg, which, quota, rpcbind, strace, wireless-tool, irda-utils, libical, flac, libomxil, libsamplerate0, etc. Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 48 --- 1 files cha

[OE-core] [PATCH 7/7] distro_tracking_fields: Update after Manual Check

2011-11-22 Thread Saul Wold
Checked upstream for updates of the following packages: - libiconv - libxml2 - sysstat - tcp_wrapper - texinfo Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 37 1 files changed, 22 insertions(+), 15 deletions(-) diff --git a/meta/c

Re: [OE-core] [PATCH 4/8] libtool: upgrade from 2.4 to 2.4.2

2011-11-22 Thread Khem Raj
On Tuesday, November 22, 2011, Kamble, Nitin A wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> Khem Raj >> Sent: Wednesday, November 16, 2011 2:34 PM >> To: Patches and discu

Re: [OE-core] [PATCH 02/10] multilib.conf: update clutter

2011-11-22 Thread Paul Menzel
Am Dienstag, den 22.11.2011, 14:57 -0800 schrieb Joshua Lock: > Add clutter-1.8 recipes This line is more suited for the commit summary. > Signed-off-by: Joshua Lock > --- > meta/conf/multilib.conf |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) […] Thanks, Paul signature.a

[OE-core] [PATCH 05/10] clutter-*-1.6: drop clutter 1.6 recipes

2011-11-22 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 --- .../recipes-graphics/clutter/clutter-1.6_1.6.18.bb |

[OE-core] [PATCH 08/10] distro_tracking_fields: tidy up and claim clutter recipes

2011-11-22 Thread Joshua Lock
As the last to touch them I'm volunteering to look after them unless there are objections? Signed-off-by: Joshua Lock --- .../conf/distro/include/distro_tracking_fields.inc | 31 ++- 1 files changed, 4 insertions(+), 27 deletions(-) diff --git a/meta/conf/distro/include/distro

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

2011-11-22 Thread Joshua Lock
Signed-off-by: Joshua Lock --- 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 ce7c01c..3689482 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -41,9 +41,8 @@ BBCLASSEX

[OE-core] [PATCH 03/10] task-core-clutter: use clutter-1.8

2011-11-22 Thread Joshua Lock
Signed-off-by: Joshua Lock --- 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 970970c..4044131 100644 --- a

[OE-core] [PATCH 09/10] cogl: add missing depends on libxcomposite

2011-11-22 Thread Joshua Lock
Cogl checks for libxcomposite at configure time. Signed-off-by: Joshua Lock --- meta/recipes-graphics/clutter/cogl.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc index f264151..81317c6

[OE-core] [PATCH 02/10] multilib.conf: update clutter

2011-11-22 Thread Joshua Lock
Add clutter-1.8 recipes Signed-off-by: Joshua Lock --- 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 de53540..ce7c01c 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@

[OE-core] [PATCH 10/10] clutter: move STDDEPENDS to inc

2011-11-22 Thread Joshua Lock
We only build clutter-1.8 now so move the additional STDDEPENDS from the recipe to the inc file. This has the added benefit of fixing clutter_git. This patch also fixes the LIC_FILES_CHKSUM for clutter_git Signed-off-by: Joshua Lock --- meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb |3

[OE-core] [PATCH 06/10] clutter: PROVIDES clutter-1.6

2011-11-22 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 --- meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutt

[OE-core] [PATCH 00/10] Clutter tidy up & fixes

2011-11-22 Thread Joshua Lock
The theme of this series is removing some of the stale clutter recipes. It also includes fixes for the cogl and clutter_git recipes. Poky maintainers note: this series requires action; either merging my RFC series to drop clutter bbappends or a separate patch to remove the 1.6 bbappend. Cheers,

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

2011-11-22 Thread Joshua Lock
Signed-off-by: Joshua Lock --- .../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 b/meta/conf/distro/include/distro_tracking_fields.inc index 7dc6f27.

[OE-core] [PATCH 01/10] mutter: switch to clutter-1.8 to satisfy dependency

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

Re: [OE-core] [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE

2011-11-22 Thread Saul Wold
On 11/22/2011 02:40 PM, McClintock Matthew-B29882 wrote: On Tue, Nov 22, 2011 at 1:50 PM, Saul Wold wrote: When possible, please include the recipe or file you are changing as part of the patch subject. For example this would be: eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE

Re: [OE-core] [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE

2011-11-22 Thread McClintock Matthew-B29882
On Tue, Nov 22, 2011 at 1:50 PM, Saul Wold wrote: > When possible, please include the recipe or file you are changing as part of > the patch subject. > > For example this would be: > > eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE Sorry. Shall I resubmit or will you handle this?

Re: [OE-core] [RFC PATCH 1/1] qt4: disable pulseaudio

2011-11-22 Thread Paul Eggleton
On Tuesday 22 November 2011 12:45:30 Saul Wold wrote: > On 11/18/2011 07:03 AM, Paul Eggleton wrote: > > +# Upstream-status: pending > > +# > > Small nit-pick here, status start with Caps, so this should be Pending OK, when I rework this as a DISTRO_FEATURE I will fix this up as well. Cheers, Pa

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

2011-11-22 Thread Anders Darander
On 22 nov 2011, at 21:36, "Saul Wold" wrote: > On 11/22/2011 06:34 AM, Anders Darander wrote: >> 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. >> > How much size does

Re: [OE-core] [RFC PATCH 1/1] qt4: disable pulseaudio

2011-11-22 Thread Saul Wold
On 11/18/2011 07:03 AM, Paul Eggleton wrote: Disable pulseaudio support in phonon within Qt4; otherwise it auto-detects it and it may be enabled or disabled depending on what gets built first. Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/files/pulseaudio-config.patch | 31 +++

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

2011-11-22 Thread Saul Wold
On 11/22/2011 06:34 AM, Anders Darander wrote: 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. How much size does this add to busybox by having it enabled by default? Is it po

Re: [OE-core] [PATCH 0/1] netbase.bbappend version fix - version 2

2011-11-22 Thread Saul Wold
On 11/21/2011 04:18 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The following changes since commit 7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8: gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a (2011-11-21 16:55:12 +) are available in the git repository at: git://git.pokylinux.o

Re: [OE-core] [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE

2011-11-22 Thread Saul Wold
On 11/17/2011 02:28 PM, Matthew McClintock wrote: Without this simply changing the number of threads via PARALLEL_MAKE can invalidate sstate-cache Signed-off-by: Matthew McClintock --- meta/recipes-core/eglibc/eglibc.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-22 Thread Saul Wold
On 11/17/2011 01:48 AM, Henning Heinold wrote: Hi, with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch resets the DEPENDS line for native packages similar to nativesdk. Henning Heinold (1): useradd.bbclass:

Re: [OE-core] [PATCH 4/8] libtool: upgrade from 2.4 to 2.4.2

2011-11-22 Thread Kamble, Nitin A
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: Wednesday, November 16, 2011 2:34 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATC

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Saul Wold
On 11/22/2011 10:52 AM, Joshua Lock wrote: On 22/11/11 10:40, Koen Kooi wrote: Op 22 nov. 2011, om 17:19 heeft Saul Wold het volgende geschreven: On 11/21/2011 10:12 AM, Koen Kooi wrote: +LICENSE = "MIT/X11" I believe that LICENSE = "MIT" (or MIT-X) as the standard entry. Maybe Beth can

Re: [OE-core] [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x

2011-11-22 Thread Martin Jansa
On Mon, Nov 21, 2011 at 07:12:35PM +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > > As indicated in the subject, this is an RFC, please review and test. > > 1) the ARM_INSTRUCTIONSET workarounds have been removed, so for people using > thumb1, please test > 2) this is only buildtest

Re: [OE-core] [RFC][PATCH 2/2] pulseaudio: update to 1.1, delete 0.9.x

2011-11-22 Thread Martin Jansa
On Mon, Nov 21, 2011 at 07:12:35PM +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > > As indicated in the subject, this is an RFC, please review and test. > > 1) the ARM_INSTRUCTIONSET workarounds have been removed, so for people using > thumb1, please test FWIW all my 5 devices incl

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Joshua Lock
On 22/11/11 10:40, Koen Kooi wrote: Op 22 nov. 2011, om 17:19 heeft Saul Wold het volgende geschreven: On 11/21/2011 10:12 AM, Koen Kooi wrote: +LICENSE = "MIT/X11" I believe that LICENSE = "MIT" (or MIT-X) as the standard entry. Maybe Beth can give the correct version here. I think i

Re: [OE-core] [PATCH 1/1] gtk+: Have gtk+ pick up ${NM} from the environment

2011-11-22 Thread Saul Wold
On 11/17/2011 03:16 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan hen gtk+ configures, it should pick up ${NM} from the environment \ if it is defined, instead of just looking for "nm". Signed-off-by: Xiaofeng Yan --- .../gtk+/gtk+-2.24.6/configure-nm.patch| 14 ++ met

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Koen Kooi
Op 22 nov. 2011, om 17:19 heeft Saul Wold het volgende geschreven: > On 11/21/2011 10:12 AM, Koen Kooi wrote: >> Signed-off-by: Koen Kooi >> --- >> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 + >> 1 files changed, 13 insertions(+), 0 deletions(-) >> create mode 100644 meta/

Re: [OE-core] Getting started on creating a layer for OE-Core

2011-11-22 Thread Ken Werner
On 11/22/2011 07:17 PM, Koen Kooi wrote: Op 22 nov. 2011, om 19:08 heeft Paul Eggleton het volgende geschreven: On Tuesday 22 November 2011 19:02:55 Koen Kooi wrote: You do know that the gcc 4.6 in OE-core and gcc 4.5 in meta-oe already have all the linaro patches (minus the ones that introdu

Re: [OE-core] Getting started on creating a layer for OE-Core

2011-11-22 Thread Koen Kooi
Op 22 nov. 2011, om 19:08 heeft Paul Eggleton het volgende geschreven: > On Tuesday 22 November 2011 19:02:55 Koen Kooi wrote: >> You do know that the gcc 4.6 in OE-core and gcc 4.5 in meta-oe already have >> all the linaro patches (minus the ones that introduces bugs), right? > > How would one

Re: [OE-core] Getting started on creating a layer for OE-Core

2011-11-22 Thread Ken Werner
On 11/22/2011 07:02 PM, Koen Kooi wrote: Op 22 nov. 2011, om 18:59 heeft Ken Werner het volgende geschreven: Hi, I'm currently reading the OpenEmbedded User Manual and wondering what's the best way to add a layer for the Linaro toolchain components You do know that the gcc 4.6 in OE-core a

Re: [OE-core] [PATCH 1/1] rpm: Flush old logs by change the DB_CONFIG

2011-11-22 Thread Mark Hatle
Acked-by: Mark Hatle (Note: this is the fix suggested by the rpm5 community.) On 11/17/11 2:32 AM, Mei Lei wrote: Fixes [YOCTO #1174] Rpm logs will grow indefinitely, so change the config to flush those old logs. Signed-off-by: Mei Lei --- .../recipes-devtools/rpm/rpm/rpm-log-auto-rm.patc

Re: [OE-core] Getting started on creating a layer for OE-Core

2011-11-22 Thread Paul Eggleton
On Tuesday 22 November 2011 19:02:55 Koen Kooi wrote: > You do know that the gcc 4.6 in OE-core and gcc 4.5 in meta-oe already have > all the linaro patches (minus the ones that introduces bugs), right? How would one find that out? I mean, without looking at every patch we have in our toolchain..

Re: [OE-core] [PATCH 0/2] sanitytest: Fix 2 bugs on non-rpm or non-procps installed image

2011-11-22 Thread Saul Wold
On 11/16/2011 10:05 PM, Jiajun Xu wrote: Current sanitytest will report failure on non-rpm or non-procps installed image. Add check for busybox/procps and use different option for different ps command. Remove rpm/zypper tests if image is not based on rpm. The following changes since commit da842

Re: [OE-core] Getting started on creating a layer for OE-Core

2011-11-22 Thread Koen Kooi
Op 22 nov. 2011, om 18:59 heeft Ken Werner het volgende geschreven: > Hi, > > I'm currently reading the OpenEmbedded User Manual and wondering what's the > best way to add a layer for the Linaro toolchain components You do know that the gcc 4.6 in OE-core and gcc 4.5 in meta-oe already have al

[OE-core] Getting started on creating a layer for OE-Core

2011-11-22 Thread Ken Werner
Hi, I'm currently reading the OpenEmbedded User Manual and wondering what's the best way to add a layer for the Linaro toolchain components (Linaro GCC, Linaro GDB). This is my first time with OE. I just setup the environment and started to build an image that targets qemuarm (bitbake is stil

Re: [OE-core] [PATCH 0/1] libx11-diet: update to 1.4.4

2011-11-22 Thread Saul Wold
On 11/15/2011 02:07 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Hi Saul, I have modified my fault according to your suggestion. Please review it again. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/libx11-diet Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/l

Re: [OE-core] [RFC PATCH 0/1] packagehistory improvement

2011-11-22 Thread Paul Eggleton
On Tuesday 22 November 2011 18:25:25 Koen Kooi wrote: > Does it still suffer from the bug where it will break if you change machine > and something goes backward in PV (e.g. gcc 4.6 is used on arm, but 4.5 on > ppc)? If the package in question is not tied to the machine or the arch that was chang

Re: [OE-core] [RFC PATCH 0/1] packagehistory improvement

2011-11-22 Thread Koen Kooi
Op 22 nov. 2011, om 15:52 heeft Paul Eggleton het volgende geschreven: > This is the initial implementation of the improvement for > packagehistory.bbclass. This bbclass is intended to be used to help > track changes to package output over time and hopefully catch unusual > situations such as a p

Re: [OE-core] [PATCH 1/1] xserver-xorg: do not disable-dga as VESA driver requires it

2011-11-22 Thread Otavio Salvador
On Tue, Nov 22, 2011 at 15:14, Phil Blundell wrote: > On Tue, 2011-11-22 at 13:47 +, Otavio Salvador wrote: > > Xorg VESA driver calls DGAInit enforcing this symbol to be available > > to the driver to work. > > Maybe it would be better to patch vesa.c to not require this symbol > rather than

Re: [OE-core] [PATCH 1/5] matchbox-stroke: Fix linking error with gold

2011-11-22 Thread Richard Purdie
On Sun, 2011-11-20 at 09:50 -0800, Khem Raj wrote: > Gold defaults to no-add-needed thetefore > it does not link with librtaries that are not on cmdline > it needs libXrender but is not on the linker cmdline > so add it. > > Signed-off-by: Khem Raj > --- > .../matchbox-stroke/files/ldadd_libXren

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Saul Wold
On 11/21/2011 10:12 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/recipes-devtools/libjson/libjson_0.9.bb | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb diff --git a/meta/recipes-devtools/libjs

Re: [OE-core] [PATCH 1/1] xserver-xorg: do not disable-dga as VESA driver requires it

2011-11-22 Thread Phil Blundell
On Tue, 2011-11-22 at 13:47 +, Otavio Salvador wrote: > Xorg VESA driver calls DGAInit enforcing this symbol to be available > to the driver to work. Maybe it would be better to patch vesa.c to not require this symbol rather than forcing it on in the server for everyone. Or alternatively, if

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

2011-11-22 Thread cliff . brake
Changelog for 2011-11-14 to 2011-11-21. 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: git://git.angstrom-distribution.org/

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

2011-11-22 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 --- .../B921600.patch |0 .../busybox-1.19.3/busybox-1.19.3-getty.patch | 17 ++ .../busybox-appletlib-depen

Re: [OE-core] [PATCH 1/1] matchbox-wm: Fix variable type in _NET_WORKAREA setting

2011-11-22 Thread Richard Purdie
On Tue, 2011-11-22 at 14:15 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > According to XChangeProperty doc, array of "long" should be used when format > is > 32. Wrong _NET_WORKAREA parameter caused blank screen in matchbox-desktop on > 64 > bit platform. > > [YOCTO #1689] got fixe

[OE-core] [PATCH 0/1] distro_tracking: update manual checks for recipes

2011-11-22 Thread Shane Wang
Here are some updates for the distro_tracking.inc file for recipes that are owned by Edwin and require manual version checks. The following changes since commit 17a92c4c9801396ce6aa82f7c1532b49b18dbad4: netbase: update 4.46 -> 4.47 (2011-11-21 18:49:40 +) are available in the git reposito

[OE-core] [PATCH 0/1] xserver-xorg support to VESA driver

2011-11-22 Thread Otavio Salvador
The following changes since commit 5f1dc1991f97037692193572298eb7f7a5640760: staging.bbclass: Add BB_SETSCENE_VERIFY_FUNCTION function (2011-11-22 13:04:31 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEA

[OE-core] [RFC PATCH 1/1] classes/packagehistory: fix and extend

2011-11-22 Thread Paul Eggleton
* Replace use of BASEPKG_TARGET_SYS which is no longer available * Change the file structure - use single files within PN/package subdirs rather than having a subdir level for each part of the version. There is a set of files for each recipe and for each package in directories underneath. * R

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

2011-11-22 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 busybox-udhcpc-no_deconfig.patch

[OE-core] [PATCH 1/1] xserver-xorg: do not disable-dga as VESA driver requires it

2011-11-22 Thread Otavio Salvador
Xorg VESA driver calls DGAInit enforcing this symbol to be available to the driver to work. Signed-off-by: Otavio Salvador --- .../xorg-xserver/xserver-xorg-1.11.1.inc |2 +- .../xorg-xserver/xserver-xorg-common.inc |1 - 2 files changed, 1 insertions(+), 2 deletions(

[OE-core] [PATCH 1/1] distro_tracking: update manual checks for recipes

2011-11-22 Thread Shane Wang
Updating manual checks for jpeg, tinylogin, eggdbus, setserial, acpid, menu-cache, x11vnc, etc. Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 38 1 files changed, 23 insertions(+), 15 deletions(-) diff --git a/meta/conf/distro/include

[OE-core] [RFC PATCH 0/1] packagehistory improvement

2011-11-22 Thread Paul Eggleton
This is the initial implementation of the improvement for packagehistory.bbclass. This bbclass is intended to be used to help track changes to package output over time and hopefully catch unusual situations such as a package doubling in size. You can try it out by adding INHERIT += "packagehistory"

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Koen Kooi
Op 22 nov. 2011, om 11:27 heeft Paul Menzel het volgende geschreven: > Am Dienstag, den 22.11.2011, 11:19 +0100 schrieb Koen Kooi: >> Op 22 nov. 2011, om 10:08 heeft Paul Menzel het volgende geschreven: > >>> Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi: Signed-off-by: Koen Kooi

Re: [OE-core] [PATCH v2 1/1] kernel.bbclass: stage additional directories

2011-11-22 Thread Srinivas, Prathap
OK. For building the graphics SDK 04.04.0.02 we require kernel to have and built with drivers/video, drivers/gpu and drivers/base folder. I thought this kernel.bbclass takes care of it . If not, let me know which is the recipe that will take care of this. -Original Message- From: openem

Re: [OE-core] [PATCH v2 1/1] kernel.bbclass: stage additional directories

2011-11-22 Thread Koen Kooi
Op 22 nov. 2011, om 06:53 heeft Prathap M S het volgende geschreven: > * The graphics SDK requires additional directories to be staged > for compilation. > > Signed-off-by: Prathap M S > --- > meta/classes/kernel.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Paul Menzel
Am Dienstag, den 22.11.2011, 11:19 +0100 schrieb Koen Kooi: > Op 22 nov. 2011, om 10:08 heeft Paul Menzel het volgende geschreven: > > Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi: > >> Signed-off-by: Koen Kooi > >> --- > >> meta/recipes-devtools/libjson/libjson_0.9.bb | 13

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Koen Kooi
Op 22 nov. 2011, om 10:08 heeft Paul Menzel het volgende geschreven: > Dear Koen, > > > Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi: >> Signed-off-by: Koen Kooi >> --- >> meta/recipes-devtools/libjson/libjson_0.9.bb | 13 + >> 1 files changed, 13 insertions(+), 0 dele

Re: [OE-core] [RFC][PATCH 1/2] libjson: add 0.9

2011-11-22 Thread Paul Menzel
Dear Koen, Am Montag, den 21.11.2011, 19:12 +0100 schrieb Koen Kooi: > Signed-off-by: Koen Kooi > --- > meta/recipes-devtools/libjson/libjson_0.9.bb | 13 + > 1 files changed, 13 insertions(+), 0 deletions(-) > create mode 100644 meta/recipes-devtools/libjson/libjson_0.9.bb > >

[OE-core] [PATCH 0/1] distro_tracking: update manual checks for recipes

2011-11-22 Thread Shane Wang
Here are some updates for the distro_tracking.inc file for recipes that are owned by Dongxiao and require manual version checks. The following changes since commit 17a92c4c9801396ce6aa82f7c1532b49b18dbad4: netbase: update 4.46 -> 4.47 (2011-11-21 18:49:40 +) are available in the git repos

[OE-core] [PATCH 1/1] distro_tracking: update manual checks for recipes

2011-11-22 Thread Shane Wang
Updating manual checks for minicom, libtirpc, opkg, which, quota, rpcbind, strace, wireless-tool, irda-utils, libical, flac, libomxil, libsamplerate0, etc. Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 48 --- 1 files changed, 30 insertions

Re: [OE-core] RFC: EFI Support

2011-11-22 Thread Richard Purdie
On Wed, 2011-11-16 at 17:22 -0800, Darren Hart wrote: > I'm working to provide EFI boot support for the BSPs in the meta-intel > layers for the Yocto Project. There are several points to consider and > before I start work on an implementation, I would appreciate a review of > this proposal. I'll pr