[OE-core] [PATCH 3/3] nfs-utils_1.2.3.bb: Fix compile failure on uclibc

2011-05-18 Thread Khem Raj
libio.h is not needed even in case of eglibc but still the patch is uclibc specific Refreshed nfs-utils-1.0.6-uclibc.patch against nfs-utils_1.2.3 no code change Signed-off-by: Khem Raj --- .../nfs-utils/nfs-utils-1.0.6-uclibc.patch | 16 +++- .../nfs-utils/nfs-utils-1.2.3-ucl

[OE-core] [PATCH 2/3] distcc_2.18.3.bb: Fix compilation on uclibc

2011-05-18 Thread Khem Raj
We enable gtk/gnome in distcc that code uses loadavg() a function unimplemented in uclibc. Therefore for uclibc we disable gnome and gtk+ features in distcc Signed-off-by: Khem Raj --- meta/recipes-devtools/distcc/distcc_2.18.3.bb | 18 +- 1 files changed, 13 insertions(+), 5 d

[OE-core] [PATCH 0/3] Fix recipes to build with uclibc

2011-05-18 Thread Khem Raj
Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/uclibc Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc Thanks, Khem Raj --- Khem Raj (3): uclibc/site_config/funcs: getloadavg is unimplemented distcc_2.18.3.bb: Fi

[OE-core] [PATCH 1/3] uclibc/site_config/funcs: getloadavg is unimplemented

2011-05-18 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/uclibc/site_config/funcs |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/uclibc/site_config/funcs b/meta/recipes-core/uclibc/site_config/funcs index ccc8539..79a3c19 100644 --- a/meta/recipes-core/uclibc/sit

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Khem Raj
On Wed, May 18, 2011 at 5:47 PM, Richard Purdie wrote: > On Wed, 2011-05-18 at 20:15 +0200, Koen Kooi wrote: >> Op 18 mei 2011, om 20:07 heeft Khem Raj het volgende geschreven: >> > there are certain common parts that can be abstracted >> > and can be maintained in oe-core so everyone benefits >>

Re: [OE-core] dpkg's admindir: /var/dpkg or /var/lib/dpkg?

2011-05-18 Thread Cui, Dexuan
Mark Hatle wrote: > On 5/18/11 4:27 AM, Cui, Dexuan wrote: >> Hi, I happened to find a bug: in target, "dpkg --list" shows >> "dpkg-query: failed to open package info file `/var/lib/dpkg/status' >> for reading: No such file or directory" >> >> Actually the files(status and available) does exist

[OE-core] MINUTES, OE-TSC meeting 28 Apr 2011

2011-05-18 Thread Jeff Osier-Mixon
d p x x 25 march x x 10 apr f2f x ? 28 apr x x 5 may ? ? 12 may AGENDA: OpenEmbedded Technical Steering Committee, 28 April 2011 ___ 01) Agree on meeting chair fray ___ 02) Followup on F2F meeting at ELC RP started branding trans

[OE-core] MINUTES, OE-TSC meeting 5 May 2011

2011-05-18 Thread Jeff Osier-Mixon
Minutes: OpenEmbedded Technical Steering Committee meeting: 5 May 2011 01) Agree on meeting chair //koen ___ 02) Status report on oe-core //got rid of srcrevs //Paul E did some cleanup, spurious machines gone //RP working on distr

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Richard Purdie
On Wed, 2011-05-18 at 20:15 +0200, Koen Kooi wrote: > Op 18 mei 2011, om 20:07 heeft Khem Raj het volgende geschreven: > > there are certain common parts that can be abstracted > > and can be maintained in oe-core so everyone benefits > > from it and certain image specific parts can be done in > >

[OE-core] [PATCH 30/30] u-boot: update SRCREV to 2011.03

2011-05-18 Thread Saul Wold
From: Darren Hart Fixes [YOCTO 1029] u-boot 2010.12 fails to run on the Beagleboard C4 and xM Rev A boards. Commit 55aacbc30e48f6f8a73fb989a58625e70887bc01 suggests there was a mixup during development, as the MD5SUM change is from the 2011.03 SRCREV back to the 2010.12. Chances are a patch was

[OE-core] [PATCH 29/30] *pull-request: add copyright, license, and descriptions

2011-05-18 Thread Saul Wold
From: Darren Hart Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request | 26 ++ scripts/send-pull-request | 25 + 2 files changed, 51 insertions(+), 0 deletions(-) diff --git a/scripts/c

[OE-core] [PATCH 21/30] send-pull-request: remove local mta support

