[OE-core] [Build App RFC 4/5] vmdk: Update for direstdisk

2012-03-26 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image-vmdk.bbclass | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/image-vmdk.bbclass index 9d596cd..736d1d7 100644 ---

[OE-core] [Build App RFC 2/5] image-vmdk: Add symbolic link

2012-03-26 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image-vmdk.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/image-vmdk.bbclass index 3e63006..9d596cd 100644 --- a/meta/classes/image-vmdk.bbclass +++

[OE-core] [Build App RFC 5/5] builder: Enable auto starting of Hob

2012-03-26 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-graphics/builder/builder_0.1.bb |2 +- .../builder/files/builder_hob_start.sh | 10 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/builder/builder_0.1.bb

[OE-core] [Build App RFC 0/5] Review Request for Build Appliance

2012-03-26 Thread Saul Wold
Richard, This is an updated set of changes for the Build Appliance to use directdisk. I am submitting this even as I am finding out that there is an issue with genext2fs building Large FS Size (5GB and greater). The other option is to add a newer version of dosfstools, which is not fully vetted

[OE-core] [Build App RFC 3/5] boot-directdisk: Fix Block Calcuation

2012-03-26 Thread Saul Wold
This also changes the timeout to be settable The block calcuation was not correctly rounding, see comment Thanks to Darren Hart for fixing this. Cc: Darren Hart dvh...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/boot-directdisk.bbclass | 19

[OE-core] [PATCH 0/1] qemu: add fedora pkg names when build failed

2012-03-26 Thread Robert Yang
The following changes since commit fb3e59c88eda5ee3a53ad04aafaa7b749ecc1cc2: core-image-minimal-mtdutils.bb: Simple DESCRIPTION grammar fix. (2012-03-25 12:27:43 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/qemu

[OE-core] [PATCH 1/1] qemu: add fedora pkg names when build failed

2012-03-26 Thread Robert Yang
When qemu build failed, we can see such messages: You need libGL.so and libGLU.so to exist in your library path and the development headers for SDL installed to build qemu-native. Ubuntu package names are: libgl1-mesa-dev, libglu1-mesa-dev and libsdl1.2-dev These pkgs have different names on

[OE-core] [PATCH 1/1] gcc-cross-canadian: Fixed packaging warnings.

2012-03-26 Thread Lianhao Lu
Removed non-shipped empty directories: -${prefix}/${TARGET_SYS} -${libdir}/../lib -${prefix}/include Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/gcc/gcc-package-sdk.inc |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 0/1] Fixed gcc-cross-canadian packaging warnings.

2012-03-26 Thread Lianhao Lu
Fixed gcc-cross-canadian packaging warnings: WARNING: For recipe gcc-cross-canadian-i586, the following files/directories were installed but not shipped in any package: WARNING: /opt/poky/1.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/i586-poky-linux WARNING:

Re: [OE-core] [PATCH] gtk-icon-cache.bbclass: Fix multiple rebuilds of the icon cache on first boot

2012-03-26 Thread Andreas Müller
On Sat, Mar 24, 2012 at 12:37 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-03-23 at 23:46 +0100, Andreas Müller wrote: On Fri, Mar 23, 2012 at 1:12 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-03-22 at 20:15 +0100, Andreas Müller

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-26 Thread Richard Purdie
On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote: As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019772.html a machine conf file should use '=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini tr...@ti.com --- meta/conf/machine/include/qemu.inc |2 +- 1 files

Re: [OE-core] [PATCH] gtk-icon-cache.bbclass: Fix multiple rebuilds of the icon cache on first boot

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 09:39 +0200, Andreas Müller wrote: On Sat, Mar 24, 2012 at 12:37 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-03-23 at 23:46 +0100, Andreas Müller wrote: On Fri, Mar 23, 2012 at 1:12 PM, Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] [PATCH] busybox: move watch to /usr/bin for compatibility with procps

