Re: [OE-core] [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout

2011-12-01 Thread Bruce Ashfield
On Thu, Dec 1, 2011 at 6:52 PM, Saul Wold wrote: > Signed-off-by: Saul Wold > --- >  meta/classes/kernel-yocto.bbclass |    3 +-- >  1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/kernel-yocto.bbclass > b/meta/classes/kernel-yocto.bbclass > index ad14aac..79f82e3

[OE-core] [CONSOLIDATED PULL 14/18] linux-yocto: v3.0.9 + enhancements

2011-12-01 Thread Saul Wold
From: Bruce Ashfield Updating the branch SRCREVs to pickup: - The kernel.org -stable update to v3.0.9 is available and merged into all BSP / kernel branches. - Darren Hart's cleanups to the mount root patch. Signed-off-by: Darren Hart Signed-off-by: Bruce Ashfield --- meta/recipes-kerne

[OE-core] [CONSOLIDATED PULL 18/18] kernel-yocto: fix extra CR in do_kernel_checkout

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/kernel-yocto.bbclass |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index ad14aac..79f82e3 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes

[OE-core] [CONSOLIDATED PULL 12/18] kernel-yocto: support allnoconfig base configuration

2011-12-01 Thread Saul Wold
From: Bruce Ashfield When creating a minimal config or creating a hard baseline for incremental changes, it is often desired to disable all kernel options and then begin building and enabling only what is required. To support this workflow, a new variable KCONFIG_MODE is introduced to contain a

[OE-core] [CONSOLIDATED PULL 17/18] kern-tools: use Makefile provided install rules

2011-12-01 Thread Saul Wold
From: Bruce Ashfield Previously the install of the kern-tools was manual and fully controlled by whatever build system was integrating/using the utilities. To make this more generic a Makefile is now provided to take care of installing and removing to DESTDIR. Updating the kern-tools recipe to t

[OE-core] [CONSOLIDATED PULL 16/18] linux-yocto: prefer in-tree tools to external ones

2011-12-01 Thread Saul Wold
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 04a2f88..ad14aac 100644 --- a/meta/classes/k

[OE-core] [CONSOLIDATED PULL 15/18] linux-yocto: v3.0.10 + rt27

2011-12-01 Thread Saul Wold
From: Bruce Ashfield Updating linux-yocto to a 3.0.10 base, and refreshing the rt kernel branches to contain the latest 3.0-rt27 changes. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto_3.0.bb| 18 ++

[OE-core] [CONSOLIDATED PULL 13/18] linux-yocto: remove 2.6.34 recipes

2011-12-01 Thread Saul Wold
From: Bruce Ashfield To limit the number of active recipes in master to 3 (v2.6.37, v3.0 and -dev), the 2.6.34 recipe can now be removed. It is available in the previous release branches and will continue to work, but won't be updated as part of ongoing dev efforts. Signed-off-by: Bruce Ashfield

[OE-core] [CONSOLIDATED PULL 10/18] distro tracking updates

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 100 ++- 1 files changed, 53 insertions(+), 47 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 073521f..d6

[OE-core] [CONSOLIDATED PULL 11/18] kern-tools: add pre_config and merge_config.sh to the list of tools

2011-12-01 Thread Saul Wold
From: Bruce Ashfield As a transition step to moving kern_tools into the kernel tree itself this change adopts merge_config.sh as a common base for merging configuration fragments. So we add merge_config.sh and pre_config to the list of kern_tools. Signed-off-by: Bruce Ashfield --- .../kern-too

[OE-core] [CONSOLIDATED PULL 09/18] ubootchart: update to svn R12

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/ubootchart/ubootchart_svn.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb index 7ee2fba..d8c9760 100644 --- a/me

[OE-core] [CONSOLIDATED PULL 03/18] busybox: update to 1.19.3

2011-12-01 Thread Saul Wold
From: Anders Darander The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Adds one upstream patch to 1.19.3. Signed-off-by: Anders Darander --- .../B921600.patch |0 .../busybox-1.19.3/busybox-1.19.3-getty.patch | 17 ++ ...

[OE-core] [CONSOLIDATED PULL 08/18] less: Update to 444

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- .../less/{less_443.bb => less_444.bb} |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/less/{less_443.bb => less_444.bb} (87%) diff --git a/meta/recipes-extended/less/less_443.bb b/meta/recipes-extended/less/l

[OE-core] [CONSOLIDATED PULL 00/18] Updates & Kernel FLAG DAY

2011-12-01 Thread Saul Wold
Richard et al, This pull requests grabs up patches and updates, along with a kernel update from Bruce. This kernel update will cause a bit of a "Flag Day" or sync point, since it will require a cooresponding change to remove any .bbappend files for the 2.6.34 linux-yocto recipes. There is a coo

[OE-core] [CONSOLIDATED PULL 07/18] sqlite3: Update to 3.7.9

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb | 10 -- meta/recipes-support/sqlite/sqlite3_3.7.9.bb | 11 +++ 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb create mode 1006

[OE-core] [CONSOLIDATED PULL 04/18] resolvconf: Update to 1.62

2011-12-01 Thread Saul Wold
* remove unneeded directory that does not get packaged Signed-off-by: Saul Wold --- .../{resolvconf_1.61.bb => resolvconf_1.62.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.61.bb => resolvconf_1.62.bb} (78%)

[OE-core] [CONSOLIDATED PULL 02/18] logrotate: Add dependency on popt lib.

2011-12-01 Thread Saul Wold
From: Stefan Schmidt Without this logrotate may fail like this: compilation terminated. | config.c:9:18: fatal error: popt.h: No such file or directory Signed-off-by: Stefan Schmidt --- meta/recipes-extended/logrotate/logrotate_3.7.9.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletio

[OE-core] [CONSOLIDATED PULL 06/18] sysstat: Update to 10.0.3

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{sysstat_10.0.2.bb => sysstat_10.0.3.bb} |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_10.0.2.bb => sysstat_10.0.3.bb} (42%) diff --git a/meta/recipes-extended/sysstat/sysstat_10.0.2.bb b/me