2011-05-18 Thread Saul Wold
From: Darren Hart There is no real value in supporting sendmail directly when git can be configured to use it. The script used to generate the pull request mails relies heavily on git, so doing so here does not impose any additional dependencies and it greatly reduces the complexity of this scrip

[OE-core] [PATCH 20/30] send-pull-request: whitespace cleanup

2011-05-18 Thread Saul Wold
From: Darren Hart Indent with tabs, not spaces, for consistency with other bash scripts. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/send-pull-request | 250 ++-- 1 files changed, 125 insertions(+), 125 deletio

[OE-core] [PATCH 28/30] send-pull-request: streamline git-send-email usage

2011-05-18 Thread Saul Wold
From: Darren Hart The script was sending one patch at a time, which defeats the internal confirmation mechanism of git-send-email (which would otherwise allow the user to send all patches or abort immediately). Rework the sending logic to use no more than two commands. Use two commands when the

[OE-core] [PATCH 25/30] create-pull-request: do not check certificate

2011-05-18 Thread Saul Wold
From: Otavio Salvador Some remotes can use HTTPS and we don't need to check the certificate of the host so wget call is changed to avoid it. Signed-off-by: Otavio Salvador Signed-off-by: Darren Hart --- scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) d

[OE-core] [PATCH 24/30] send-pull-request: verify git sendemail config

2011-05-18 Thread Saul Wold
From: Darren Hart Perform a quick sanity check to be able to direct users to configure git.sendemail if they haven't yet. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/send-pull-request | 15 +++ 1 files changed, 15 insertions(+), 0 deleti

[OE-core] [PATCH 11/30] utils.bbclass: modify create_wrapper to correctly follow symlinks

2011-05-18 Thread Saul Wold
This ensures you look up the symbolic link to get the full path Signed-off-by: Saul Wold --- meta/classes/utils.bbclass |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 6bcaf86..1965d2f 100644 --- a/meta/clas

[OE-core] [PATCH 15/30] create-pull-request: alphabetize arguments

2011-05-18 Thread Saul Wold
From: Darren Hart Some initial cleanup prior to a significant overhaul. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/create-pull-request b/scr

[OE-core] [PATCH 26/30] create-pull-request: add GitHub remote support

2011-05-18 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador Signed-off-by: Darren Hart --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 9dbd55a..a9cf6f9 100755 --- a/scripts/c

[OE-core] [PATCH 19/30] create-pull-request: provide an RFC mode via -c argument

2011-05-18 Thread Saul Wold
From: Darren Hart Currently it is difficult to know if a pull request is being sent for review or just to be pulled. Add a -c argument to add RFC to the subject prefix and a blurb requesting review to the cover letter. Signed-off-by: Darren Hart Acked-by: Joshua Lock Acked-by: Otavio Salvador

[OE-core] [PATCH 27/30] create-pull-request: add untested oe repository support

2011-05-18 Thread Saul Wold
From: Darren Hart Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index a9cf6f9..634a289 100755 ---

[OE-core] [PATCH 22/30] send-pull-request: fix greedy auto-cc regex

2011-05-18 Thread Saul Wold
From: Darren Hart A greedy regular expression caused emails to be harvested from patches that were quoted in the commit message. Ensure only tags that start at the beginning of the line are considered for harvesting. NOTE: users are still responsible for verifying the recipients list and to

[OE-core] [PATCH 23/30] send-pull-request: don't send all patches to everyone even with -a

2011-05-18 Thread Saul Wold
From: Darren Hart Rather than sending every patch to every recipient of the entire series when -a is used, only send the cover letter to everyone and use git's --signed-off-by-cc feature to generate an auto cc list for the individual patches. Add a -c option to use --signed-off-by-cc to auto cc

[OE-core] [PATCH 18/30] create-pull-request: rewrite known private URLs to public URLs

2011-05-18 Thread Saul Wold
From: Darren Hart Rather than requiring users to have public remotes and private remotes when their development remotes are ssh based (and therefor unsuitable for a pull request URL), rewrite the ones we know about from ssh://git@ to git://. As the remote url vary from remote to remote, do the R

[OE-core] [PATCH 12/30] mklibs-native: Update to 0.1.33

2011-05-18 Thread Saul Wold
Signed-off-by: Saul Wold --- .../mklibs/files/ac_init_fix.patch |2 ++ .../mklibs/files/fix_STT_GNU_IFUNC.patch |3 +++ ...bs-native_0.1.31.bb => mklibs-native_0.1.33.bb} |2 +- 3 files changed, 6 insertions(+), 1 deletions(-) rename meta/recipes-devtools/mk

