Re: [OE-core] [PATCH 2/2] tclibc-uclibc.inc: Append -uclibc only to target recipes

2011-05-18 Thread Khem Raj
On (17/05/11 01:13), Richard Purdie wrote: On Sun, 2011-05-15 at 23:04 -0700, Khem Raj wrote: Do not define DEPLOY_DIR_IMAGE Append -uclibc to STAGING_DIR_TARGET only for target recipe and cross recipes Append -uclibc to STAGING_DIR_HOST only for target recipes. These changes make

Re: [OE-core] [PATCH 2/2] tclibc-uclibc.inc: Append -uclibc only to target recipes

2011-05-18 Thread Richard Purdie
On Wed, 2011-05-18 at 00:49 -0700, Khem Raj wrote: I think we need to globalize libc variable like MACHINE or MULTIMACHINE and we could check if PREFERRED_PROVIDER_virtual/libc == TCLIBC or not in base.bbclass for sanity. Something like attached patch might be able to do it Having assessed

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

2011-05-18 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Richard, This requests includes the removal of clutter, yaffs and older gcc version, along with the GCC 4.6 Update for x86 and arm. There is the start of the meta-skeleton layer, which I believe we want to be part of oe-core for solid examples to developers.

[OE-core] [PATCH 01/15] yaffs2: Remove yaffs2 from oe-core

2011-05-18 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Move to meta-extras Also remove yaffs2 from image_types.bbclass Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image_types.bbclass |3 - .../yaffs2/files/mkyaffs2image.patch | 351

[OE-core] [PATCH 12/15] Couple minor fixes for the OECORE rename

2011-05-18 Thread Saul Wold
From: Jessica Zhang jessica.zh...@intel.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/toolchain-scripts.bbclass |6 +++--- meta/conf/bitbake.conf |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 04/15] task-core-clutter: Update to 1.6

2011-05-18 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Removed clutter-gtk and box2d Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-graphics/tasks/task-core-clutter.bb | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 11/15] recipes: add Upstream-Status to various recipe patches

2011-05-18 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Add Upstream-Status tag to patches for the following recipes: apmd insserv linuxdoc-tools openjade sgmlspl at sudo Signed-off-by: Scott Garman scott.a.gar...@intel.com --- meta/recipes-bsp/apmd/apmd-3.2.2-14/libtool.patch | 28 +++

[OE-core] [PATCH 15/15] gst-openmax: Add patch for GCC 4.6.0

2011-05-18 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- .../gstreamer/gst-openmax/gcc_4.6.patch| 18 ++ .../gstreamer/gst-openmax_0.10.1.bb|6 -- 2 files changed, 22 insertions(+), 2 deletions(-) create mode

[OE-core] [PATCH 10/15] tcmode-default: switch to gcc 4.6.0 for x86, x86-64 arm

2011-05-18 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com mips ppc are not ready yet. Waiting for kernel issues to be fixed. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/distro/include/tcmode-default.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 14/15] qemu: Fix Dependency and compatible machines

2011-05-18 Thread Saul Wold
From: Saul Wold s...@linux.intel.com add DEFAULT_PREFERENCE = -1 to disable git recipe Added libx11 for GL support to DEPENDS Use BROKEN to disable qemuarm and qemumips world build of qemu target Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/qemu/qemu.inc | 10

Re: [OE-core] [PATCH 2/2] tclibc-uclibc.inc: Append -uclibc only to target recipes

2011-05-18 Thread Khem Raj
On (18/05/11 08:57), Richard Purdie wrote: On Wed, 2011-05-18 at 00:49 -0700, Khem Raj wrote: I think we need to globalize libc variable like MACHINE or MULTIMACHINE and we could check if PREFERRED_PROVIDER_virtual/libc == TCLIBC or not in base.bbclass for sanity. Something like attached

[OE-core] [PATCH 03/15] clutter: Clean up old recipes

2011-05-18 Thread Saul Wold
From: Saul Wold s...@linux.intel.com clutter-1.4 is moved to meta-extras clutter-box2d is migrated to latest 1.6 version Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb | 25

[OE-core] [PATCH 08/15] Add pidofproc to ${sysconfdir}/init.d/functions

2011-05-18 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com Add pidofproc to ${sysconfdir}/init.d/functions, this is used for getting the pid of the process. It uses pidof to implement currently, it may also use the pidfile or ps to implement in the future. Signed-off-by: Robert Yang liezhi.y...@windriver.com

[OE-core] [PATCH 09/15] Add a skeleton for init scripts

2011-05-18 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com Add a skeleton for init scripts, the original structure is from /etc/init.d/skeleton of Ubuntu 10.10, it is in sysvinit_2.87dsf, so add the COPYRIGHT(GPLv2) of sysvinit_2.87dsf. Modified the original skeleton a lot to make it as easy as possible, just

[OE-core] [PATCH 0/3] Qt4 cleanup

2011-05-18 Thread Paul Eggleton
From: Paul Eggleton paul.eggle...@linux.intel.com Remove Qt 4.6.3 in favour of 4.7.3 (which should be binary compatible with 4.6.x), add Upstream-Status to remaining patches and re-enable some patches that were missed with the original upgrade to 4.7.x. Pull URL:

[OE-core] [PATCH 2/3] qt4: add comments and Upstream-Status to all patches

2011-05-18 Thread Paul Eggleton
From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-qt/qt4/files/0004-no-qmake.patch |1 + .../qt4/files/0006-freetype-host-includes.patch|3 ++- meta/recipes-qt/qt4/files/0008-qt-lib-infix.patch |7

[OE-core] [PATCH 1/3] qt4: remove Qt 4.6.3

2011-05-18 Thread Paul Eggleton
From: Paul Eggleton paul.eggle...@linux.intel.com We should only have one version of Qt4 supported in oe-core. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-qt/qt4/files/0001-cross-compile.patch | 36 -- .../qt4/files/0002-fix-resinit-declaration.patch |

[OE-core] [PATCH 3/3] qt4: re-enable two 4.6.x patches in 4.7.3

2011-05-18 Thread Paul Eggleton
From: Paul Eggleton paul.eggle...@linux.intel.com Two patches that were being applied in 4.6.x are now applied for 4.7.3. The functions of these two patches are: * Add support for 2bpp (only affects qt4-embedded) * Use correct infix on QtUiTools library (only affects qt4-embedded as

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

2011-05-18 Thread Cui, Dexuan
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, but not in /var/lib/dpkg/ -- they're in /var/dpkg/. ln -s

Re: [OE-core] [PATCH 2/2] tclibc-uclibc.inc: Append -uclibc only to target recipes

2011-05-18 Thread Khem Raj
On Wed, May 18, 2011 at 1:47 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 mei 2011, om 10:12 heeft Khem Raj het volgende geschreven: On (18/05/11 08:57), Richard Purdie wrote: On Wed, 2011-05-18 at 00:49 -0700, Khem Raj wrote: I think we need to globalize libc variable like MACHINE

Re: [OE-core] [RFC PATCH] u-boot: remove UBOOT_MACHINE and COMPATIBLE_MACHINES

2011-05-18 Thread Richard Purdie
On Tue, 2011-05-17 at 16:37 -0700, Darren Hart wrote: On 05/17/2011 04:15 PM, Richard Purdie wrote: On Tue, 2011-05-17 at 16:00 -0700, Darren Hart wrote: oe-core does not define any machines, so it does not make sense to add machine specific information in the oe-core u-boot recipe and

[OE-core] [PATCH 0/1][v3] Automatically generate package repos for rpmand deb [bug #1024]

2011-05-18 Thread Dexuan Cui
From: Dexuan Cui dexuan@intel.com This was made to address http://bugzilla.yoctoproject.org/show_bug.cgi?id=1024. Thanks a lot to RP and Saul's suggestions, the patch becomes much cleaner now. As to DEB, I found currently in target, some important config files, like /etc/apt/sources.list,

[OE-core] [PATCH 1/1][RFC][v3] package-index.bb: add support for rpm and deb.

2011-05-18 Thread Dexuan Cui
From: Dexuan Cui dexuan@intel.com [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;

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

2011-05-18 Thread Richard Purdie
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. There is the start of the meta-skeleton layer, which I believe we want to be part of oe-core for solid examples to

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

2011-05-18 Thread Mark Hatle
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, but not in /var/lib/dpkg/ --

Re: [OE-core] [PATCH 0/3] Qt4 cleanup

2011-05-18 Thread Richard Purdie
On Wed, 2011-05-18 at 10:08 +0100, Paul Eggleton wrote: From: Paul Eggleton paul.eggle...@linux.intel.com Remove Qt 4.6.3 in favour of 4.7.3 (which should be binary compatible with 4.6.x), add Upstream-Status to remaining patches and re-enable some patches that were missed with the original

[OE-core] [PATCH 4/5] sysstat: fix libc overrides

2011-05-18 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- 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 ---

[OE-core] [PATCH 3/5] lsof: fix libc overrides

2011-05-18 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- 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 ---

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

2011-05-18 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../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

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 ota...@ossystems.com.br wrote: On Wed, May 18, 2011 at 10:30, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-05-18 at 01:17 -0700, Saul Wold wrote: This requests includes the removal of clutter, yaffs and older gcc

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

[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 mma...@suse.cz 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-anything in the cc-option

[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: cover.1305736112.git.bruce.ashfi...@windriver.com References: cover.1305736112.git.bruce.ashfi...@windriver.com

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 p...@pbcl.net 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

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_RDEPENDS

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This adds a ClassRegistry utility metaclass, as maintaining a class registry is a fairly common thing to do. Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/lib/oe/classutils.py | 43 +++ 1 files

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - 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

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com 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

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - 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

[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

[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

[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

[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 dvh...@linux.intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br Cc: Otavio Salvador ota...@ossystems.com.br --- scripts/create-pull-request | 10 +- 1 files changed, 5 insertions(+), 5

[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 dvh...@linux.intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br Cc: Otavio Salvador ota...@ossystems.com.br --- scripts/create-pull-request | 78

[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

[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

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

2011-05-18 Thread Darren Hart
Signed-off-by: Darren Hart dvh...@linux.intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br Cc: Otavio Salvador ota...@ossystems.com.br --- scripts/create-pull-request | 26 ++ scripts/send-pull-request | 25 + 2 files changed, 51

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

2011-05-18 Thread Darren Hart
Signed-off-by: Darren Hart dvh...@linux.intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br Cc: Otavio Salvador ota...@ossystems.com.br --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request

[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

[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:

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

2011-05-18 Thread Darren Hart
From: Otavio Salvador ota...@ossystems.com.br 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 ota...@ossystems.com.br Signed-off-by: Darren Hart dvh...@linux.intel.com ---

[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 dvh...@linux.intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br Cc: Otavio Salvador ota...@ossystems.com.br --- scripts/send-pull-request | 250 ++--

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 k...@dominion.thruhere.net wrote: From: Richard Purdie richard.pur...@linuxfoundation.org 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

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

2011-05-18 Thread Darren Hart
From: Otavio Salvador ota...@ossystems.com.br Signed-off-by: Otavio Salvador ota...@ossystems.com.br Signed-off-by: Darren Hart dvh...@linux.intel.com --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request

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.inc -

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 dvh...@linux.intel.com 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

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 k...@dominion.thruhere.net 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

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 leon.woestenb...@gmail.com wrote: Hello, On Wed, May 18, 2011 at 7:29 PM, Koen Kooi k...@dominion.thruhere.net 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:

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 leon.woestenb...@gmail.com wrote: Hello, On Wed, May 18, 2011 at 7:29 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 18 mei 2011, om 19:08 heeft Phil Blundell het

[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 k...@dominion.thruhere.net --- meta/conf/distro/include/default-distrovars.inc |1 - meta/recipes-core/tasks/task-base.bb|2 +- 2 files changed, 1 insertions(+), 2

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

2011-05-18 Thread Saul Wold
From: Saul Wold s...@linux.intel.com 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 s...@linux.intel.com --- Saul Wold (1): utils.bbclass: modify create_wrapper to

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

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

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

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

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 k...@dominion.thruhere.net 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

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 strange behaviour.

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 are

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 p...@pbcl.net 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.

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com 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 chris_lar...@mentor.com --- meta/classes/base.bbclass | 33

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com 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_lar...@mentor.com ---

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- 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

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- 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 ---

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com 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:

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This includes some utility functions for dealing with groups of packages defined in the metadata. Metadata syntax: PACKAGE_GROUP_group = list of packages If the packages in the group are optional: PACKAGE_GROUP_group[optional] = 1

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- 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

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

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Currently, all image features are assumed to be package groups defined with oe.packagegroup (PACKAGE_GROUP_group = list of packages). Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/classes/core-image.bbclass | 112

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

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

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

2011-05-18 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com 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 dvh...@linux.intel.com --- Darren Hart (1): u-boot: update SRCREV to

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

2011-05-18 Thread Darren Hart
From: Darren Hart dvh...@linux.intel.com 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.

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

[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

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

2011-05-18 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- 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

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

2011-05-18 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- 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

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

2011-05-18 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../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

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

2011-05-18 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Fixes bug: [YOCTO #1035] Fixes bug: [YOCTO #1036] Fixes gcc 4.6.0 compliation issues by importing the upstream change: Author: Michal Marek mma...@suse.cz Date: Mon May 2 12:13:01 2011 + kbuild: Fix passing -Wno-* options to gcc 4.4+

[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 xiaofeng@windriver.com [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 xiaofeng@windriver.com Added yocto bugid Signed-off-by: Saul Wold s...@linux.intel.com ---

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

2011-05-18 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/sysstat/sysstat.inc |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/sysstat/sysstat.inc

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

2011-05-18 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com [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;

[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 jessica.zh...@intel.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer |2 +- .../installer/adt-installer/adt_installer.conf |2 +- .../adt-installer/scripts/adt_installer_internal |4 ++--

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

2011-05-18 Thread Saul Wold
From: Jessica Zhang jessica.zh...@intel.com Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- .../installer/adt-installer/adt_installer | 13 - .../installer/adt-installer/adt_installer.conf |2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff

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

2011-05-18 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- 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

[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 s...@linux.intel.com --- .../{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

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

2011-05-18 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- 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

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

2011-05-18 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com 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

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

2011-05-18 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com 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

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

2011-05-18 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com 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

[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 dvh...@linux.intel.com 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

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

2011-05-18 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com Signed-off-by: Darren Hart dvh...@linux.intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br Cc: Otavio Salvador ota...@ossystems.com.br --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git

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

2011-05-18 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com 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 dvh...@linux.intel.com

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

2011-05-18 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br Signed-off-by: Otavio Salvador ota...@ossystems.com.br Signed-off-by: Darren Hart dvh...@linux.intel.com --- scripts/create-pull-request |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request

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

2011-05-18 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com Some initial cleanup prior to a significant overhaul. Signed-off-by: Darren Hart dvh...@linux.intel.com Acked-by: Otavio Salvador ota...@ossystems.com.br Cc: Otavio Salvador ota...@ossystems.com.br --- scripts/create-pull-request | 10 +- 1

  1   2   >