2012-03-26 Thread Martin Jansa
On Sat, Mar 24, 2012 at 08:46:47PM +0100, Andreas Oberritter wrote: Commit 68dc2a3fa30c03a196d650de34d0c657a7b85454 broke opkg upgrade: | update-alternatives: Error: cannot register alternative watch to | /usr/bin/watch since it is already registered to /bin/watch Signed-off-by: Andreas

Re: [OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-26 Thread Paul Eggleton
On Friday 23 March 2012 21:20:28 Andreas Oberritter wrote: how do you propose to go on solving this problem? My original patch solved a problem for many newer users who forget to cd back to their build directories before running bitbake. At least now they get a reasonable error message they

Re: [OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-26 Thread Andreas Oberritter
On 26.03.2012 12:07, Paul Eggleton wrote: On Friday 23 March 2012 21:20:28 Andreas Oberritter wrote: how do you propose to go on solving this problem? My original patch solved a problem for many newer users who forget to cd back to their build directories before running bitbake. At least

[OE-core] [PATCH 0/9]Realize archiving functions

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Hi Saul, I have modified archiver.bbclass according to your suggestion. - If the original source is tarball, then copy this package to ${DEPLOY_DIR}/sources - If the original source comes from git, then archive this directory unpacked to tarball

[OE-core] [PATCH 1/9] sourcepkg.bbclass: Remove sourcepkg.bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass has been merged into archiver.bbclass. [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/sourcepkg.bbclass | 107 1 files changed, 0 insertions(+), 107

[OE-core] [PATCH 2/9] src_distribute.bbclass: Remove src__distribute.bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass has been merged into archiver.bbclass [#YOCTO 1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/src_distribute.bbclass | 49 --- 1 files changed, 0 insertions(+), 49

[OE-core] [PATCH 3/9] src_distributelocal.bbclass: Remove src_distribute_local.bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass has been merged into archiver.bbclass [#YOCTO 1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/src_distribute_local.bbclass | 33 - 1 files changed, 0 insertions(+), 33

[OE-core] [PATCH 4/9] package_rpm: Add srpm function to this bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Add a new function to archive source, patches and logs to a source rpm package. Every source rpm package will be deployed to ${DEPLOY_DIR}/sources/deploy-srpm [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [PATCH 5/9] archiver.bbclass:

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com 1 Archive sources in ${S} in the different stage (do_unpack,do_patch,do_configure). 2 Archive patches including series 3 Archive logs including scripts (.bb and .inc files) 4 dump environment resources which show all variable and functions used to

[OE-core] [PATCH 6/9] archive-original-source.bbclass: Archive original source

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass prepares for archiving original source. If original source is tarball, then copy this tarball to ${DEPLOY_DIR}/sources. If original source is dirctory, then archive this directory to tarball [YOCTO #1977] Signed-off-by: Xiaofeng Yan

[OE-core] [PATCH 7/9] archive-configured-source.bbclass: Archive configured source

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass prepares for archiving configured source. [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/archive-configured-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-)

[OE-core] [PATCH 8/9] archive-patched-source.bbclass: Archive patched source

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass inherits archiver.bbclass to archive patched source [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/archive-patched-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0

[OE-core] [PATCH 9/9] local.conf.sample: Add set for archiving packages

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com User can use these variables to get atchiving packages they want. [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta-yocto/conf/local.conf.sample | 33 + 1 files changed, 33

Re: [OE-core] libtool-cross patch thread : follow up on do_install...

2012-03-26 Thread Mike Crowe
On Sun, Mar 25, 2012 at 10:07:17AM -0700, Khem Raj wrote: On Sun, Mar 25, 2012 at 8:51 AM, Mike Williamson michael.william...@criticallink.com wrote: Hi, I was investigating a build issue using a local recipe inheriting autotools employing libtool (a compile of unixodbc, needed by the

Re: [OE-core] [PATCH 0/1] Fixed gcc-cross-canadian packaging warnings.

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 15:10 +0800, Lianhao Lu wrote: Fixed gcc-cross-canadian packaging warnings: WARNING: For recipe gcc-cross-canadian-i586, the following files/directories were installed but not shipped in any package: WARNING:

Re: [OE-core] [PATCH 1/1] qemu: add fedora pkg names when build failed

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 14:49 +0800, Robert Yang wrote: When qemu build failed, we can see such messages: You need libGL.so and libGLU.so to exist in your library path and the development headers for SDL installed to build qemu-native. Ubuntu package names are: libgl1-mesa-dev,

Re: [OE-core] [PATCH] tune/armv7: Add -mthumb to TUNE_CCARGS

2012-03-26 Thread Richard Purdie
On Sun, 2012-03-25 at 09:48 -0700, Khem Raj wrote: armv7 is least common denominator of armv7-a armv7-m and armv7-r and armv7-m does not support ARM instructions but only thumb2 instruction set which means armv7 when chosen will complain if code is compiled in arm mode which is default in OE

Re: [OE-core] [PATCH] busybox: move watch to /usr/bin for compatibility with procps

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 11:26 +0200, Martin Jansa wrote: On Sat, Mar 24, 2012 at 08:46:47PM +0100, Andreas Oberritter wrote: Commit 68dc2a3fa30c03a196d650de34d0c657a7b85454 broke opkg upgrade: | update-alternatives: Error: cannot register alternative watch to | /usr/bin/watch since it is

Re: [OE-core] [PATCH] tune/armv7: Add -mthumb to TUNE_CCARGS

2012-03-26 Thread Phil Blundell
On Mon, 2012-03-26 at 12:01 +0100, Richard Purdie wrote: Looking at this file, if the above is true and armv7 can't do anything other than thumb, shouldn't we just delete the non-thumb configurations for armv7? It's not totally obvious to me that having a lowest common denominator

Re: [OE-core] [PATCH 2/2 v2] python: fix packaging dependencies on minimal systems

2012-03-26 Thread Richard Purdie
On Fri, 2012-03-23 at 13:28 -0600, Gary Thomas wrote: If you install the top-level python package only on a minimal system which has no other python packages installed then python is not functional at all. Without any extra packages installed this error is seen: # python Traceback (most

Re: [OE-core] [PATCH] busybox: move watch to /usr/bin for compatibility with procps

2012-03-26 Thread Martin Jansa
On Mon, Mar 26, 2012 at 12:02:28PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 11:26 +0200, Martin Jansa wrote: On Sat, Mar 24, 2012 at 08:46:47PM +0100, Andreas Oberritter wrote: Commit 68dc2a3fa30c03a196d650de34d0c657a7b85454 broke opkg upgrade: | update-alternatives: Error:

Re: [OE-core] [PATCH] tune/armv7: Add -mthumb to TUNE_CCARGS

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 12:06 +0100, Phil Blundell wrote: On Mon, 2012-03-26 at 12:01 +0100, Richard Purdie wrote: Looking at this file, if the above is true and armv7 can't do anything other than thumb, shouldn't we just delete the non-thumb configurations for armv7? It's not totally

Re: [OE-core] [oe-core][PATCH 1/6] kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too

2012-03-26 Thread Richard Purdie
On Sat, 2012-03-24 at 00:11 +0100, Martin Jansa wrote: On Sat, Mar 24, 2012 at 12:00:04AM +0100, Andreas Oberritter wrote: On 23.03.2012 13:56, Martin Jansa wrote: * /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo was with sysvinit Martin, the man-page[1]

Re: [OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-03-26 Thread Richard Purdie
On Fri, 2012-03-23 at 21:17 +0100, Andreas Oberritter wrote: On 12.03.2012 16:53, Richard Purdie wrote: On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote: On 3/9/12 8:15 PM, Andreas Oberritter wrote: * Explicitly set umask to 022. Otherwise the build system's umask leaks into the

Re: [OE-core] [PATCH] gtk-icon-cache.bbclass: Fix multiple rebuilds of the icon cache on first boot

2012-03-26 Thread Andreas Müller
On Mon, Mar 26, 2012 at 11:19 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: There are two problems: a) Knowing these are postinstalls at first boot and not package installs b) Deleting the unused lock files afterwards You'd therefore probably have to add something to the

Re: [OE-core] [oe-core][PATCHv 08/10] libusb*: import native support from meta-oe

2012-03-26 Thread Richard Purdie
On Fri, 2012-03-23 at 23:30 +0100, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb |7 +-- meta/recipes-support/libusb/libusb1_1.0.8.bb |2 ++ 2 files changed, 7 insertions(+), 2 deletions(-)

Re: [OE-core] [oe-core][PATCHv 08/10] libusb*: import native support from meta-oe

2012-03-26 Thread Martin Jansa
On Mon, Mar 26, 2012 at 12:44:00PM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 23:30 +0100, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb |7 +-- meta/recipes-support/libusb/libusb1_1.0.8.bb

[OE-core] [oe-core][PATCHv2 08/10] libusb*: import native support from meta-oe

2012-03-26 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb |7 --- meta/recipes-support/libusb/libusb1_1.0.8.bb |2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-03-26 Thread Samuel Stirtzel
2012/3/1 Paul Eggleton paul.eggle...@linux.intel.com: On Thursday 01 March 2012 15:15:11 Samuel Stirtzel wrote: For the packages kconfig_compiler (needs libkdecore) and makekdewidgets (needs libkdecore and libkdeui) it might work, as long as the programs got their libraries. Since building

[OE-core] [PATCH 0/1] linux-yocto: Add PCNET32 to the config

2012-03-26 Thread Bruce Ashfield
Richard/Saul, This is a minor update to pickup a configuration change that Darren sent to support the build appliance via the emulated common-pc config. cc: Darren Hart dvh...@linux.intel.com Cheers, Bruce The following changes since commit db529f9f7d9015656c67c548975d918a1908de1a:

[OE-core] [PATCH 1/1] linux-yocto: common-pc: Add PCNET32 to the config

2012-03-26 Thread Bruce Ashfield
Updating the meta SRCREV to pick up this commit: [ common-pc: Add PCNET32 to the config Qemu and VM Ware both support PCNET32 and the latter requires it for 32 bit images. Signed-off-by: Darren Hart dvh...@linux.intel.com ] Signed-off-by: Darren Hart dvh...@linux.intel.com5A

Re: [OE-core] [PATCH] tune/armv7: Add -mthumb to TUNE_CCARGS

2012-03-26 Thread Khem Raj
On Mon, Mar 26, 2012 at 4:21 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2012-03-26 at 12:06 +0100, Phil Blundell wrote: On Mon, 2012-03-26 at 12:01 +0100, Richard Purdie wrote: Looking at this file, if the above is true and armv7 can't do anything other than thumb,

Re: [OE-core] [PATCH] tune/armv7: Add -mthumb to TUNE_CCARGS

2012-03-26 Thread Phil Blundell
On Mon, 2012-03-26 at 07:13 -0700, Khem Raj wrote: On Mon, Mar 26, 2012 at 4:21 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2012-03-26 at 12:06 +0100, Phil Blundell wrote: On Mon, 2012-03-26 at 12:01 +0100, Richard Purdie wrote: Looking at this file, if the above

Re: [OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-26 Thread Andreas Oberritter
On 26.03.2012 12:29, Andreas Oberritter wrote: On 26.03.2012 12:07, Paul Eggleton wrote: On Friday 23 March 2012 21:20:28 Andreas Oberritter wrote: how do you propose to go on solving this problem? My original patch solved a problem for many newer users who forget to cd back to their

Re: [OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-26 Thread Paul Eggleton
On Monday 26 March 2012 16:38:06 Andreas Oberritter wrote: OK, I managed to find a way that's ok for me. I added a wrapper script that wraps the bitbake wrapper script and sets BUILDDIR automatically. I'm actually working on a couple of fixes that should work for your setup right now. If you

Re: [OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-26 Thread Andreas Oberritter
On 26.03.2012 16:48, Paul Eggleton wrote: On Monday 26 March 2012 16:38:06 Andreas Oberritter wrote: OK, I managed to find a way that's ok for me. I added a wrapper script that wraps the bitbake wrapper script and sets BUILDDIR automatically. I'm actually working on a couple of fixes that

Re: [OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-26 Thread Paul Eggleton
On Monday 26 March 2012 16:57:33 Andreas Oberritter wrote: I'm not convinced. If I delete tmp, pseudo gets deleted, but pseudodone stays. In my opinion, pseudodone's intuitive location is tmp, if the location of tmp is known - which it is in my case. pseudodone exists so that the script does

Re: [OE-core] [PATCH] tune/armv7: Add -mthumb to TUNE_CCARGS

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 15:37 +0100, Phil Blundell wrote: On Mon, 2012-03-26 at 07:13 -0700, Khem Raj wrote: On Mon, Mar 26, 2012 at 4:21 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2012-03-26 at 12:06 +0100, Phil Blundell wrote: On Mon, 2012-03-26 at 12:01 +0100,

Re: [OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-03-26 Thread Andreas Oberritter
On 26.03.2012 13:34, Richard Purdie wrote: On Fri, 2012-03-23 at 21:17 +0100, Andreas Oberritter wrote: On 12.03.2012 16:53, Richard Purdie wrote: On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote: On 3/9/12 8:15 PM, Andreas Oberritter wrote: * Explicitly set umask to 022. Otherwise the

Re: [OE-core] [oe-core][PATCH 4/6] kernel.bbclass: fix extra + in kernelrelease

2012-03-26 Thread Martin Jansa
On Fri, Mar 23, 2012 at 02:31:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:24:56AM -0400, Bruce Ashfield wrote: On 12-03-23 08:56 AM, Martin Jansa wrote: * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-December/014308.html I was just looking at this

Re: [OE-core] [oe-core][PATCH 4/6] kernel.bbclass: fix extra + in kernelrelease

2012-03-26 Thread Martin Jansa
On Mon, Mar 26, 2012 at 06:02:46PM +0200, Martin Jansa wrote: On Fri, Mar 23, 2012 at 02:31:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:24:56AM -0400, Bruce Ashfield wrote: On 12-03-23 08:56 AM, Martin Jansa wrote: * see

Re: [OE-core] [PATCH] relocatable.bbclass: do not erease already existing ORIGIN

2012-03-26 Thread Tom Rini
On Sat, Mar 24, 2012 at 12:09:41PM +0100, Henning Heinold wrote: Hi, while building openjdk I discovered that relocatable.bbclass strips all PATHS with ORIGIN, that is problematic, when binaries like an jdk is installed not in the standard paths /lib or /usr/lib. This patch let all

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-26 Thread Tom Rini
On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote: As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019772.html a machine conf file should use '=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini

Re: [OE-core] [oe-core][PATCH 4/6] kernel.bbclass: fix extra + in kernelrelease

2012-03-26 Thread Bruce Ashfield
On 12-03-26 12:02 PM, Martin Jansa wrote: On Fri, Mar 23, 2012 at 02:31:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:24:56AM -0400, Bruce Ashfield wrote: On 12-03-23 08:56 AM, Martin Jansa wrote: * see

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote: As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019772.html a machine conf file should use '='

Re: [OE-core] [PATCH 9/9] local.conf.sample: Add set for archiving packages

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 18:49 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com User can use these variables to get atchiving packages they want. [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta-yocto/conf/local.conf.sample | 33

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-26 Thread Tom Rini
On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote: As per

[OE-core] [PATCH] kernel.bbclass: touch .scmversion also in ${S}

2012-03-26 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 6633b85..3519e7c 100644 --- a/meta/classes/kernel.bbclass +++

Re: [OE-core] [Build App RFC 2/5] image-vmdk: Add symbolic link

2012-03-26 Thread Darren Hart
The idea being what? To keep a short-name symlink to the longer named actual image? Please include a commit message. On 03/25/2012 11:47 PM, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image-vmdk.bbclass |2 ++ 1 files changed, 2 insertions(+), 0

Re: [OE-core] [Build App RFC 3/5] boot-directdisk: Fix Block Calcuation

2012-03-26 Thread Darren Hart
On 03/25/2012 11:47 PM, Saul Wold wrote: This also changes the timeout to be settable The block calcuation was not correctly rounding, see comment Thanks to Darren Hart for fixing this. Cc: Darren Hart dvh...@linux.intel.com Thanks, but be sure to use the option to get that added to

Re: [OE-core] [Build App RFC 4/5] vmdk: Update for direstdisk

2012-03-26 Thread Darren Hart
The conversion to directdisk is necessary due to the limitation in the mkdosfs version we carry and larger filesystems. Please note in the commit message so readers can know WHY the change was made. On 03/25/2012 11:47 PM, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com ---

Re: [OE-core] [PATCH] kernel.bbclass: touch .scmversion also in ${S}

2012-03-26 Thread Bruce Ashfield
On 12-03-26 01:29 PM, Martin Jansa wrote: Signed-off-by: Martin Jansamartin.ja...@gmail.com --- meta/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 6633b85..3519e7c 100644 ---

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-26 Thread Darren Hart
On 03/26/2012 10:13 AM, Tom Rini wrote: I think for the upcoming release, =+ is good enough and we can talk about adding further variables after if it's still too complicated. So, now where's the repo that documenting these examples should go in? You want to talk to Scott Rifenbark, on

Re: [OE-core] [oe-core][PATCH 1/6] kernel.bbclass: populate /etc/modules-load.d/ with module_autoload entries too

2012-03-26 Thread Darren Hart
On 03/23/2012 05:56 AM, Martin Jansa wrote: * /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo was with sysvinit Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/kernel.bbclass | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-)

Re: [OE-core] [oe-core][PATCH 2/6] kernel.bbclass: use symlinks for modutils files

2012-03-26 Thread Darren Hart
What is the motivation? On 03/23/2012 05:56 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/kernel.bbclass |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass

Re: [OE-core] [oe-core][PATCH 2/6] kernel.bbclass: use symlinks for modutils files

2012-03-26 Thread Martin Jansa
On Mon, Mar 26, 2012 at 11:46:48AM -0700, Darren Hart wrote: What is the motivation? RP's review comment. On 03/23/2012 05:56 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/kernel.bbclass |8 +++- 1 files changed, 3 insertions(+),

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-26 Thread Denys Dmytriyenko
On Mon, Mar 26, 2012 at 10:13:59AM -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote:

[OE-core] Stable release of oe-core

2012-03-26 Thread Brandon Stafford
Hi all, I don't see an RC branch or anything like that in the git repo. I'm about to make the leap from the oe classic 2011.03-maintenance branch to oe-core, so I'm trying to figure out the right place to land. In the March 13, 2012, OE TSC minutes, I noticed this text: c. oe-core release      

Re: [OE-core] Stable release of oe-core

2012-03-26 Thread Denys Dmytriyenko
On Mon, Mar 26, 2012 at 04:25:19PM -0400, Brandon Stafford wrote: Hi all, I don't see an RC branch or anything like that in the git repo. I'm about to make the leap from the oe classic 2011.03-maintenance branch to oe-core, so I'm trying to figure out the right place to land. In the March

[OE-core] [PATCH 0/1] Fix for multilib rpm build failure

2012-03-26 Thread Jessica Zhang
The following changes since commit db529f9f7d9015656c67c548975d918a1908de1a: Scott Rifenbark (1): documentation/poky-ref-manual/development.xml: another env var clarification are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/multilib-rpm-fix

[OE-core] [PATCH 1/1] Fix empty file case that caused build error at do_rootfs

2012-03-26 Thread Jessica Zhang
Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/package_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index e83fc55..8c8d967 100644 ---

Re: [OE-core] [oe-core][PATCH 2/6] kernel.bbclass: use symlinks for modutils files

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 11:46 -0700, Darren Hart wrote: What is the motivation? On 03/23/2012 05:56 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/kernel.bbclass |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff

Re: [OE-core] [PATCH 1/1] Fix empty file case that caused build error at do_rootfs

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 14:31 -0700, Jessica Zhang wrote: Signed-off-by: Jessica Zhang jessica.zh...@intel.com --- meta/classes/package_rpm.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Merged to master, thanks. Richard ___

Re: [OE-core] Stable release of oe-core

2012-03-26 Thread Richard Purdie
On Mon, 2012-03-26 at 16:32 -0400, Denys Dmytriyenko wrote: On Mon, Mar 26, 2012 at 04:25:19PM -0400, Brandon Stafford wrote: Hi all, I don't see an RC branch or anything like that in the git repo. I'm about to make the leap from the oe classic 2011.03-maintenance branch to oe-core, so

Re: [OE-core] [PATCH 1/1] gcc-cross-canadian: Fixed packaging warnings.

2012-03-26 Thread Khem Raj
On Mon, Mar 26, 2012 at 12:10 AM, Lianhao Lu lianhao...@intel.com wrote: Removed non-shipped empty directories:  -${prefix}/${TARGET_SYS}  -${libdir}/../lib  -${prefix}/include Signed-off-by: Lianhao Lu lianhao...@intel.com ---  meta/recipes-devtools/gcc/gcc-package-sdk.inc |    7 +++

Re: [OE-core] [PATCH] relocatable.bbclass: do not erease already existing ORIGIN

2012-03-26 Thread Tom Rini
On Mon, Mar 26, 2012 at 09:17:22AM -0700, Tom Rini wrote: On Sat, Mar 24, 2012 at 12:09:41PM +0100, Henning Heinold wrote: Hi, while building openjdk I discovered that relocatable.bbclass strips all PATHS with ORIGIN, that is problematic, when binaries like an jdk is installed not in

[OE-core] [PATCH 0/9] Realize archiving functions

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Hi Saul, I have modified archiver.bbclass according to your suggestion. - If the original source is tarball, then copy this package to ${DEPLOY_DIR}/sources - If the original source comes from git, then archive this directory unpacked to tarball

[OE-core] [PATCH 1/9] sourcepkg.bbclass: Remove sourcepkg.bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass has been merged into archiver.bbclass. [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/sourcepkg.bbclass | 107 1 files changed, 0 insertions(+), 107

[OE-core] [PATCH 2/9] src_distribute.bbclass: Remove src__distribute.bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass has been merged into archiver.bbclass [#YOCTO 1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/src_distribute.bbclass | 49 --- 1 files changed, 0 insertions(+), 49

[OE-core] [PATCH 3/9] src_distributelocal.bbclass: Remove src_distribute_local.bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass has been merged into archiver.bbclass [#YOCTO 1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/src_distribute_local.bbclass | 33 - 1 files changed, 0 insertions(+), 33

[OE-core] [PATCH 4/9] package_rpm: Add srpm function to this bbclass

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Add a new function to archive source, patches and logs to a source rpm package. Every source rpm package will be deployed to ${DEPLOY_DIR}/sources/deploy-srpm [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com ---

[OE-core] [PATCH 5/9] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com 1 Archive sources in ${S} in the different stage (do_unpack,do_patch,do_configure). 2 Archive patches including series 3 Archive logs including scripts (.bb and .inc files) 4 dump environment resources which show all variable and functions used to

[OE-core] [PATCH 6/9] archive-original-source.bbclass: Archive original source

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass prepares for archiving original source. If original source is tarball, then copy this tarball to ${DEPLOY_DIR}/sources. If original source is dirctory, then archive this directory to tarball [YOCTO #1977] Signed-off-by: Xiaofeng Yan

[OE-core] [PATCH 7/9] archive-configured-source.bbclass: Archive configured source

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass prepares for archiving configured source. [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/archive-configured-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-)

[OE-core] [PATCH 8/9] archive-patched-source.bbclass: Archive patched source

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com This bbclass inherits archiver.bbclass to archive patched source [YOCTO #1977] Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta/classes/archive-patched-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0

[OE-core] [PATCH 9/9] local.conf.sample.extended: The set for archiving packages

2012-03-26 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com User can use these variables to get atchiving packages they want. Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta-yocto/conf/local.conf.sample.extended | 32 1 files changed, 32 insertions(+), 0

Re: [OE-core] [PATCH 9/9] local.conf.sample: Add set for archiving packages

2012-03-26 Thread Xiaofeng Yan
On 2012年03月27日 01:04, Richard Purdie wrote: On Mon, 2012-03-26 at 18:49 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com User can use these variables to get atchiving packages they want. [YOCTO #1977] Signed-off-by: Xiaofeng Yanxiaofeng@windriver.com ---

[OE-core] [PATCH 1/1] gcc-cross-canadian: Clean non shipped empty directories.

2012-03-26 Thread Lianhao Lu
Cleaning up non shipped empty directories. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/gcc/gcc-package-sdk.inc | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-package-sdk.inc

[OE-core] [PATCH 0/1] Cleanup non shipped empty directories for gcc-cross-canadian

2012-03-26 Thread Lianhao Lu
This patch improved the previous patch of commit id 04a08bf7 by hanlding the non-existent directory situation. The following changes since commit 644b7503c37fd73730dd3d7841463b158b8934ed: Richard Purdie (1): guile: Deal with hardcoded path issues are available in the git repository

[OE-core] [PATCH 6/6] image_types: remove duplicate setting of -i for inode count

2012-03-26 Thread Saul Wold
inode count is already set in the EXTRA_IMAGECMD definition Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image_types.bbclass |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index

[OE-core] [PATCH 0/6] Setup for VMDK to use Direct Disk

2012-03-26 Thread Saul Wold
Updated comments per Darren's request, added cleanup to image-types to only use one -i (inode-count) parameter. Sau! The following changes since commit 644b7503c37fd73730dd3d7841463b158b8934ed: guile: Deal with hardcoded path issues (2012-03-27 00:28:41 +0100) are available in the git

[OE-core] [PATCH 5/6] builder: Enable auto starting of Hob

2012-03-26 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-graphics/builder/builder_0.1.bb |2 +- .../builder/files/builder_hob_start.sh | 10 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/meta/recipes-graphics/builder/builder_0.1.bb

[OE-core] [PATCH 2/6] image-vmdk: Add symbolic link for a short named vmdk image

2012-03-26 Thread Saul Wold
This adds a link from the date stamped vmdk image to a shortened name file. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image-vmdk.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/image-vmdk.bbclass

[OE-core] [PATCH 1/6] self-hosted-image: pre-populate the builder user with poky source

2012-03-26 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com This patch installs the poky source into the /home/builder/poky/ of the self-hosted-image. This makes the user of self-hosted-image easier to start a build. I think the recent poky master is stable enough, so I specify a commit number by SRCREV -- we may

[OE-core] [PATCH 4/6] vmdk: Update for direstdisk

2012-03-26 Thread Saul Wold
The conversion to directdisk is necessary due to the limitation in the mkdosfs version we carry and larger filesystems. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/image-vmdk.bbclass | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git