Re: [OE-core] [PATCH 0/1] oe-setup-builddir: remove unreachable code, update comments

2011-05-25 Thread Saul Wold
On 05/24/2011 03:31 PM, Darren Hart wrote: From: Darren Hartdvh...@linux.intel.com The following changes since commit 32a4e746273c3c7d3dd0f13b745bc0679cadaa44: codeparser.py: fix syntax error in exception handling (2011-05-24 17:16:47 +0100) are available in the git repository at:

[OE-core] [Updated Consolidated Pull 02/19] update-alternatives-dpkg: Update to dpkg base 1.15.8.7

2011-05-25 Thread Saul Wold
[YOCTO #1062] Due to failing fetch updated recipe and SRC_URI to use .bz2, Signed-off-by: Saul Wold s...@linux.intel.com --- .../update-alternatives-dpkg.inc | 12 ++-- .../update-alternatives-dpkg_1.13.22.bb|7 ---

[OE-core] [Updated Consolidated Pull 01/19] gail: update gail to 1.20.2

2011-05-25 Thread Saul Wold
[YOCTO #1042] - Added LIC_FILES_CHKSUM - Corrected LICENSE Signed-off-by: Saul Wold s...@linux.intel.com --- .../gnome/{gail_1.20.0.bb = gail_1.20.2.bb} | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gnome/{gail_1.20.0.bb = gail_1.20.2.bb}

[OE-core] [Updated Consolidated Pull 04/19] syslinux: rdepends on mtools

2011-05-25 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br To be able to install into a disk, mtools are required thus we add it as rdepends of 'syslinux' package. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-devtools/syslinux/syslinux_4.03.bb |4 +++- 1 files changed, 3

[OE-core] [Updated Consolidated Pull 07/19] create-pull-request: generalize the repository URL parsing

2011-05-25 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com The existing REMOTE_URL and REMOTE_REPO parsing made assumptions regarding the git URL format used for the known repository types. In fact, both of these ssh URL formats are valid for all the known repositories. Specifically:

[OE-core] [Updated Consolidated Pull 00/19] Updates and 1.1_M1 Targeted Fixes

2011-05-25 Thread Saul Wold
Richard, General consolidation of patches and updates over the last few days with testing done. This includes the proposed ROOTFS_SIZE cleanup, there will be a corresponding push to poky after this is in. Once some of the M1 patches are in, I will cherry-pick them for the RC3 build. Thanks

[OE-core] [Updated Consolidated Pull 06/19] ghostscript: fix run failure on mpc8315e

2011-05-25 Thread Saul Wold
From: Kang Kai kai.k...@windriver.com When run gs on mpc8315, it fails with: GPL Ghostscript 9.02: ./psi/interp.c(291): Fatal error -20 in gs_interp_init! It is caused by cross compile. Accoding to the ghostscript document on: http://pages.cs.wisc.edu/~ghost/doc/cvs/Make.htm#Cross-compiling it

[OE-core] [Updated Consolidated Pull 09/19] libpcre: upgrade from 8.10 to 8.12

2011-05-25 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../libpcre/{libpcre_8.10.bb = libpcre_8.12.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libpcre/{libpcre_8.10.bb = libpcre_8.12.bb}

[OE-core] [Updated Consolidated Pull 08/19] git: upgrade from 1.7.4.3 to 1.7.5.1

2011-05-25 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com the autotools patch is not needed anymore. The code which the patch was patching is removed, and there is no use of the patch now. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-devtools/git/files/autotools.patch| 16

[OE-core] [Updated Consolidated Pull 05/19] pulseaudio: package udev rules

2011-05-25 Thread Saul Wold
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |2 +- .../pulseaudio/pulseaudio_0.9.15.bb|2 +- .../pulseaudio/pulseaudio_0.9.22.bb|2 +- 3 files

[OE-core] [Updated Consolidated Pull 13/19] gst-plugins-base: Add tremor to DEPENDS

2011-05-25 Thread Saul Wold
gst-plugins-base requires the libvorbisidec library which is part of tremor Signed-off-by: Saul Wold s...@linux.intel.com --- .../gstreamer/gst-plugins-base_0.10.32.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [Updated Consolidated Pull 12/19] distro-tracking: update toolchain recipe fields

2011-05-25 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [Updated Consolidated Pull 14/19] elfutils_0.148.bb: Fix compilation on uclibc

2011-05-25 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Currently all components of elfutils dont compile with uclibc but elfutils is one part which is needed by other recipes e.g. gcc 4.5 to compile. we make adjustments so that when compiling for uclibc targets it _only_ builds and packages libelf use

[OE-core] [Updated Consolidated Pull 11/19] python-pygpbject: upgrade from 2.27 to 2.27.91

2011-05-25 Thread Saul Wold
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...bject_2.27.0.bb = python-pygobject_2.27.91.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python-pygobject_2.27.0.bb =

[OE-core] [Updated Consolidated Pull 03/19] send-pull-request: drop sendemail checks

2011-05-25 Thread Saul Wold
From: Otavio Salvador ota...@ossystems.com.br git send-email has the correct check on it. Basically the From is taken from the git 'user' and 'email' config values and in case 'sendemail.smtpserver' is not provided it defaults to use local sendmail command. Signed-off-by: Otavio Salvador

[OE-core] [Updated Consolidated Pull 16/19] IMAGE_ROOTFS_SIZE Cleanup

2011-05-25 Thread Saul Wold
This basic cleanup removes the _ext2/3 overrides from places they no longer belong since they did not allow further overrides. In doing this the core-image-minimal* recipes can now set a reasonably small rootfs so that it's a realistic size for minimal. The new default for minimal is 8M and will

[OE-core] [Updated Consolidated Pull 18/19] rootfs_ipk: issue a diagnostic if rootfs is declared read-only and not all maintainer scripts could be applied offline

2011-05-25 Thread Saul Wold
From: Phil Blundell p...@pbcl.net Signed-off-by: Phil Blundell ph...@gnu.org --- meta/classes/rootfs_ipk.bbclass | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 5727d15..edd84fb 100644 ---

[OE-core] [Updated Consolidated Pull 17/19] image_types: add IMAGE_ROOTFS_EXTRA_SPACE

2011-05-25 Thread Saul Wold
[YOCTO #886] This address 2 needs after the IMAGE_ROOTFS_SIZE is cleaned up, by removing the _ext2/3 overrides it allows for a cleaner override using IMAGE_ROOTFS_SIZE to create a large rootfs, or by setting the IMAGE_ROOTFS_EXTRA_SPACE, will allow for extra space allocated in Kilobytes above the

[OE-core] [Updated Consolidated Pull 19/19] gnutls: update to 2.12.5

2011-05-25 Thread Saul Wold
- Add libcap to depends Signed-off-by: Saul Wold s...@linux.intel.com --- .../configure-fix.patch|0 .../gnutls-openssl.patch |0 .../gnutls-texinfo-euro.patch |0 meta/recipes-support/gnutls/gnutls.inc

[OE-core] [PATCH] python-2.6.6: py_package_preprocess should change Makefile only in PKGD not D

2011-05-25 Thread Martin Jansa
* PACKAGEFUNCS ?= perform_packagecopy \ ${PACKAGE_PREPROCESS_FUNCS} \ our py_package_preprocess is called after perform_packagecopy which does copy D to PKGD so we change it to target version in D (image/) before populating sysroot (sysroot-destdir/) while keeping

Re: [OE-core] [Updated Consolidated Pull 19/19] gnutls: update to 2.12.5

2011-05-25 Thread Saul Wold
On 05/25/2011 01:40 AM, Saul Wold wrote: - Add libcap to depends Signed-off-by: Saul Wolds...@linux.intel.com --- .../configure-fix.patch|0 .../gnutls-openssl.patch |0 .../gnutls-texinfo-euro.patch |0

Re: [OE-core] adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Tom Zanussi
On Tue, 2011-05-24 at 13:07 -0500, Tom Zanussi wrote: On Tue, 2011-05-24 at 10:51 -0700, Koen Kooi wrote: Op 24 mei 2011, om 19:23 heeft Khem Raj het volgende geschreven: On (24/05/11 09:36), Darren Hart wrote: I've started pulling in the 15 or so patches to u-boot from meta-ti. In

Re: [OE-core] adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Koen Kooi
Op 25 mei 2011, om 16:28 heeft Tom Zanussi het volgende geschreven: On Tue, 2011-05-24 at 13:07 -0500, Tom Zanussi wrote: On Tue, 2011-05-24 at 10:51 -0700, Koen Kooi wrote: Op 24 mei 2011, om 19:23 heeft Khem Raj het volgende geschreven: On (24/05/11 09:36), Darren Hart wrote: I've

Re: [OE-core] [PATCH] python-2.6.6: py_package_preprocess should change Makefile only in PKGD not D

2011-05-25 Thread Richard Purdie
On Wed, 2011-05-25 at 14:40 +0200, Martin Jansa wrote: * PACKAGEFUNCS ?= perform_packagecopy \ ${PACKAGE_PREPROCESS_FUNCS} \ our py_package_preprocess is called after perform_packagecopy which does copy D to PKGD so we change it to target version in D (image/) before

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Richard Purdie
I did a little research and I'd like to try and help us move forward. The problem at the moment is both oe-core and meta-ti have u-boot recipes. If Yocto were to merge in the meta-ti recipe to meta-yocto it would overshadow the oe-core recipe. I believe Yocto wants to encourage sharing a core on

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Khem Raj
On Wed, May 25, 2011 at 8:51 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I did a little research and I'd like to try and help us move forward. The problem at the moment is both oe-core and meta-ti have u-boot recipes. If Yocto were to merge in the meta-ti recipe to meta-yocto

Re: [OE-core] [PATCH 1/1] uclibc: Upgrade to 0.9.32-rc3

2011-05-25 Thread Phil Blundell
On Tue, 2011-05-24 at 11:33 +0100, Phil Blundell wrote: On Sun, 2011-05-22 at 16:04 -0700, Khem Raj wrote: Bring in the uclibc recipes from meta-oe they have been well tested by now. This doesn't build for me on i586: | ccache i586-oe-linux-uclibc-gcc -march=i586

[OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Phil Blundell
By way of displacement activity to avoid actually fixing my perl compilation problem, it occurred to me to investigate why perl was getting dragged into a micro-base-image build in the first place. The culprit turns out to be imake, which does: RDEPENDS_${PN} = perl xproto and is then

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Chris Larson
On Wed, May 25, 2011 at 10:01 AM, Phil Blundell p...@pbcl.net wrote: By way of displacement activity to avoid actually fixing my perl compilation problem, it occurred to me to investigate why perl was getting dragged into a micro-base-image build in the first place.  The culprit turns out to

Re: [OE-core] [PATCH 0/3] Pull request with misc fixes from O.S. Systems tree

2011-05-25 Thread Saul Wold
On 05/23/2011 05:13 AM, Otavio Salvador wrote: The following changes since commit 54ecf8e3992b8a01c2e5bd16720e1819b71b68bd: packagedata: don't choke on empty PACKAGES (2011-05-20 17:41:34 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core.git master

Re: [OE-core] [PATCH] pulseaudio: package udev rules

2011-05-25 Thread Saul Wold
On 05/23/2011 07:59 AM, Koen Kooi wrote: Signed-off-by: Koen Kooik...@dominion.thruhere.net --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |2 +- .../pulseaudio/pulseaudio_0.9.15.bb|2 +- .../pulseaudio/pulseaudio_0.9.22.bb|2 +- 3 files

Re: [OE-core] [PATCH 0/1] create-pull-request: generalize the repository URL parsing

2011-05-25 Thread Saul Wold
On 05/23/2011 01:06 PM, Darren Hart wrote: I noticed the REMOTE_REPO was not being properly parsed by the create-pull-request script in a pull recently sent from Khem. This should address the issue with the added benefit of treating each of pokylinux, yoctoproject, openembedded, and github with

Re: [OE-core] [UPGRADES 0/5] upgrade of some of the toolchain recipes

2011-05-25 Thread Saul Wold
On 05/23/2011 05:50 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com The following changes since commit 3504c3a9b1af5a3405e0a03a5ade50b82535b6dd: documentation/yocto-project-qs/yocto-project-qs.xml: fixed build env script (2011-05-23 15:53:29 +0100) are

Re: [OE-core] [PATCH 0/2] Fixes for eglibc parallel build and elfutils on uclibc

2011-05-25 Thread Saul Wold
On 05/24/2011 12:18 PM, Khem Raj wrote: This patchset addresses the issue Saul ran into with do_install on eglibc second patch is to get elfutils compile partially for uclibc, the reason is that it also provides libelf which is needed by other packages such as gcc 4.5 to build. So either we add

Re: [OE-core] [PATCH 0/1] oe-setup-builddir: remove unreachable code, update comments

2011-05-25 Thread Darren Hart
On 05/24/2011 11:32 PM, Saul Wold wrote: On 05/24/2011 03:31 PM, Darren Hart wrote: From: Darren Hartdvh...@linux.intel.com The following changes since commit 32a4e746273c3c7d3dd0f13b745bc0679cadaa44: codeparser.py: fix syntax error in exception handling (2011-05-24 17:16:47 +0100)

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Darren Hart
On 05/25/2011 09:49 AM, Henning Heinold wrote: Hi, I agree with khem, each machine should maintain it's bootloader in his bsp or layer. I'm leaning this way as well. I think oe-core should remain at an official u-boot tagged release, like 2011.03 and layers can then extend that with a

Re: [OE-core] adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Darren Hart
On 05/25/2011 12:11 PM, Phil Blundell wrote: On Wed, 2011-05-25 at 11:56 -0700, Darren Hart wrote: If it is indeed space separated then I should be able to remedy both issues by simply using the append operator and not self-referencing. Correct? I think that's true, yes. But, space

Re: [OE-core] [PATCH] dbus: split X11 dependant dbus-launch into its own subpackage

2011-05-25 Thread Koen Kooi
Op 25 mei 2011, om 21:55 heeft Phil Blundell het volgende geschreven: On Wed, 2011-05-25 at 21:47 +0200, Koen Kooi wrote: +FILES_${PN}-x11 = {bindir}/dbus-launch That doesn't look quite right. Gah, copy-paste mistake from meta-oe, I'll send a new version

[OE-core] [PATCH] dbus: split X11 dependant dbus-launch into its own subpackage

2011-05-25 Thread Koen Kooi
This makes dbus usable in non-X enviroments like QT/e From the original commit in OE .dev: commit 8e25448fb01b6fa6ea3a86f9327f080cd753dfbc Author: John Lee john_...@openmoko.org Date: Fri Sep 5 11:37:39 2008 + dbus: enable x support and put dbus-launch into new package dbus-x11 *

Re: [OE-core] adding meta-intel layers breaks parsing, was Re: Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Richard Purdie
On Wed, 2011-05-25 at 13:04 -0700, Darren Hart wrote: On 05/25/2011 12:11 PM, Phil Blundell wrote: On Wed, 2011-05-25 at 11:56 -0700, Darren Hart wrote: If it is indeed space separated then I should be able to remedy both issues by simply using the append operator and not

Re: [OE-core] [PATCH] dbus: split X11 dependant dbus-launch into its own subpackage

2011-05-25 Thread Richard Purdie
On Wed, 2011-05-25 at 22:18 +0200, Koen Kooi wrote: This makes dbus usable in non-X enviroments like QT/e From the original commit in OE .dev: commit 8e25448fb01b6fa6ea3a86f9327f080cd753dfbc Author: John Lee john_...@openmoko.org Date: Fri Sep 5 11:37:39 2008 + dbus: enable x

Re: [OE-core] [PATCH] dbus: split X11 dependant dbus-launch into its own subpackage

2011-05-25 Thread Saul Wold
On 05/25/2011 02:43 PM, Richard Purdie wrote: On Wed, 2011-05-25 at 22:18 +0200, Koen Kooi wrote: This makes dbus usable in non-X enviroments like QT/e From the original commit in OE .dev: commit 8e25448fb01b6fa6ea3a86f9327f080cd753dfbc Author: John Leejohn_...@openmoko.org Date: Fri Sep 5

Re: [OE-core] [PATCH 0/1] oe-setup-builddir: remove unreachable code, update comments

2011-05-25 Thread Saul Wold
On 05/25/2011 10:58 AM, Darren Hart wrote: On 05/24/2011 11:32 PM, Saul Wold wrote: On 05/24/2011 03:31 PM, Darren Hart wrote: From: Darren Hartdvh...@linux.intel.com The following changes since commit 32a4e746273c3c7d3dd0f13b745bc0679cadaa44: codeparser.py: fix syntax error in

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Richard Purdie
On Wed, 2011-05-25 at 09:36 -0700, Khem Raj wrote: On Wed, May 25, 2011 at 8:51 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I did a little research and I'd like to try and help us move forward. The problem at the moment is both oe-core and meta-ti have u-boot recipes. If

Re: [OE-core] [PATCH 0/1] oe-setup-builddir: remove unreachable code, update comments

2011-05-25 Thread Richard Purdie
On Wed, 2011-05-25 at 14:49 -0700, Saul Wold wrote: On 05/25/2011 10:58 AM, Darren Hart wrote: On 05/24/2011 11:32 PM, Saul Wold wrote: On 05/24/2011 03:31 PM, Darren Hart wrote: From: Darren Hartdvh...@linux.intel.com The following changes since commit

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Khem Raj
On Wed, May 25, 2011 at 4:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-05-25 at 18:01 +0100, Phil Blundell wrote: By way of displacement activity to avoid actually fixing my perl compilation problem, it occurred to me to investigate why perl was getting dragged

[OE-core] [PATCH 0/5] license.bbclass parsing changes and common-license additions

2011-05-25 Thread Elizabeth Flanagan
This pull request is a consolidated pull of some changes to the license.bbclass license parsing, some cleanup of existing licenses, and some additions to/ modifications of various licenses kept in meta/files/common-licenses. I've modified the common-licenses by adding licenses from the Software

[OE-core] [PATCH 2/5] license.bbclass: Sane Parsing of licenses

2011-05-25 Thread Elizabeth Flanagan
This is a first pass at sane license parsing, using python abstract syntax trees. A few notes on this since ast is not generally used. I massage the LICENSE field to be more pythonesque and then create an ast. I then dump the ast and using a LicenseVisitor class, recurse through the tree,

Re: [OE-core] Updating u-boot for oe-core or meta-yocto

2011-05-25 Thread Jason Kridner
This thread got pretty long pretty fast, but I am imagining there is some place still here for me to chime in and build my own understanding of what we are doing... On Wed, May 25, 2011 at 5:51 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-05-25 at 09:36 -0700, Khem

[OE-core] [PATCH 3/5] License Field Cleanup: Non-standard field names

2011-05-25 Thread Elizabeth Flanagan
I've cleaned up some odd license fields, fixed some license names and corrected some incorrect licenses. LICENSE really needs a pass through by the maintainers as some of the licensing is incorrect. Also, every license with Artistic should be gone through and noted as which version of Artistic.

[OE-core] [PATCH 5/5] license.bbclass: Fixing LICENSE modifiers.

2011-05-25 Thread Elizabeth Flanagan
I support two license type modifiers. + meaning or greater and * meaning with exceptions for licenses that don't have a generic with exceptions (as some do). For now, I'm stripping them out and doing the base generic Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com ---

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Richard Purdie
On Thu, 2011-05-26 at 00:02 +0100, Richard Purdie wrote: I think we need to fix native.bbclass. I dread to think what this is doing to the dependency tree at present. We did remove most references to RDEPENDS directly so I think that makes this a high priority to fix. I'd note that the

Re: [OE-core] Where to host new layers

2011-05-25 Thread Mike Westerhof
On 5/13/2011 4:10 AM, Khem Raj wrote: Hi Mike and all I have created couple of layers namely meta-slugos (distro layer) and meta-nslu ( machine layer). I was looking for place to host those layers. Would they be good under meta-openembedded ? I dont think http://www.nslu2-linux.org/ has

[OE-core] [PATCH 0/2] u-boot updates to make it more bbappend friendly

2011-05-25 Thread Darren Hart
Tested via build/install/boot of core-image-minimal with the meta-yocto beagleboard machine config. The following changes since commit 1607d7b6809eb3f0aa8d09713a4e467a1f4585a2: IMAGE_ROOTFS_SIZE: Cleanup machine conf files (2011-05-25 14:07:37 -0700) are available in the git repository at:

[OE-core] [pull-oe-uboot 1/2] u-boot: remove UBOOT_MACHINE and COMPATIBLE_MACHINES

2011-05-25 Thread Darren Hart
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 infrastructure. Also note that COMPATIBLE_MACHINES is not easily extended due to its regex syntax: (machine_a|machine_b), making it difficult to extend the u-boot

[OE-core] [pull-oe-uboot 2/2] u-boot: rename u-boot_git.bb to u-boot_${PV}.bb

2011-05-25 Thread Darren Hart
In order to facilitate reuse of the oe-core u-boot recipe, there needs to be some assurance that the oe-core version won't change without a clear indicator to people extending it. By renaming the recipe to include its version string instead of git, BSP layers can extend a specific base version of