Re: [OE-core] [PATCH v3 0/3] *** SUBJECT HERE ***

2012-01-31 Thread Darren Hart
On 01/31/2012 08:16 PM, Steve Sakoman wrote: > On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart wrote: >> Did you send this using the send-pull-request script? I assume not as >> this was to oe-core and not yocto, but if you did, I want to know as it >> should protect against -ENOCOFFEEYET errors s

[OE-core] [PATCH] gconf.bbclass: Add proper RDEPENDS to packages with gconf postinststep.

2012-01-31 Thread Koen Kooi
From: Peter Tworek Right now gconf bbclass adds both postinst and prerm steps, but it does not ensure that packages involved have gconf in RDEPENDS. This can lead to a situation where postinst/prerm steps fail because gconftool-2 is not installed. Signed-off-by: Peter Tworek Signed-off-by: Koen

Re: [OE-core] [PATCH 2/3] sysklogd: various fixes so it starts/stops cleanly

2012-01-31 Thread Joshua Lock
On 31/01/12 18:06, Otavio Salvador wrote: On Tue, Jan 31, 2012 at 22:58, Joshua Lock mailto:j...@linux.intel.com>> wrote: @@ -46,12 +46,18 @@ do_install () { pkg_preinst_${PN} () { # all this is needed to avoid sysmlink errors, # because update-rc.d runs before

Re: [OE-core] [PATCH v3 0/3] *** SUBJECT HERE ***

2012-01-31 Thread Wang, Shane
Here is my example of the steps after you source the environment and "git push" to poky-contrib. Run: create-pull-request -b shane/typo -u origin-pc3 -r 238a47d800446996f5cb9929f33aaaffe618f7b6 -s "fix the typos for package report system" Edit: the pull-3635/- file Run: send-pull-reques

Re: [OE-core] [PATCH v3 0/3] *** SUBJECT HERE ***

2012-01-31 Thread Steve Sakoman
On Tue, Jan 31, 2012 at 11:28 AM, Darren Hart wrote: > Did you send this using the send-pull-request script? I assume not as > this was to oe-core and not yocto, but if you did, I want to know as it > should protect against -ENOCOFFEEYET errors such as these. No, I used git send-email. I'm not f

Re: [OE-core] [PATCH 2/3] sysklogd: various fixes so it starts/stops cleanly

2012-01-31 Thread Otavio Salvador
On Tue, Jan 31, 2012 at 22:58, Joshua Lock wrote: > @@ -46,12 +46,18 @@ do_install () { > pkg_preinst_${PN} () { ># all this is needed to avoid sysmlink errors, ># because update-rc.d runs before pkg_postinst > - if [ -e ${sysconfdir}/init.d/syslog -a ! -L > ${sysconfdir}/i

Re: [OE-core] [PATCH v2 1/1] atk: add native / disable introspection / merge atk.inc->recipe / change license

2012-01-31 Thread Flanagan, Elizabeth
On Mon, Jan 30, 2012 at 9:01 AM, Saul Wold wrote: > On 01/28/2012 04:00 PM, Andreas Müller wrote: >> >> Native support currently is appended in meta-oe. Native build failed with: >> >> | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' >> | /usr/share/gir-1.0/GLib-2.0.gir:9:39

[OE-core] [PATCH 0/3] Misc fixes - pciutils and syslogd

2012-01-31 Thread Joshua Lock
All, Here are a couple of patches to fix issues in test builds I've been running today. The first fixes our patched configure script in pciutils for users of the dash shell. The second ensures sysklogd is a little more useful out of the box. Cheers, Joshua The following changes since commit d7b

[OE-core] [PATCH 2/3] sysklogd: various fixes so it starts/stops cleanly

2012-01-31 Thread Joshua Lock
This patch fixes several issues with the sysklogd recipe: o Errors at start due to non-existent /var/log/news/ - every other log file is created in /var/log, not a sub-directory. Do the same for news logs. o klogd would not be stopped due to pidfile recycling, give klogd its own pidfile o pre

[OE-core] [PATCH 3/3] distro_tracking_fields: take sysklogd off Saul's plate

2012-01-31 Thread Joshua Lock
Signed-off-by: Joshua Lock --- .../conf/distro/include/distro_tracking_fields.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 1eb08a2..a214a37 100644 ---

[OE-core] [PATCH 1/3] pciutils: fix configure script for dash

2012-01-31 Thread Joshua Lock
configure.patch was missing a closing quote in a sed expression which causes script execution to error on less forgiving shells such as dash. Signed-off-by: Joshua Lock --- .../pciutils/pciutils-3.1.9/configure.patch|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-31 Thread Khem Raj
On Tue, Jan 31, 2012 at 11:26 AM, Darren Hart wrote: > On 01/31/2012 12:58 AM, Khem Raj wrote: >> On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi >> wrote: >>> >>> Like the one in meta-oe? >>> http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662 >> >> s

Re: [OE-core] [poky] [PATCH 0/3] U-boot recipe for most recent stable release.

2012-01-31 Thread Martin Jansa
On Tue, Jan 31, 2012 at 10:34:34AM -0800, Saul Wold wrote: > On 01/31/2012 09:42 AM, Paul Gortmaker wrote: > > On 12-01-31 11:54 AM, Saul Wold wrote: > >> On 01/27/2012 08:21 AM, Paul Gortmaker wrote: > >>> This adds a recipe for U-Boot v2011.12. In doing so, some of > >>> non-shareable settings w

Re: [OE-core] [PATCH v3 0/3] *** SUBJECT HERE ***

2012-01-31 Thread Darren Hart
Did you send this using the send-pull-request script? I assume not as this was to oe-core and not yocto, but if you did, I want to know as it should protect against -ENOCOFFEEYET errors such as these. For whatever it's worth, I use this script for all my projects now to help avoid situations like

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-31 Thread Darren Hart
On 01/31/2012 12:58 AM, Khem Raj wrote: > On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi > wrote: >> >> Like the one in meta-oe? >> http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662 > > slightly better ;) Since I was intending to replace complete >

Re: [OE-core] [poky] [PATCH 0/3] U-boot recipe for most recent stable release.

2012-01-31 Thread Darren Hart
On 01/31/2012 10:34 AM, Saul Wold wrote: > On 01/31/2012 09:42 AM, Paul Gortmaker wrote: >> On 12-01-31 11:54 AM, Saul Wold wrote: >>> On 01/27/2012 08:21 AM, Paul Gortmaker wrote: This adds a recipe for U-Boot v2011.12. In doing so, some of non-shareable settings were moved out of u-b

Re: [OE-core] [poky] [PATCH 0/3] U-boot recipe for most recent stable release.

2012-01-31 Thread Saul Wold
On 01/31/2012 09:42 AM, Paul Gortmaker wrote: On 12-01-31 11:54 AM, Saul Wold wrote: On 01/27/2012 08:21 AM, Paul Gortmaker wrote: This adds a recipe for U-Boot v2011.12. In doing so, some of non-shareable settings were moved out of u-boot.inc and others moved in. The recipe was tested on an

[OE-core] [PATCH 1/1] bootimg: Do not force FAT32 on all images, it violates the FAT specification

2012-01-31 Thread Darren Hart
Fixes [YOCTO #1940] do_bootimg was performing the FAT overhead calculations assuming FAT32 and then forcing the use of FAT32 with "-F 32" to mkdosfs. The FAT specification is clear on cluster count being the determining factor for FAT size (even if the fs string is set to FAT32, go figure). Syslin

[OE-core] [PATCH 0/1] bootimg: Do not force FAT32 on all images

2012-01-31 Thread Darren Hart
The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26: useradd.bbclass: Fix missing quote (2012-01-27 23:57:33 +) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/bug/1940 http://git.yoctoproject.org/cgit.cgi/us

[OE-core] [PATCH v5 3/3] libzypp: add missing runtime dependences on gzip and gnupg

2012-01-31 Thread Steve Sakoman
gzip is required to uncompress repository files gnupg is required for the support of signed repositories. Signed-off-by: Steve Sakoman --- meta/recipes-extended/libzypp/libzypp_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/libzypp/libzyp

[OE-core] [PATCH v5 1/3] libksba: add recipe for 1.2.0

2012-01-31 Thread Steve Sakoman
Libksba provides an easy API to create and parse X.509 and CMS related objects and is required for gnupg Signed-off-by: Steve Sakoman --- meta/recipes-support/libksba/libksba_1.2.0.bb | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/

[OE-core] [PATCH v5 2/3] gnupg: add recipe for 2.0.18

2012-01-31 Thread Steve Sakoman
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP and S/MIME Signed-off-by: Steve Sakoman --- meta/recipes-support/gnupg/gnupg_2.0.18.bb | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/gnupg/gnupg_2.0

[OE-core] [PATCH v5 0/3] libzypp: support signed repositories

2012-01-31 Thread Steve Sakoman
The current libzypp implementation does not work with signed repositories. This patch series adds recipes for the required packages as well as the necessary runtime dependencies to libzypp. Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and a systemd based console image. Ver

Re: [OE-core] [PATCH v4 0/3] zypper: support signed repositories

2012-01-31 Thread Steve Sakoman
On Mon, Jan 30, 2012 at 11:42 PM, Anders Darander wrote: > * Steve Sakoman [120131 06:32]: > >> On Mon, Jan 30, 2012 at 7:23 PM, Saul Wold wrote: >> > On 01/30/2012 05:39 PM, Steve Sakoman wrote: > >> > I will wait to pull this until I hear back from you with another pull >> > request.  Thanks f

[OE-core] [PATCH] pkgconfig: Ensure pkgconfig RDEPENDS are tracked

2012-01-31 Thread Richard Purdie
Currently, pkgconfig dependencies get added to -dev packages which install .pc files however nothing in the system makes bitbake aware of these dependencies so images can fail with pkgconfig being missing. This change explictly adds in the pkgconfig RDEPENDS to the -dev packages and hence makes bi

Re: [OE-core] [CONSOLIDATED PULL 16/19] tunearch/arm: Differentiate between thumb code generation and thumb capability

2012-01-31 Thread Khem Raj
On Tue, Jan 31, 2012 at 2:48 AM, Phil Blundell wrote: > On Mon, 2012-01-30 at 20:13 -0800, Saul Wold wrote: >> We have diverged a bit from oe.dev where thumb in OVERRIDES meant >> the code was being compiled in thumb mode. With tunearch this got >> a different meaning where it meant that if a core

Re: [OE-core] [CONSOLIDATED PULL 00/19] Community Chest

2012-01-31 Thread Otavio Salvador
On Tue, Jan 31, 2012 at 02:13, Saul Wold wrote: > Kernel Update from Bruce, they need a meta-yocto change set also. > I pulled the first part of Steve's GNUGP changes, but not the enabling > part since that is getting tweaked still. > > GNUPG I guess ;-) -- Otavio Salvador

Re: [OE-core] [CONSOLIDATED PULL 16/19] tunearch/arm: Differentiate between thumb code generation and thumb capability

2012-01-31 Thread Phil Blundell
On Mon, 2012-01-30 at 20:13 -0800, Saul Wold wrote: > We have diverged a bit from oe.dev where thumb in OVERRIDES meant > the code was being compiled in thumb mode. With tunearch this got > a different meaning where it meant that if a core is capable of > generating thumb code them we will have thi

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-31 Thread Khem Raj
On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi wrote: > > Like the one in meta-oe? > http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662 slightly better ;) Since I was intending to replace complete module-init-tools (including cross recipes) with kmod.

Re: [OE-core] [PATCH 2/5] task-core-tools: Divide it into 3 recipes

2012-01-31 Thread Saul Wold
On 01/30/2012 11:26 PM, Khem Raj wrote: On Mon, Jan 30, 2012 at 9:18 PM, Tom Zanussi wrote: On Mon, 2012-01-30 at 20:19 -0800, Khem Raj wrote: On Mon, Jan 30, 2012 at 7:15 PM, Saul Wold wrote: This patch is going to require some coordination with meta-yocto and possibly other layers that cur

Re: [OE-core] module.init-tools-3.16.tar.bz2 no longer available at kernel.org

2012-01-31 Thread Koen Kooi
Op 31 jan. 2012, om 05:24 heeft Khem Raj het volgende geschreven: > On Mon, Jan 30, 2012 at 5:50 PM, Ni Qingliang > wrote: >> it is replaced by kmod on archlinux >> http://www.archlinux.org/news/kmod-replaces-module-init-tools/ >> > > yes I have local recipes for kmod but untested Like the on