[OE-core] [PATCH 17/30] create-pull-request: use git request-pull and arbitrary remotes

2011-05-18 Thread Saul Wold
From: Darren Hart Allow for arbitrary remotes via a new -u argument. Remove the hard coded references to the pokylinux repositories. Create the WEB_URL from known remotes. Future patches can add additional WEB_URL mappings for remotes like Git Hub, Gitorious, and kernel.org. Rather than duplicat

[OE-core] [PATCH 16/30] create-pull-request: whitespace cleanup

2011-05-18 Thread Saul Wold
From: Darren Hart Indent with tabs, not spaces, to be consistent with other bash scripts. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request | 78 +- 1 files changed, 39 insertions(+), 39 deletion

[OE-core] [PATCH 10/30] Add adt repo checking

2011-05-18 Thread Saul Wold
From: Jessica Zhang Signed-off-by: Jessica Zhang --- .../installer/adt-installer/adt_installer | 13 - .../installer/adt-installer/adt_installer.conf |2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/installer/adt-install

[OE-core] [PATCH 14/30] qt4-tools-native: Fix the patch location

2011-05-18 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb b/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb index deb4231..8d292af 100644 --- a/meta/recipes-qt

[OE-core] [PATCH 13/30] usbutils: Update to 0.91

2011-05-18 Thread Saul Wold
Also move the upstream location to kernel.org Signed-off-by: Saul Wold --- .../{usbutils_0.86.bb => usbutils_0.91.bb} |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-bsp/usbutils/{usbutils_0.86.bb => usbutils_0.91.bb} (91%) diff --git a/meta/recipes-bsp/

[OE-core] [PATCH 09/30] extract bitbake config setting into data_define, use more variables replacing hardcoded values

2011-05-18 Thread Saul Wold
From: Jessica Zhang Signed-off-by: Jessica Zhang --- .../installer/adt-installer/adt_installer |2 +- .../installer/adt-installer/adt_installer.conf |2 +- .../adt-installer/scripts/adt_installer_internal |4 ++-- .../installer/adt-installer/scripts/data_define|

[OE-core] [PATCH 08/30] package-index.bb: add support for deb and rpm.