[OE-core] [CONSOLIDATED PULL 01/18] base-passwd: fix race between the populate_sysroot and package

2011-12-01 Thread Saul Wold
From: Eric Bénard without this fix, we get : ERROR: Error executing a python function in sources/openembedded-core/meta/recipes-core/base-passwd/base-passwd_3.5.22.bb: IOError: [Errno 2] No such file or directory: 'tmp-angstrom_2010_x-eglibc/sysroots/PROJECT-board/usr/share/base-passwd/passwd.m

[OE-core] [CONSOLIDATED PULL 05/18] psmisc: Update to 22.14

2011-12-01 Thread Saul Wold
* Create psmisc-extras for unpackaged binaries * rebase patch * set LICENSE to GPLv2 Signed-off-by: Saul Wold --- .../psmisc/files/libintl-link.patch| 22 ++- meta/recipes-extended/psmisc/psmisc.inc|8 +- .../psmisc/{psmisc_22.13.bb => psm

[OE-core] [PATCH 2/2] xserver-kdrive: update to 1.11.2

2011-12-01 Thread Xiaofeng Yan
From: Xiaofeng Yan I didn't remove the old one because it is possible for the new version to \ have some bugs during using or testing. Patches are commented by "#". Some of them are obsolete. crosscompile.patch is to avoid to seach "/etc/X11/fontpath.d" of host \ during configuring of cross-com

[OE-core] [PATCH 1/2] x11-common: Change drive mode of Xfbdev when xserver using framebuffer

2011-12-01 Thread Xiaofeng Yan
From: Xiaofeng Yan The previous mode of starting X is as follow: $Xfbdev :0 -keybd keyboard -mouse tslib This mode cause that some keys can't be mapped rightly. \ for example "Down" have the same function with "Enter". another drive mode "evdev" can work rightly in new version. $Xfbdev :0 -keybd

[OE-core] [PATCH 0/2] xserver-kdrive: update to 1.11.2

2011-12-01 Thread Xiaofeng Yan
From: Xiaofeng Yan Some changes during updating this package. 1 Change keyboard drive mode of start X from keyboard to evdev. 2 Comment some obsolete patches I didn't remove patches commented by "#". If this new vesion is stable after using or testing. I will remove them. Pull URL: git://gi

[OE-core] [PATCH 3/3] distro_tracking_fields.inc: update the info

2011-12-01 Thread Dexuan Cui
They are pixman libxrandr lzo libxfont libxcursor xcb-util inputproto liberation-fonts Signed-off-by: Dexuan Cui --- .../conf/distro/include/distro_tracking_fields.inc | 65 ++- 1 files changed, 34 insertions(+), 31 deletions(-) diff --git a/meta/conf/distro/include/distro_tra

[OE-core] [PATCH 1/3] libxfont: remove the unused no-scalable-crash.patch

2011-12-01 Thread Dexuan Cui
Signed-off-by: Dexuan Cui --- .../xorg-lib/libxfont/no-scalable-crash.patch | 24 1 files changed, 0 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch diff --git a/meta/recipes-graphics/xorg-lib/libxfon

[OE-core] [PATCH 0/3] 3 patches: lzo, libxfont, distro_tracking_fields.inc

2011-12-01 Thread Dexuan Cui
The following changes since commit 9d6790c4409dee4d08fe6a47450125c406d0ba32: cooker.py: Allow the -e option to work with virtual classes and -b (2011-12-01 23:14:05 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/distro http://git.pokylinux.org/cgit

[OE-core] [PATCH 2/3] lzo: remove the uncessary autoconf.patch

2011-12-01 Thread Dexuan Cui
Now we already have autoconf-2.68 that is newer than 2.67 that is required by lzo. So the patch is not needed any longer. Thanks Khem Raj for pointing this out! Signed-off-by: Dexuan Cui --- meta/recipes-support/lzo/lzo-2.06/autoconf.patch | 28 -- meta/recipes-support/lzo

[OE-core] [PATCH 0/1] Use ${S} explicitly for generated config files

2011-12-01 Thread Darren Hart
The following changes since commit e57935dc18d576feb1003b48e7cdc72a444131b8: Revert "classes/buildhistory: add new output history collection class" (2011-12-01 23:00:52 +) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core efi/cfgpath http:/

[OE-core] [PATCH 1/1] bootimage: Use ${S} explicitly for generated config files

2011-12-01 Thread Darren Hart
The syslinux and grub-efi classes were generating config files in the current working directory. This caused a failure due to a race in the creation of the directories leading to cwd changing and the build failing to find the config files. While this has been addressed in bitbake, it is better to u

Re: [OE-core] [PATCH 0/8] [Dexuan]: upgrades for 7 recipes

2011-12-01 Thread Cui, Dexuan
Richard Purdie wrote on 2011-12-01: > On Wed, 2011-11-30 at 22:12 +0800, Dexuan Cui wrote: >> The following changes since commit >> 00d121aad3a4263bc0e3a004a3a479e6352e063d: >> >> clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 >> (2011-11-30 22:06:00 +0800) >> >> are available in the

Re: [OE-core] [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8

2011-12-01 Thread Cui, Dexuan
Martin Jansa wrote on 2011-12-01: > On Wed, Nov 30, 2011 at 10:12:32PM +0800, Dexuan Cui wrote: >> updated LIC_FILES_CHKSUM since the code was re-organized, but the >> license remains the same. >> >> meta/recipes-graphics/xcb/xcb-util_0.3.6.bb | 18 -- >> meta/recipes-graphics/

Re: [OE-core] [PATCH 1/3] make: expand MAKEFLAGS before we re-exec after rebuilding makefiles.

2011-12-01 Thread Cui, Dexuan
Richard Purdie wrote on 2011-12-01: > On Thu, 2011-12-01 at 10:22 +0100, Koen Kooi wrote: >> Op 1 dec. 2011, om 10:21 heeft Dexuan Cui het volgende geschreven: >> >>> This patch was got from the upstream cvs repo of make to fix the >>> bug of >>> make-3.82: http://savannah.gnu.org/bugs/?30723 >>>

Re: [OE-core] [PATCH 3/3] runqemu-ifup, runqemu-internal: be wiser when locating the network tools

2011-12-01 Thread Cui, Dexuan
Richard Purdie wrote on 2011-12-01: > On Thu, 2011-12-01 at 17:21 +0800, Dexuan Cui wrote: >> When working on the self-hosted-image work, I found the PATH >> variable in the >> Level-1 target doesn't have /sbin and /usr/sbin, so "runqemu" can't >> run properly since the tools are installeld at /sbi

Re: [OE-core] [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8

2011-12-01 Thread Cui, Dexuan
Khem Raj wrote on 2011-12-01: > On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui > wrote: >> updated LIC_FILES_CHKSUM since the code was re-organized, but the >> license remains the same. >> --- /dev/null >> +++ b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb >> @@ -0,0 +1,9 @@ >> > +"file://src/xcb_aux

Re: [OE-core] [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06

2011-12-01 Thread Cui, Dexuan
Khem Raj wrote on 2011-12-01: > On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui > wrote: >> Signed-off-by: Dexuan Cui >> --- >>  .../lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4        |    0 >>  .../lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch      |    9 - >>  --- >>  diff --git a/configure.ac b/co

Re: [OE-core] [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4

2011-12-01 Thread Cui, Dexuan
Khem Raj wrote on 2011-12-01: > On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui > wrote: >> updated LIC_FILES_CHKSUM: >> only Copyright holder change in COPYING -- no actual license change. >> >> Signed-off-by: Dexuan Cui --- >>  .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb}       |    8 +++-  1

Re: [OE-core] linux-yocto: consolidated pull request

2011-12-01 Thread Saul Wold
On 12/01/2011 01:58 PM, Bruce Ashfield wrote: On Thu, Dec 1, 2011 at 12:25 AM, Saul Wold wrote: On 11/30/2011 04:36 PM, Bruce Ashfield wrote: Richard/Saul, FYI: I can't get git-send email to work over the hotel wifi, so I can't chain the patches to this email. If you want me to send the patc

Re: [OE-core] [PATCH][oe-core 1/4] sysstat: don't run populate-volatile.sh update in do_rootfs or without populate-volatile.sh

2011-12-01 Thread Martin Jansa
On Thu, Dec 01, 2011 at 01:41:46PM +0100, Martin Jansa wrote: > On Thu, Dec 01, 2011 at 12:18:09PM +, Richard Purdie wrote: > > On Thu, 2011-12-01 at 13:02 +0100, Martin Jansa wrote: > > > Signed-off-by: Martin Jansa > > > --- > > > meta/recipes-extended/sysstat/sysstat.inc |7 +

[OE-core] [PATCH] dpkg-native: Fix perl path

2011-12-01 Thread Richard Purdie
The path to the native perl was incorrect leading to rootfs failures. This patch corrects that problem. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index bf345d6..2aecff5 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc

[OE-core] [RFC PATCH 2/2] classes/buildhistory: merge in package history functionality

2011-12-01 Thread Paul Eggleton
Include package history collection from packagehistory.bbclass (thus superseding it), with the following changes: * Store package history under BUILDHISTORY_DIR/packages * Disable storing package history as version named files unless BUILDHISTORY_KEEP_VERSIONS is set to 1; otherwise the adds of

[OE-core] [RFC PATCH 0/2] introduce buildhistory.bbclass

2011-12-01 Thread Paul Eggleton
Here is the initial version of buildhistory.bbclass. It provides (most of) the functionality of testlab.bbclass and all functionality of packagehistory.bbclass. Changes/improvements over testlab: * Supports both rpm and ipk-based images * Works even if packaging data is removed in the final image

[OE-core] [RFC PATCH 1/2] classes/buildhistory: add new output history collection class

2011-12-01 Thread Paul Eggleton
Create a new build output history reporting class, using testlab.bbclass from meta-oe as a base. This records information from images produced by the build process in text files structured suitably for tracking within a git repository, thus enabling monitoring of changes over time. Build history c

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Ulf Samuelsson
On 2011-12-02 00:08, Khem Raj wrote: On (01/12/11 16:59), Ulf Samuelsson wrote: 2011-12-01 15:12, Cliff Brake skrev: On Thu, Dec 1, 2011 at 7:48 AM, Richard Purdie wrote: When you restart the build is the problem persistent or does it work the second time? I set BB_NUMBER_THREADS = "2" (

[OE-core] [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/kernel-yocto.bbclass |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index ad14aac..79f82e3 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes

[OE-core] [PATCH 5/6] less: Update to 444

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- .../less/{less_443.bb => less_444.bb} |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/less/{less_443.bb => less_444.bb} (87%) diff --git a/meta/recipes-extended/less/less_443.bb b/meta/recipes-extended/less/l

[OE-core] [PATCH 6/6] distro tracking updates

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 100 ++- 1 files changed, 53 insertions(+), 47 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 073521f..d6

[OE-core] [PATCH 3/6] sysstat: Update to 10.0.3

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{sysstat_10.0.2.bb => sysstat_10.0.3.bb} |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_10.0.2.bb => sysstat_10.0.3.bb} (42%) diff --git a/meta/recipes-extended/sysstat/sysstat_10.0.2.bb b/me

[OE-core] [PATCH 2/6] psmisc: Update to 22.14

2011-12-01 Thread Saul Wold
* Create psmisc-extras for unpackaged binaries * rebase patch * set LICENSE to GPLv2 Signed-off-by: Saul Wold --- .../psmisc/files/libintl-link.patch| 22 ++- meta/recipes-extended/psmisc/psmisc.inc|8 +- .../psmisc/{psmisc_22.13.bb => psm

[OE-core] [PATCH 1/6] resolvconf: Update to 1.62

2011-12-01 Thread Saul Wold
* remove unneeded directory that does not get packaged Signed-off-by: Saul Wold --- .../{resolvconf_1.61.bb => resolvconf_1.62.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.61.bb => resolvconf_1.62.bb} (78%)

[OE-core] [PATCH 0/6] More Updates

2011-12-01 Thread Saul Wold
The following changes since commit aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a: libtool: Upgrade from 2.4 -> 2.4.2 (2011-12-01 20:39:11 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/updates http://cgit.openembedded.org/cgit.cgi/openemb

[OE-core] [PATCH 4/6] sqlite3: Update to 3.7.9

2011-12-01 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb | 10 -- meta/recipes-support/sqlite/sqlite3_3.7.9.bb | 11 +++ 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb create mode 1006

Re: [OE-core] [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly

2011-12-01 Thread Philip Balister
On 12/01/2011 12:26 PM, Koen Kooi wrote: > > Op 1 dec. 2011, om 18:17 heeft Richard Purdie het volgende geschreven: > >> On Thu, 2011-12-01 at 16:57 +, Phil Blundell wrote: >>> On Tue, 2011-11-29 at 14:51 -0800, Kamble, Nitin A wrote: Thank you for the explanation. BTW where can I find o

Re: [OE-core] [PATCH] sstate.bbclass: add option to use alternate compression in lieu of gzip

2011-12-01 Thread McClintock Matthew-B29882
On Thu, Dec 1, 2011 at 5:33 PM, Matthew McClintock wrote: > The savings can be substantial. The resutls below are for a > core-image-minimal type image: > > gzip:    1.1G   sstate-cache > xz       714M   sstate-cache > > Signed-off-by: Matthew McClintock Ugh, ignore this it does not actually wor

[OE-core] [PATCH] sstate.bbclass: add option to use alternate compression in lieu of gzip

2011-12-01 Thread Matthew McClintock
The savings can be substantial. The resutls below are for a core-image-minimal type image: gzip:1.1G sstate-cache xz 714M sstate-cache Signed-off-by: Matthew McClintock --- meta/classes/sstate.bbclass | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) d

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Khem Raj
On (01/12/11 16:59), Ulf Samuelsson wrote: > 2011-12-01 15:12, Cliff Brake skrev: > >On Thu, Dec 1, 2011 at 7:48 AM, Richard Purdie > > wrote: > > > >>When you restart the build is the problem persistent or does it work the > >>second time? > >I set BB_NUMBER_THREADS = "2" (was 4 when failing) >

Re: [OE-core] linux-yocto: consolidated pull request

2011-12-01 Thread Bruce Ashfield
On Thu, Dec 1, 2011 at 12:25 AM, Saul Wold wrote: > On 11/30/2011 04:36 PM, Bruce Ashfield wrote: >> >> Richard/Saul, >> >> FYI: I can't get git-send email to work over the hotel wifi, so >> I can't chain the patches to this email. If you want me to send >> the patches separately, let me know. But

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Henning Heinold
On Thu, Dec 01, 2011 at 09:17:39PM +, Richard Purdie wrote: > On Thu, 2011-12-01 at 18:34 +0100, Henning Heinold wrote: > > > # source='libcg_ba.cpp' object='libcg_ba.o' libtool=no > > > arm-angstrom-linux-gnueabi-g++ -march=armv5te -mno-thumb > > > -mthumb-interwork -mtune=arm926ej-s -mth

Re: [OE-core] [PATCH 1/4] binutils: upgrade from 2.21.1a to 2.22

2011-12-01 Thread Khem Raj
On (28/11/11 16:36), nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > And rebase the patches to the newer source code > > This patch is upstream hence deleting it from the recipe. > binutils/110-arm-eabi-conf.patch > > Signed-off-by: Nitin A Kamble > --- > meta/conf/distro/inc

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Richard Purdie
On Thu, 2011-12-01 at 18:34 +0100, Henning Heinold wrote: > > # source='libcg_ba.cpp' object='libcg_ba.o' libtool=no > > arm-angstrom-linux-gnueabi-g++ -march=armv5te -mno-thumb > > -mthumb-interwork -mtune=arm926ej-s -mthumb-interwork -mno-thumb > > --sysroot=/media/SSD/OE_core/setup-scrip

Re: [OE-core] [PATCH 0/4] Misc recipe fixes

2011-12-01 Thread Richard Purdie
On Tue, 2011-11-29 at 11:30 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > Earlier libtool commit is reworked to keep the SUMMARY line and clean up > the white space changes > > gmp commit is also reworked to simplify the changes as per Phils feedback. > > Nitin > > The fol

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Richard Purdie
On Thu, 2011-12-01 at 14:07 +0100, Martin Jansa wrote: > On Thu, Dec 01, 2011 at 10:59:03AM -0200, Otavio Salvador wrote: > > On Thu, Dec 1, 2011 at 10:37, Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > > > On Thu, 2011-12-01 at 13:24 +0100, Martin Jansa wrote: > > > > A whi

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Chris Larson
On Thu, Dec 1, 2011 at 12:55 PM, McClintock Matthew-B29882 wrote: >> To avoid stressing out RP and Sau! I would strongly urge layer maintainers >> to respond to recipe update patches with "I have a bbappend, but my review >> process needs time, please use the above proposal" if you need time to

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread McClintock Matthew-B29882
On Thu, Dec 1, 2011 at 5:23 AM, Koen Kooi wrote: > Hi, > > During the past month there have been a number of updates to OE-core recipes > that triggered parsing errors due to bbappend in other layers. A small > seleciton: > > * netbase > * libdrm > * xserver-xorg > * clutter > > My view is that

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread McClintock Matthew-B29882
On Thu, Dec 1, 2011 at 8:33 AM, Chris Larson wrote: >>> > This is even worse; you end up with a package without the changes done >>> > on the bbappend and as most bbappend files do not change PR, adding it >>> > later won't force a package update. > > People use bbappends without changing PR? I've

Re: [OE-core] [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 19:37 heeft Joshua Lock het volgende geschreven: > > > On 01/12/11 09:26, Koen Kooi wrote: >> >> Op 1 dec. 2011, om 18:17 heeft Richard Purdie het volgende geschreven: >> >>> On Thu, 2011-12-01 at 16:57 +, Phil Blundell wrote: On Tue, 2011-11-29 at 14:51 -0800, Kam

Re: [OE-core] [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly

2011-12-01 Thread Joshua Lock
On 01/12/11 09:26, Koen Kooi wrote: > > Op 1 dec. 2011, om 18:17 heeft Richard Purdie het volgende geschreven: > >> On Thu, 2011-12-01 at 16:57 +, Phil Blundell wrote: >>> On Tue, 2011-11-29 at 14:51 -0800, Kamble, Nitin A wrote: Thank you for the explanation. BTW where can I find offi

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Henning Heinold
> # source='libcg_ba.cpp' object='libcg_ba.o' libtool=no > arm-angstrom-linux-gnueabi-g++ -march=armv5te -mno-thumb -mthumb-interwork > -mtune=arm926ej-s -mthumb-interwork -mno-thumb > --sysroot=/media/SSD/OE_core/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/qemuarm > -DHAVE_C

Re: [OE-core] [PATCH v3] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Richard Purdie
On Thu, 2011-12-01 at 17:04 +0100, Koen Kooi wrote: > Upstream has grown cmake support which would allow us to dump the OE > autotools hack, but the cmakefile doesn't install the .pc file either > and breaks with zlib-native > > Signed-off-by: Koen Kooi > --- > meta/recipes-core/zlib/zlib_1.2.5.

Re: [OE-core] [PATCH 0/1] trace-cmd: Fix build failure due to blktrace_api change

2011-12-01 Thread Richard Purdie
On Thu, 2011-12-01 at 08:22 -0800, Darren Hart wrote: > From: Darren Hart > > The following changes since commit 2ebfb9d9ed7554180c3c077b14291a1853f8e2ef: > > puzzles: Ensure to link against libm for math functions (2011-12-01 > 14:30:49 +) > > are available in the git repository at: >

Re: [OE-core] [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 18:17 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-12-01 at 16:57 +, Phil Blundell wrote: >> On Tue, 2011-11-29 at 14:51 -0800, Kamble, Nitin A wrote: >>> Thank you for the explanation. BTW where can I find official rules about >>> signed-off-by line >> >>

Re: [OE-core] [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly

2011-12-01 Thread Richard Purdie
On Thu, 2011-12-01 at 16:57 +, Phil Blundell wrote: > On Tue, 2011-11-29 at 14:51 -0800, Kamble, Nitin A wrote: > > Thank you for the explanation. BTW where can I find official rules about > > signed-off-by line > > The "Signed-off-by" idiom originated with the kernel people and > Documentati

Re: [OE-core] linux-yocto: consolidated pull request

2011-12-01 Thread Bruce Ashfield
On Thu, Dec 1, 2011 at 12:25 AM, Saul Wold wrote: > On 11/30/2011 04:36 PM, Bruce Ashfield wrote: >> >> Richard/Saul, >> >> FYI: I can't get git-send email to work over the hotel wifi, so >> I can't chain the patches to this email. If you want me to send >> the patches separately, let me know. But

[OE-core] [PATCH] metacity: bump PR for xcb-util change

2011-12-01 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-gnome/gnome/metacity_2.30.3.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb index b9ffce0..a464b72 100644 --- a/meta/recipes-gnome/gnom

Re: [OE-core] [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly

2011-12-01 Thread Phil Blundell
On Tue, 2011-11-29 at 14:51 -0800, Kamble, Nitin A wrote: > Thank you for the explanation. BTW where can I find official rules about > signed-off-by line The "Signed-off-by" idiom originated with the kernel people and Documentation/SubmittingPatches in the linux source tree contains a fairly good

Re: [OE-core] [PATCH] lzop-1.03: add recipe

2011-12-01 Thread Chris Larson
On Thu, Dec 1, 2011 at 9:46 AM, Koen Kooi wrote: > Op 1 dec. 2011, om 17:38 heeft Christopher Larson het volgende geschreven: > >> This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given >> the current defconfig, this affects linux-omap4 2.6 in the meta-ti layer). >> >> Signed

Re: [OE-core] [PATCH] lzop-1.03: add recipe

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 17:38 heeft Christopher Larson het volgende geschreven: > This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given > the current defconfig, this affects linux-omap4 2.6 in the meta-ti layer). > > Signed-off-by: Christopher Larson > --- > meta/recipes-suppo

[OE-core] [PATCH] lzop-1.03: add recipe

2011-12-01 Thread Christopher Larson
This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the current defconfig, this affects linux-omap4 2.6 in the meta-ti layer). Signed-off-by: Christopher Larson --- meta/recipes-support/lzop/lzop/acinclude.m4 | 390 +++ meta/recipes-support/lz

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-01 Thread Ulf Samuelsson
2011-12-01 16:37, Koen Kooi skrev: Op 1 dec. 2011, om 14:16 heeft Philip Balister het volgende geschreven: On 11/29/2011 03:06 PM, Koen Kooi wrote: Op 29 nov. 2011, om 20:36 heeft Ulf Samuelsson het volgende geschreven: On 2011-11-29 16:03, Richard Purdie wrote: 2."ftp://elsie.nci.nih.g

[OE-core] [PATCH 1/1] trace-cmd: Add blktrace_api compatibility for TC_BARRIER

2011-12-01 Thread Darren Hart
From: Darren Hart Newer kernels replace TC_BARRIER with TC_FLUSH. Ensure trace-cmd can build regardless of the linux-kernel-headers version. This is intended as a stop-gap to get the builds working again. A proper fix will need to be discussed with the trace-cmd community. Signed-off-by: Darren

[OE-core] [PATCH 0/1] trace-cmd: Fix build failure due to blktrace_api change

2011-12-01 Thread Darren Hart
From: Darren Hart The following changes since commit 2ebfb9d9ed7554180c3c077b14291a1853f8e2ef: puzzles: Ensure to link against libm for math functions (2011-12-01 14:30:49 +) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core trace-cmd htt

[OE-core] [PATCH v3] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Koen Kooi
Upstream has grown cmake support which would allow us to dump the OE autotools hack, but the cmakefile doesn't install the .pc file either and breaks with zlib-native Signed-off-by: Koen Kooi --- meta/recipes-core/zlib/zlib_1.2.5.bb | 18 -- 1 files changed, 16 insertions(+),

Re: [OE-core] [PATCH v2] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Koen Kooi
/me puts on dunce cap Op 1 dec. 2011, om 17:01 heeft Martin Jansa het volgende geschreven: > On Thu, Dec 01, 2011 at 04:48:36PM +0100, Koen Kooi wrote: >> Upstream has grown cmake support which would allow us to dump the OE >> autotools hack, but the cmakefile doesn't install the .pc file either

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 16:56 heeft Martin Jansa het volgende geschreven: > On Thu, Dec 01, 2011 at 04:36:40PM +0100, Koen Kooi wrote: >> >> Op 1 dec. 2011, om 14:13 heeft Martin Jansa het volgende geschreven: >> >>> On Thu, Dec 01, 2011 at 01:02:38PM +, Richard Purdie wrote: On Thu, 2011-1

Re: [OE-core] [PATCH v2] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Martin Jansa
On Thu, Dec 01, 2011 at 04:48:36PM +0100, Koen Kooi wrote: > Upstream has grown cmake support which would allow us to dump the OE > autotools hack, but the cmakefile doesn't install the .pc file either and > breaks with zlib-native > > Also remove unused site config file ^^ this is not true any

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Martin Jansa
On Thu, Dec 01, 2011 at 04:36:40PM +0100, Koen Kooi wrote: > > Op 1 dec. 2011, om 14:13 heeft Martin Jansa het volgende geschreven: > > > On Thu, Dec 01, 2011 at 01:02:38PM +, Richard Purdie wrote: > >> On Thu, 2011-12-01 at 10:59 -0200, Otavio Salvador wrote: > >>> On Thu, Dec 1, 2011 at 10:

[OE-core] [PATCH v2] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Koen Kooi
Upstream has grown cmake support which would allow us to dump the OE autotools hack, but the cmakefile doesn't install the .pc file either and breaks with zlib-native Also remove unused site config file Signed-off-by: Koen Kooi --- meta/recipes-core/zlib/zlib_1.2.5.bb | 18 -

Re: [OE-core] [PATCH] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Richard Purdie
On Thu, 2011-12-01 at 15:58 +0100, Koen Kooi wrote: > Op 1 dec. 2011, om 14:01 heeft Richard Purdie het volgende geschreven: > > > On Wed, 2011-11-30 at 19:15 +0100, Koen Kooi wrote: > >> Op 30 nov. 2011, om 18:52 heeft Richard Purdie het volgende geschreven: > >> > >>> On Wed, 2011-11-30 at 14:4

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 14:16 heeft Philip Balister het volgende geschreven: > On 11/29/2011 03:06 PM, Koen Kooi wrote: >> >> Op 29 nov. 2011, om 20:36 heeft Ulf Samuelsson het volgende geschreven: >> >>> On 2011-11-29 16:03, Richard Purdie wrote: > 2."ftp://elsie.nci.nih.gov/pub/tzcod

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 14:13 heeft Martin Jansa het volgende geschreven: > On Thu, Dec 01, 2011 at 01:02:38PM +, Richard Purdie wrote: >> On Thu, 2011-12-01 at 10:59 -0200, Otavio Salvador wrote: >>> On Thu, Dec 1, 2011 at 10:37, Richard Purdie >>> wrote: >>>On Thu, 2011-12-01 at 13:24 +

Re: [OE-core] [PATCH] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 14:01 heeft Richard Purdie het volgende geschreven: > On Wed, 2011-11-30 at 19:15 +0100, Koen Kooi wrote: >> Op 30 nov. 2011, om 18:52 heeft Richard Purdie het volgende geschreven: >> >>> On Wed, 2011-11-30 at 14:40 +0100, Koen Kooi wrote: Upstream has grown cmake support

Re: [OE-core] Tinylogin or shadow?

2011-12-01 Thread Koen Kooi
Op 1 dec. 2011, om 14:01 heeft Martin Jansa het volgende geschreven: > On Tue, Sep 06, 2011 at 07:30:31PM +0100, Phil Blundell wrote: >> On Tue, 2011-09-06 at 11:20 +0200, Martin Jansa wrote: >>> Hi, >>> >>> if someone wants to use only shadow as login manager, then all postinst >>> calling addu

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-01 Thread Ulf Samuelsson
On 2011-11-30 18:30, Scott Garman wrote: On 11/29/2011 01:18 PM, Ulf Samuelsson wrote: Seen a couple of errors as well. 1. ERROR: Function 'useradd_sysroot' failed Tried to access "/etc/group" but this was locked. Problem disappeared the next time I rebuilt. Can you file a bug about this pro

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Chris Larson
On Thu, Dec 1, 2011 at 6:13 AM, Martin Jansa wrote: > On Thu, Dec 01, 2011 at 01:02:38PM +, Richard Purdie wrote: >> On Thu, 2011-12-01 at 10:59 -0200, Otavio Salvador wrote: >> > On Thu, Dec 1, 2011 at 10:37, Richard Purdie >> > wrote: >> >         On Thu, 2011-12-01 at 13:24 +0100, Martin J

Re: [OE-core] Reproducible build problem with BB_NUMBER_THREADS=8

2011-12-01 Thread Cliff Brake
On Thu, Dec 1, 2011 at 7:48 AM, Richard Purdie wrote: > When you restart the build is the problem persistent or does it work the > second time? I set BB_NUMBER_THREADS = "2" (was 4 when failing) I tried to restart the build and cleanall just the failing package, and it still failed. I then ra

Re: [OE-core] Feedback on building openembedded-core for qemuarm. Excerpts from buildlog

2011-12-01 Thread Philip Balister
On 11/29/2011 03:06 PM, Koen Kooi wrote: > > Op 29 nov. 2011, om 20:36 heeft Ulf Samuelsson het volgende geschreven: > >> On 2011-11-29 16:03, Richard Purdie wrote: >>> 2."ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz"; is no longer available. tzdata , same problem. >

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Martin Jansa
On Thu, Dec 01, 2011 at 01:02:38PM +, Richard Purdie wrote: > On Thu, 2011-12-01 at 10:59 -0200, Otavio Salvador wrote: > > On Thu, Dec 1, 2011 at 10:37, Richard Purdie > > wrote: > > On Thu, 2011-12-01 at 13:24 +0100, Martin Jansa wrote: > > > A while back I've proposed to mak

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Martin Jansa
On Thu, Dec 01, 2011 at 10:59:03AM -0200, Otavio Salvador wrote: > On Thu, Dec 1, 2011 at 10:37, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > On Thu, 2011-12-01 at 13:24 +0100, Martin Jansa wrote: > > > A while back I've proposed to make .bbappend without corresponding .bb >

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Richard Purdie
On Thu, 2011-12-01 at 10:59 -0200, Otavio Salvador wrote: > On Thu, Dec 1, 2011 at 10:37, Richard Purdie > wrote: > On Thu, 2011-12-01 at 13:24 +0100, Martin Jansa wrote: > > A while back I've proposed to make .bbappend without > corresponding .bb > > only big fat w

Re: [OE-core] [PATCH] zlib 1.2.5: install pkgconfig file, needed for e.g. modern webkit

2011-12-01 Thread Richard Purdie
On Wed, 2011-11-30 at 19:15 +0100, Koen Kooi wrote: > Op 30 nov. 2011, om 18:52 heeft Richard Purdie het volgende geschreven: > > > On Wed, 2011-11-30 at 14:40 +0100, Koen Kooi wrote: > >> Upstream has grown cmake support which would allow us to dump the OE > >> autotools hack, but the cmakefile d

Re: [OE-core] Tinylogin or shadow?

2011-12-01 Thread Martin Jansa
On Tue, Sep 06, 2011 at 07:30:31PM +0100, Phil Blundell wrote: > On Tue, 2011-09-06 at 11:20 +0200, Martin Jansa wrote: > > Hi, > > > > if someone wants to use only shadow as login manager, then all postinst > > calling adduser (instead of useradd) are failing ie: > > > > recipes-connectivity/ava

  1   2   >