2011-05-18 Thread Saul Wold
From: Dexuan Cui [YOCTO #1024] Currently package-index.bb only supports ipk. This commit adds the support for rpm and deb, too. -- How to generate and use repos: 1) run "bitbake package-index" after building some target, e.g., core-image-sato-sdk; 2) export ${DEPLOY

[OE-core] [PATCH 06/30] linux-yocto: fix gcc 4.6.0 compilation failures

2011-05-18 Thread Saul Wold
From: Bruce Ashfield Fixes bug: [YOCTO #1035] Fixes bug: [YOCTO #1036] Fixes gcc 4.6.0 compliation issues by importing the upstream change: Author: Michal Marek Date: Mon May 2 12:13:01 2011 + kbuild: Fix passing -Wno-* options to gcc 4.4+ Starting with 4.4, gcc will happily ac

[OE-core] [PATCH 07/30] lsbsetup: Rename this file and add a link for lsb test

2011-05-18 Thread Saul Wold
From: Xiaofeng Yan [YOCTO #1079] Rename this file version from 0.9 to 1.0. Link time environment for Hong Kong time for lsb test. Signed-off-by: Xiaofeng Yan Added yocto bugid Signed-off-by: Saul Wold --- meta/recipes-extended/lsb/lsbsetup_0.9.bb | 25 - meta/reci

[OE-core] [PATCH 05/30] tcp-wrappers: fix libc overrides

2011-05-18 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- .../tcp-wrappers/tcp-wrappers_7.6.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index daaa2

[OE-core] [PATCH 04/30] sysstat: fix libc overrides

2011-05-18 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/recipes-extended/sysstat/sysstat.inc |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index a4cad0e..4756016 100644 --- a/meta/reci

[OE-core] [PATCH 03/30] lsof: fix libc overrides

2011-05-18 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/recipes-extended/lsof/lsof_4.84.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index 960d837..9e76096 100644 --- a/meta/recipes-ex

[OE-core] [PATCH 02/30] findutils: fix libc overrides

2011-05-18 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/recipes-extended/findutils/findutils.inc |2 +- .../recipes-extended/findutils/findutils_4.2.31.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-e

[OE-core] [PATCH 01/30] diffutils: fix libc overrides

2011-05-18 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/recipes-extended/diffutils/diffutils_2.8.1.bb |2 +- meta/recipes-extended/diffutils/diffutils_3.0.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/reci

[OE-core] [PATCH 00/30] 18-May-2011 Consolidated Pull

2011-05-18 Thread Saul Wold
This has a few core fixes to master for broken builds, utils.bbclass address the perl failure and qt4-tools-native address a qt4 failure. Additional this has Darren's new create/send pull request along with fixes for 4.6 and libc overrides. Thanks Sau! The following changes since commit 1eb02

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-05-18 Thread Gary Thomas
On 05/18/2011 01:47 PM, Simon Busch wrote: On 18.04.2011 14:17, Gary Thomas wrote: On 04/18/2011 05:34 AM, Koen Kooi wrote: Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven: On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: Martin did some Xorg cleanup in meta-oe toda

[OE-core] [PATCH 1/1] u-boot: update SRCREV to 2011.03

2011-05-18 Thread Darren Hart
From: Darren Hart Fixes [YOCTO 1029] u-boot 2010.12 fails to run on the Beagleboard C4 and xM Rev A boards. Commit 55aacbc30e48f6f8a73fb989a58625e70887bc01 suggests there was a mixup during development, as the MD5SUM change is from the 2011.03 SRCREV back to the 2010.12. Chances are a patch was

[OE-core] [PATCH 0/1] u-boot: update SRCREV to 2011.03

2011-05-18 Thread Darren Hart
From: Darren Hart Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: dvhart/beagle Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle Thanks, Darren Hart --- Darren Hart (1): u-boot: update SRCREV to 2011.03 meta/recipes-bsp/uboot/u-boot_git.bb |

[OE-core] [PATCH 2/5] Move packagedata code into oe.packagedata (sync from OE)

2011-05-18 Thread Chris Larson
From: Chris Larson Signed-off-by: Chris Larson --- meta/classes/package.bbclass |4 +- meta/classes/package_rpm.bbclass |3 +- meta/classes/packagedata.bbclass | 68 ++--- meta/lib/oe/packagedata.py | 106 ++ 4 files c

[OE-core] [PATCH 4/5] image.bbclass: switch to OE's IMAGE_FEATURES

2011-05-18 Thread Chris Larson
From: Chris Larson Currently, all image features are assumed to be package groups defined with oe.packagegroup (PACKAGE_GROUP_ = ""). Signed-off-by: Chris Larson --- meta/classes/core-image.bbclass | 112 ++- meta/classes/image.bbclass | 41 +

[OE-core] [PATCH 5/5] Use oe.data for IMAGE_FEATURES

2011-05-18 Thread Chris Larson
From: Chris Larson Signed-off-by: Chris Larson --- meta/classes/image.bbclass | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 3c62688..6b4e01e 100644 --- a/meta/classes/image.bbclass +++ b/meta/cla

[OE-core] [PATCH 1/5] oe.packagegroup: add code for package groups (sync from OE)

2011-05-18 Thread Chris Larson
From: Chris Larson This includes some utility functions for dealing with groups of packages defined in the metadata. Metadata syntax: PACKAGE_GROUP_ = "" If the packages in the group are optional: PACKAGE_GROUP_[optional] = "1" Signed-off-by: Chris Larson --- meta/classes/base.bbcl

[OE-core] [PATCH 3/5] packagedata: don't choke on empty PACKAGES

2011-05-18 Thread Chris Larson
From: Chris Larson Signed-off-by: Chris Larson --- meta/lib/oe/packagedata.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py index 7f0a89d..ee10a23 100644 --- a/meta/lib/oe/packagedata.py +++ b/meta/lib/oe/packa

[OE-core] [PATCH 0/5] Switch to OE's implementation of IMAGE_FEATURES

2011-05-18 Thread Chris Larson
From: Chris Larson This version uses variables to define the groups of packages rather than calls to base_contains. Note: this applies on top of kergoth/oe-sync-base. Example: PACKAGE_GROUP_stuff_i_like = "openssh nano foo" IMAGE_FEATURES += "stuff_i_like" Pull URL: git://git.openembedded.or

[OE-core] [PATCH 5/5] base.bbclass: use oe.data for OE_IMPORTS

2011-05-18 Thread Chris Larson
From: Chris Larson Signed-off-by: Chris Larson --- meta/classes/base.bbclass |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 391545c..7950bc3 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bb

[OE-core] [PATCH 0/5] Variable typing & reworked imports handling

2011-05-18 Thread Chris Larson
From: Chris Larson Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kergoth/oe-sync-base Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kergoth/oe-sync-base Thanks, Chris Larson --- Chris Larson (5): Implement variable typing (sy

[OE-core] [PATCH 1/5] Implement variable typing (sync from OE)

2011-05-18 Thread Chris Larson
From: Chris Larson This implementation consists of two components: - Type creation python modules, whose job it is to construct objects of the defined type for a given variable in the metadata - typecheck.bbclass, which iterates over all configuration variables with a type defined and uses o

[OE-core] [PATCH 3/5] base.bbclass: switch to current OE's imports handling

2011-05-18 Thread Chris Larson
From: Chris Larson The current mechanism makes it easier for classes to add new oe modules to be automatically imported, and thereby made available to python snippets (${@}). Signed-off-by: Chris Larson --- meta/classes/base.bbclass | 22 +- 1 files changed, 9 insertions(

[OE-core] [PATCH 2/5] oe.data: expand the flags

2011-05-18 Thread Chris Larson
From: Chris Larson Signed-off-by: Chris Larson --- meta/lib/oe/data.py |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/data.py b/meta/lib/oe/data.py index 8b7c3cd..4b4d03e 100644 --- a/meta/lib/oe/data.py +++ b/meta/lib/oe/data.py @@ -6,6 +6,11 @@ def ty

[OE-core] [PATCH 4/5] Shift oe import logic out of the event handler

2011-05-18 Thread Chris Larson
From: Chris Larson This can be useful if we need the imports from another config parsed event handler, and can't rely upon the base one running before that one. Signed-off-by: Chris Larson --- meta/classes/base.bbclass | 33 ++--- 1 files changed, 18 insertions(+)

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Khem Raj
On Wed, May 18, 2011 at 1:12 PM, Phil Blundell wrote: > On Wed, 2011-05-18 at 11:07 -0700, Khem Raj wrote: >> there are certain common parts that can be abstracted >> and can be maintained in oe-core so everyone benefits >> from it and certain image specific parts can be done in >> distros. So kee

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Phil Blundell
On Wed, 2011-05-18 at 11:07 -0700, Khem Raj wrote: > there are certain common parts that can be abstracted > and can be maintained in oe-core so everyone benefits > from it and certain image specific parts can be done in > distros. So keeping common parts in core would still > be better IMO Which

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-05-18 Thread Simon Busch
On 18.04.2011 14:17, Gary Thomas wrote: > On 04/18/2011 05:34 AM, Koen Kooi wrote: >> >> Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven: >> >>> On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: Martin did some Xorg cleanup in meta-oe today and we're seeing some st

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Martin Jansa
On Wed, May 18, 2011 at 07:52:50PM +0200, Leon Woestenberg wrote: > Hello, > > On Wed, May 18, 2011 at 7:29 PM, Koen Kooi wrote: > > > > Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven: > > > >> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote: > >>> Problem I have is, I don

[OE-core] [PATCH 1/1] utils.bbclass: modify create_wrapper to correctly follow symlinks

2011-05-18 Thread Saul Wold
From: Saul Wold This ensures you look up the symbolic link to get the full path Signed-off-by: Saul Wold --- meta/classes/utils.bbclass |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 6bcaf86..1965d2f 1006

[OE-core] [PATCH 0/1] utils.bbclass: fix for create_wrapper

2011-05-18 Thread Saul Wold
From: Saul Wold Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: sgw/patch Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgw/patch Thanks, Saul Wold --- Saul Wold (1): utils.bbclass: modify create_wrapper to correctly follow symlinks meta/classes/utils.b

Re: [OE-core] [PATCH 1/1] utils.bbclass: modify create_wrapper to correctly follow symlinks

2011-05-18 Thread Koen Kooi
Op 18 mei 2011, om 20:23 heeft Saul Wold het volgende geschreven: > From: Saul Wold > > This ensures you look up the symbolic link to get the full path > > Signed-off-by: Saul Wold > --- > meta/classes/utils.bbclass |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git

Re: [OE-core] [PATCH 09/15] send-pull-request: don't send all patches to everyone even with -a

2011-05-18 Thread Khem Raj
On Wed, May 18, 2011 at 10:18 AM, Darren Hart wrote: > Rather than sending every patch to every recipient of the entire series when > -a is used, only send the cover letter to everyone and use git's > --signed-off-by-cc feature to generate an auto cc list for the individual > patches. > > Add a -c

[OE-core] [PATCH 1/1] utils.bbclass: modify create_wrapper to correctly follow symlinks

2011-05-18 Thread Saul Wold
From: Saul Wold This ensures you look up the symbolic link to get the full path Signed-off-by: Saul Wold --- meta/classes/utils.bbclass |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 6bcaf86..a789d41 1006

[OE-core] [PATCH 0/1] [RFC] utils.bbclass: fix problem with perl and wrapper

2011-05-18 Thread Saul Wold
From: Saul Wold Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: sgw/patch Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgw/patch Thanks, Saul Wold --- Saul Wold (1): utils.bbclass: modify create_wrapper to correctly follow symlinks meta/classes/utils.b

[OE-core] [PATCH] default-distrovars: do not force usage of task-core-boot

2011-05-18 Thread Koen Kooi
DISTROs are free to opt for task-base without task-core-boot at image time. Signed-off-by: Koen Kooi --- meta/conf/distro/include/default-distrovars.inc |1 - meta/recipes-core/tasks/task-base.bb|2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/conf/d

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Koen Kooi
Op 18 mei 2011, om 20:07 heeft Khem Raj het volgende geschreven: > On Wed, May 18, 2011 at 10:52 AM, Leon Woestenberg > wrote: >> Hello, >> >> On Wed, May 18, 2011 at 7:29 PM, Koen Kooi >> wrote: >>> >>> Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven: >>> On Wed,

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Khem Raj
On Wed, May 18, 2011 at 10:52 AM, Leon Woestenberg wrote: > Hello, > > On Wed, May 18, 2011 at 7:29 PM, Koen Kooi wrote: >> >> Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven: >> >>> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote: Problem I have is, I dont want udev i

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Leon Woestenberg
Hello, On Wed, May 18, 2011 at 7:29 PM, Koen Kooi wrote: > > Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven: > >> On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote: >>> Problem I have is, I dont want udev in RDEPENDS which is added by >>> task-core-boot >>> and task-core-boo

Re: [OE-core] [PATCH 14/15] send-pull-request: streamline git-send-email usage

2011-05-18 Thread Khem Raj
On Wed, May 18, 2011 at 10:18 AM, Darren Hart wrote: > The script was sending one patch at a time, which defeats the internal > confirmation mechanism of git-send-email (which would otherwise allow > the user to send all patches or abort immediately). > > Rework the sending logic to use no more th

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Koen Kooi
Op 18 mei 2011, om 19:08 heeft Phil Blundell het volgende geschreven: > On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote: >> Problem I have is, I dont want udev in RDEPENDS which is added by >> task-core-boot >> and task-core-boot is added to DISTRO_EXTRA_RDEPENDS through >> default-distrovars.i

[OE-core] [PATCH 05/15] create-pull-request: provide an RFC mode via -c argument

2011-05-18 Thread Darren Hart
Currently it is difficult to know if a pull request is being sent for review or just to be pulled. Add a -c argument to add RFC to the subject prefix and a blurb requesting review to the cover letter. Signed-off-by: Darren Hart Acked-by: Joshua Lock Acked-by: Otavio Salvador Cc: Richard Purdie

[OE-core] [PATCH 10/15] send-pull-request: verify git sendemail config

2011-05-18 Thread Darren Hart
Perform a quick sanity check to be able to direct users to configure git.sendemail if they haven't yet. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/send-pull-request | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a

[OE-core] [PATCH 12/15] create-pull-request: add GitHub remote support

2011-05-18 Thread Darren Hart
From: Otavio Salvador Signed-off-by: Otavio Salvador Signed-off-by: Darren Hart --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 9dbd55a..a9cf6f9 100755 --- a/scripts/c

Re: [OE-core] [PATCH] distro/defaultsetup.conf: Append TCLIBC to TMPDIR by default

2011-05-18 Thread Khem Raj
On Tue, May 17, 2011 at 3:48 AM, Koen Kooi wrote: > From: Richard Purdie > > The current solutions to share uclibc, eglibc and glibc builds in the > same tree all have various issues associated with them. Appending the > suffix to TMPDIR seems like the best solution since sstate (which > defaults

[OE-core] [PATCH 06/15] send-pull-request: whitespace cleanup

2011-05-18 Thread Darren Hart
Indent with tabs, not spaces, for consistency with other bash scripts. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/send-pull-request | 250 ++-- 1 files changed, 125 insertions(+), 125 deletions(-) diff --git a/

[OE-core] [PATCH 11/15] create-pull-request: do not check certificate

2011-05-18 Thread Darren Hart
From: Otavio Salvador Some remotes can use HTTPS and we don't need to check the certificate of the host so wget call is changed to avoid it. Signed-off-by: Otavio Salvador Signed-off-by: Darren Hart --- scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) d

[OE-core] [PATCH 07/15] send-pull-request: remove local mta support

2011-05-18 Thread Darren Hart
There is no real value in supporting sendmail directly when git can be configured to use it. The script used to generate the pull request mails relies heavily on git, so doing so here does not impose any additional dependencies and it greatly reduces the complexity of this script. Signed-off-by: D

[OE-core] [PATCH 09/15] send-pull-request: don't send all patches to everyone even with -a

2011-05-18 Thread Darren Hart
Rather than sending every patch to every recipient of the entire series when -a is used, only send the cover letter to everyone and use git's --signed-off-by-cc feature to generate an auto cc list for the individual patches. Add a -c option to use --signed-off-by-cc to auto cc recipeients at the i

[OE-core] [PATCH 15/15] *pull-request: add copyright, license, and descriptions

2011-05-18 Thread Darren Hart
Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request | 26 ++ scripts/send-pull-request | 25 + 2 files changed, 51 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request b

[OE-core] [PATCH 13/15] create-pull-request: add untested oe repository support

2011-05-18 Thread Darren Hart
Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index a9cf6f9..634a289 100755 --- a/scripts/create-pu

[OE-core] [PATCH 04/15] create-pull-request: rewrite known private URLs to public URLs

2011-05-18 Thread Darren Hart
Rather than requiring users to have public remotes and private remotes when their development remotes are ssh based (and therefor unsuitable for a pull request URL), rewrite the ones we know about from ssh://git@ to git://. As the remote url vary from remote to remote, do the REMOTE_REPO regex per

[OE-core] [PATCH 14/15] send-pull-request: streamline git-send-email usage

2011-05-18 Thread Darren Hart
The script was sending one patch at a time, which defeats the internal confirmation mechanism of git-send-email (which would otherwise allow the user to send all patches or abort immediately). Rework the sending logic to use no more than two commands. Use two commands when the cover letter is to b

[OE-core] [PATCH 02/15] create-pull-request: whitespace cleanup

2011-05-18 Thread Darren Hart
Indent with tabs, not spaces, to be consistent with other bash scripts. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request | 78 +- 1 files changed, 39 insertions(+), 39 deletions(-) diff --git a/s

[OE-core] [PATCH 01/15] create-pull-request: alphabetize arguments

2011-05-18 Thread Darren Hart
Some initial cleanup prior to a significant overhaul. Signed-off-by: Darren Hart Acked-by: Otavio Salvador Cc: Otavio Salvador --- scripts/create-pull-request | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-req

[OE-core] [PATCH 08/15] send-pull-request: fix greedy auto-cc regex

2011-05-18 Thread Darren Hart
A greedy regular expression caused emails to be harvested from patches that were quoted in the commit message. Ensure only tags that start at the beginning of the line are considered for harvesting. NOTE: users are still responsible for verifying the recipients list and to ensure they do not

[OE-core] [PATCH 03/15] create-pull-request: use git request-pull and arbitrary remotes

2011-05-18 Thread Darren Hart
Allow for arbitrary remotes via a new -u argument. Remove the hard coded references to the pokylinux repositories. Create the WEB_URL from known remotes. Future patches can add additional WEB_URL mappings for remotes like Git Hub, Gitorious, and kernel.org. Rather than duplicating the git request-

[OE-core] [PATCH v2 00/15] *-pull-request: cleanup and overhaul

2011-05-18 Thread Darren Hart
This series was reviewed and received several Acks, now included, and no suggestions for change. It is now ready to be pulled into oe-core. Before merging into the poky/meta dir, poky/meta needs to be synced with oe-core. It is missing the following commit from oe-core: commit 84e07ef76bf4f484a2d5

[OE-core] [PATCH (v2, resend) 3/3] oe.terminal: improve how we spawn screen

2011-05-18 Thread Chris Larson
From: Chris Larson - Name the screen session 'devshell', to avoid confusion if running bitbake itself under a screen session. - Display a warning message when spawning screen, so it's clear to the user that screen has been run (otherwise do_devshell just appears to hang). Signed-off-by: Chri

[OE-core] [PATCH (v2, resend) 2/3] Rework how the devshell functions

2011-05-18 Thread Chris Larson
From: Chris Larson In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. It obeys the OE_TERMINAL variable, which is a 'choice' typed variable. This variable may be 'auto', 'none', or any of the names of the defined terminals. Whe

[OE-core] [PATCH (v2,resend) 0/3] Rework the devshell

2011-05-18 Thread Chris Larson
From: Chris Larson - Adds a utility metaclass for maintaining class registries - Shifts the handling of spawning a terminal into a new 'terminal' python module - Automatically selects an appropriate terminal based on what you have available on your machine - Still allows manual selection, but i

[OE-core] [PATCH (v2,resend) 1/3] oe.classutils: add module

2011-05-18 Thread Chris Larson
From: Chris Larson This adds a ClassRegistry utility metaclass, as maintaining a class registry is a fairly common thing to do. Signed-off-by: Chris Larson --- meta/lib/oe/classutils.py | 43 +++ 1 files changed, 43 insertions(+), 0 deletions(-) creat

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Phil Blundell
On Wed, 2011-05-18 at 09:40 -0700, Khem Raj wrote: > Problem I have is, I dont want udev in RDEPENDS which is added by > task-core-boot > and task-core-boot is added to DISTRO_EXTRA_RDEPENDS through > default-distrovars.inc -> defaultsetup.conf -> bitbake.conf > > and my distro adds DISTRO_EXTRA_R

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Khem Raj
On Wed, May 18, 2011 at 8:53 AM, Phil Blundell wrote: > On Tue, 2011-05-17 at 13:57 -0700, Khem Raj wrote: >> With default-setup being pulled in via bitbake.conf and task-core-boot >> being pulled into all images in distros, we need >> to have some variables that distro's can override if need be >

[OE-core] [PATCH 0/2] linux-yocto: fix gcc 4.6.0 compilation failures

2011-05-18 Thread Bruce Ashfield
Repeating the patch contents here, since that's the whole story: Fixes bug: [YOCTO #1035] Fixes bug: [YOCTO #1036] Fixes gcc 4.6.0 compliation issues by importing the upstream change: Author: Michal Marek Date: Mon May 2 12:13:01 2011 + kbuild: Fix passing -Wno-* options to gcc 4

[OE-core] [PATCH 0/2] linux-yocto: fix gcc 4.6.0 compilation failures

2011-05-18 Thread Bruce Ashfield
>From 92ad9ce8e770b46df38ed015486c76efe502f382 Mon Sep 17 00:00:00 2001 Message-Id: <92ad9ce8e770b46df38ed015486c76efe502f382.1305736112.git.bruce.ashfi...@windriver.com> In-Reply-To: References: From: Bruce Ashfield Date: Wed, 18 May 2011 12:07:44 -0400 Subject: [PATCH 1/2] linux-yocto: fix gc

[OE-core] [PATCH 2/2] linux-yocto/meta-yocto: fix gcc 4.6.0 compilation failures

2011-05-18 Thread Bruce Ashfield
Fixes gcc 4.6.0 compliation issues by importing the upstream change: Author: Michal Marek Date: Mon May 2 12:13:01 2011 + kbuild: Fix passing -Wno-* options to gcc 4.4+ Starting with 4.4, gcc will happily accept -Wno- in the cc-option test and complain late

Re: [OE-core] [PATCH 1/1] default-distrovars.inc, task-core-boot.bb: Create distro overridable varibales

2011-05-18 Thread Phil Blundell
On Tue, 2011-05-17 at 13:57 -0700, Khem Raj wrote: > With default-setup being pulled in via bitbake.conf and task-core-boot > being pulled into all images in distros, we need > to have some variables that distro's can override if need be > This is a backport from angstrom/OE. It will help distros w

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-18 Thread Phil Blundell
On Tue, 2011-05-17 at 17:22 +0100, Richard Purdie wrote: > On Tue, 2011-05-17 at 15:50 +0100, Phil Blundell wrote: > > I guess I could teach remove_packaging_data_files() to not create the > > empty directory if O_P_M=="none". Would you be happier with that? > > Mostly. The question remains what

Re: [OE-core] [PATCH 00/15] 18-May-2011 Consolidated Pull

2011-05-18 Thread Bruce Ashfield
On Wed, May 18, 2011 at 9:50 AM, Otavio Salvador wrote: > On Wed, May 18, 2011 at 10:30, Richard Purdie > wrote: >> On Wed, 2011-05-18 at 01:17 -0700, Saul Wold wrote: >>> This requests includes the removal of clutter, yaffs and older >>> gcc version, along with the GCC 4.6 Update for x86 and arm

  1   2   >