Re: [OE-core] [PATCH 1/1] gcc-common.inc: Added shared source support for basichash.

2012-01-19 Thread Richard Purdie
On Tue, 2012-01-17 at 03:05 +, Lu, Lianhao wrote: > Richard Purdie wrote on 2012-01-17: > > On Mon, 2012-01-16 at 19:43 +0800, Lianhao Lu wrote: > >> [YOCTO #1555] > >> Adding new mechanism to allow multiple gcc related recipes sharing the > >> same src directory when using the basichash as the

[OE-core] [CONSOLIDATED PULL 01/33] m4: A better refactoring

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/m4/m4-1.4.16.inc | 14 ++ meta/recipes-devtools/m4/m4-1.4.9.inc| 13 + meta/recipes-devtools/m4/m4-native_1.4.16.bb |2 +- meta/recipes-devtools/m4/m4-native_1.4.9.bb |4 ++-- meta/recipes-devtoo

[OE-core] [CONSOLIDATED PULL 02/33] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-19 Thread Saul Wold
From: Andrei Gherzan Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. [YOCTO #1767] Signed-off-by: Andrei Gherzan --- meta/recipes-core/busybox/busybox-1.19.3/defconfig |2 +- 1 files changed, 1 i

[OE-core] [CONSOLIDATED PULL 04/33] busybox: drop MARKINT option from init script and syslog-startup.conf

2012-01-19 Thread Saul Wold
From: Joshua Lock This option has been disabled in busybox since 2007 as it was deemed too buggy. See: http://git.busybox.net/busybox/commit/?id=4998c818919477d90674a3f220e7407c26da17f9 Signed-off-by: Joshua Lock --- meta/recipes-core/busybox/files/syslog |3 --- .../recipes-c

[OE-core] [CONSOLIDATED PULL 05/33] busybox: remove incorrect comments from syslog-startup.conf

2012-01-19 Thread Saul Wold
From: Joshua Lock Setting rotation size and generations is supported with busybox syslogd Signed-off-by: Joshua Lock --- .../recipes-core/busybox/files/syslog-startup.conf |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/busybox/files/syslog-startup

[OE-core] [CONSOLIDATED PULL 07/33] busybox: change syslog default to log to a file

2012-01-19 Thread Saul Wold
From: Joshua Lock This changes the default in syslog-startup.conf to log messages to a file (/var/log/messages) because: a) we already mount /var/log as a volatile mount by default b) users are accustomed to looking at /var/log/messages as most distributions don't ship with logread Signed-off-b

[OE-core] [CONSOLIDATED PULL 06/33] busybox: enable log level configuration in syslog-startup.conf and script

2012-01-19 Thread Saul Wold
From: Joshua Lock It's possible to configure busybox syslog to only log messages above a certain level, expose this functionality through the syslog-startup.conf and syslog init script. Valid values are 1-8 inclusive. Signed-off-by: Joshua Lock --- meta/recipes-core/busybox/files/syslog

[OE-core] [CONSOLIDATED PULL 08/33] busybox: enable dropping of duplicates in syslog, off by default

2012-01-19 Thread Saul Wold
From: Joshua Lock Busybox syslog includes functionality to drop duplicated syslog entries, enable this feature in the defconfig yet disable it by default. Expose configuration of the feature through the syslog-startup.conf file and the syslog init script. Signed-off-by: Joshua Lock --- meta/r

[OE-core] [CONSOLIDATED PULL 11/33] gnutls: Fix compilation on uclibc

2012-01-19 Thread Saul Wold
From: Khem Raj Examples do not compile correctly on latest uclibc Signed-off-by: Khem Raj --- .../correct_rpl_gettimeofday_signature.patch | 57 meta/recipes-support/gnutls/gnutls_2.12.14.bb |6 ++- 2 files changed, 61 insertions(+), 2 deletions(-) create

[OE-core] [CONSOLIDATED PULL 10/33] libsoup: Update package from v2.2.100 to v2.2.105

2012-01-19 Thread Saul Wold
From: Andrei Gherzan I included a patch as well to solve a compile error. In this package, a dfprinf function is declared. It will fail as eglibc provides it's function as well. So i renamed libsoup's dprintf function into dprinfsoup. Signed-off-by: Andrei Gherzan --- .../dprintf_conflict_wi

[OE-core] [CONSOLIDATED PULL 17/33] js: refactor packages for staticdev

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb index a4423ab..adca44e 100644 --- a/meta/recipes-suppor

[OE-core] [CONSOLIDATED PULL 14/33] liba52: refactor packages for staticdev

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-multimedia/liba52/liba52_0.7.4.bb |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb index ddc109c..a7f1fae 100644 --- a/meta/recipes

[OE-core] [CONSOLIDATED PULL 16/33] db: refactor packages for staticdev

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/db/db_5.1.19.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/db/db_5.1.19.bb b/meta/recipes-support/db/db_5.1.19.bb index 2659826..7e84646 100644 --- a/meta/recipes-support/db/db_5.1.19.bb +++

[OE-core] [CONSOLIDATED PULL 18/33] boost: refactor packages for staticdev

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/boost/boost.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 74f3e4b..09f61c0 100644 --- a/meta/recipes-support/boost/boost.inc ++

[OE-core] [CONSOLIDATED PULL 19/33] enchant: refactor packages for staticdev

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/enchant/enchant_1.6.0.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb index a3ef379..25178f5 100644 --- a/meta/recipes-s

[OE-core] [CONSOLIDATED PULL 20/33] site/ix86-common: fix an error

2012-01-19 Thread Saul Wold
From: Nitin A Kamble Fixed this line ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_int=1} as this line ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} This issue was causing guile recipe to compile-fail for x86 target. Signed-off-by: Nitin A Kamble --- meta/site/ix86-common |

[OE-core] [CONSOLIDATED PULL 22/33] uclibc: Upgrade to latest master

2012-01-19 Thread Saul Wold
From: Khem Raj Document the patches Signed-off-by: Khem Raj --- .../uclibc/uclibc-git/cross_compile_check.patch| 13 + .../recipes-core/uclibc/uclibc-git/fix_libdl.patch | 83 ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch |6 + .../uclibc/uclibc-git/orign_path.patch

[OE-core] [CONSOLIDATED PULL 24/33] e2fsprogs_1.42.bb: Fix build fallout for uclibc

2012-01-19 Thread Saul Wold
From: Khem Raj e2fsprogs 1.42 onwards uses fallocate() which uclibc does not implement(yet). In most of places its use is controlled and it only used when configure detects fallocate being present but in this one case it missed to check for fallocate being available so here we add the check Sign

[OE-core] [CONSOLIDATED PULL 25/33] xinput: add utility for configuring and testing XInput devices.

2012-01-19 Thread Saul Wold
From: Andrea Adami * from meta-openembedded with minor editings * (fields reordering like other recipes in xorg-app) Signed-off-by: Andrea Adami --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/

[OE-core] [CONSOLIDATED PULL 26/33] distro-tracking-fields: claim responsibility for udev, dpkg, apt, v86d

2012-01-19 Thread Saul Wold
From: Joshua Lock Nominate myself to be on the hook for updates to the udev, dpkg, apt and v86d recipes. Add a copy of the clutter-1.8 metadata without the namespace to keep the tools happy when they find the clutter_git recipe. Signed-off-by: Joshua Lock --- .../conf/distro/include/distro_tr

[OE-core] [CONSOLIDATED PULL 29/33] guile: new recipe for autogen

2012-01-19 Thread Saul Wold
From: Nitin A Kamble guile recipe is needed by autogen. Imported & updated the guile-cross-config generation & guile-2.0.pc manipulation code from the meta-oe guile recipe. Signed-off-by: Nitin A Kamble --- ...01-Fix-the-SRFI-60-copy-bit-documentation.patch | 33 ..._GNU_SOURCE-to

[OE-core] [CONSOLIDATED PULL 27/33] bdwgc: new recipe for autogen

2012-01-19 Thread Saul Wold
From: Nitin A Kamble This recipe is needed by guile. And guile is needed for autogen. As per Beth's recommondation changed the license specification of the recipe as LICENSE = "MIT & FSF-Unlimited & GPL-2.0" Signed-off-by: Nitin A Kamble --- meta/recipes-support/bdwgc/bdwgc_20110107.bb | 3

[OE-core] [CONSOLIDATED PULL 21/33] linux-yocto: restore WORKDIR as a patch source directory

2012-01-19 Thread Saul Wold
From: Bruce Ashfield In the switch to using src_patches and using patches in their source directory, the scanning of WORKDIR migrated items like config fragments was dropped. Adding WORKDIR back as a patch directory restores the old functionality. Signed-off-by: Bruce Ashfield --- meta/classes

[OE-core] [CONSOLIDATED PULL 12/33] pkgconfig: Move pkg.m4 from -dev to package

2012-01-19 Thread Saul Wold
[YOCTO #1908] Signed-off-by: Saul Wold --- meta/recipes-devtools/pkgconfig/pkgconfig.inc |2 ++ meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtoo

[OE-core] [CONSOLIDATED PULL 32/33] distro-tracking: add data for newer recipes

2012-01-19 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 21 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_

[OE-core] [CONSOLIDATED PULL 33/33] gnutls: Fix configure issue wrt to rm

2012-01-19 Thread Saul Wold
From: Khem Raj Add -f option so if the files dont exist then we can still continue. Fixes errors like | + do_configure | + for dir in . lib libextra | + rm ./aclocal.m4 ./m4/libtool.m4 './m4/lt*.m4' | rm: cannot remove `./m4/libtool.m4': No such file or directory | rm: cannot remove `./m4/lt*.m4

[OE-core] [CONSOLIDATED PULL 30/33] autogen-native: new recipe for grub-efi-native

2012-01-19 Thread Saul Wold
From: Nitin A Kamble grub-efi-native build is failing due to missing autogen command. Hence created this recipe. The newer versions of autogen 5.13 & 5.14 both are dumping core while building from source, so going back to the working 5.12 version. Also noticed that no distro vendor has picked u

[OE-core] [CONSOLIDATED PULL 15/33] attr/acl: refactor packages for staticdev

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/attr/acl_2.2.51.bb |2 +- meta/recipes-support/attr/attr_2.4.46.bb |2 +- meta/recipes-support/attr/ea-acl.inc | 12 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-support/attr/acl_2.2.51.bb

[OE-core] [CONSOLIDATED PULL 23/33] adt-installer: install autoconf(/automake)-nativesdk

2012-01-19 Thread Saul Wold
From: Lianhao Lu [YOCTO #1909] Install autoconf-nativesdk and automake-nativesdk to host. Signed-off-by: Lianhao Lu --- .../adt-installer/scripts/adt_installer_internal | 18 ++ .../installer/adt-installer_1.0.bb |2 +- 2 files changed, 7 insertions(+),

[OE-core] [CONSOLIDATED PULL 28/33] libunistring: new recipe for autogen

2012-01-19 Thread Saul Wold
From: Nitin A Kamble libunistring recipe is needed by guile. And guile is needed by autogen. Signed-off-by: Nitin A Kamble --- .../libunistring/libunistring_0.9.3.bb | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-supp

[OE-core] [CONSOLIDATED PULL 00/33] patches and staticdev fixes

2012-01-19 Thread Saul Wold
Richard, Here is a batch of fixes from the community along with some staticdev patches (long overdue). Thanks Sau! The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:46 +) are

[OE-core] [CONSOLIDATED PULL 03/33] pango.inc: fix /etc/pango -> /${sysconfdir}/pango/*

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/pango/pango.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index ce8b6ba..516153c 100644 --- a/meta/recipes-graphics/pango/pango.inc +++

[OE-core] [CONSOLIDATED PULL 09/33] chkconfig: Update package from v1.3.55 to v1.3.57

2012-01-19 Thread Saul Wold
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- .../{chkconfig_1.3.55.bb => chkconfig_1.3.57.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/chkconfig/{chkconfig_1.3.55.bb => chkconfig_1.3.57.bb} (84%) diff --git a/meta/recipes-extended

[OE-core] [CONSOLIDATED PULL 13/33] gst-openmax: refactor packages for staticdev

2012-01-19 Thread Saul Wold
Signed-off-by: Saul Wold --- .../gstreamer/gst-openmax_0.10.1.bb|5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb index 776ed1c..b4fe52d 10

Re: [OE-core] [PATCH 1/1] gcc-common.inc: Added shared source support for basichash.

2012-01-19 Thread Lu, Lianhao
Richard Purdie wrote on 2012-01-19: > On Tue, 2012-01-17 at 03:05 +, Lu, Lianhao wrote: >> Richard Purdie wrote on 2012-01-17: >>> On Mon, 2012-01-16 at 19:43 +0800, Lianhao Lu wrote: >>> >>> Can you please check if this can be fixed by: >>> >>> diff --git a/meta/recipes-devtools/gcc/gcc-con

Re: [OE-core] [PATCH 1/1] gcc-common.inc: Added shared source support for basichash.

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 09:40 +, Lu, Lianhao wrote: > Richard Purdie wrote on 2012-01-19: > > On Tue, 2012-01-17 at 03:05 +, Lu, Lianhao wrote: > >> Richard Purdie wrote on 2012-01-17: > >>> On Mon, 2012-01-16 at 19:43 +0800, Lianhao Lu wrote: > >>> > >>> Can you please check if this can be

Re: [OE-core] [CONSOLIDATED PULL 02/33] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-19 Thread Koen Kooi
Op 19 jan. 2012, om 10:22 heeft Saul Wold het volgende geschreven: > From: Andrei Gherzan > > Enable 64-bit math support in the expr applet. This will make > the applet slightly larger, but will allow computation with very > large numbers. So it finally supports yocto now? ___

Re: [OE-core] [CONSOLIDATED PULL 12/33] pkgconfig: Move pkg.m4 from -dev to package

2012-01-19 Thread Koen Kooi
Op 19 jan. 2012, om 10:22 heeft Saul Wold het volgende geschreven: > [YOCTO #1908] > > Signed-off-by: Saul Wold > --- > meta/recipes-devtools/pkgconfig/pkgconfig.inc |2 ++ > meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb |2 +- > 2 files changed, 3 insertions(+), 1 deletions(-) >

[OE-core] [PATCH 2/4] buildhistory_analysis: correctly handle whitespace when splitting lists

2012-01-19 Thread Paul Eggleton
Don't specify any argument to the split() function when handling changes to list type variables (e.g. PACKAGES) so that the values are split by any whitespace and only split once for a block of multiple whitespace characters. Signed-off-by: Paul Eggleton --- meta/lib/oe/buildhistory_analysis.py

[OE-core] [PATCH 1/4] buildhistory: record additional image info

2012-01-19 Thread Paul Eggleton
Record some additional information about images - the uncompressed size of the final image as well as the values of various variables that may have influenced its contents. This is recorded in a machine-readable "image-info.txt" file similar in structure to the package history files. Also add some

[OE-core] [PATCH 4/4] buildhistory_analysis: include related fields in output

2012-01-19 Thread Paul Eggleton
Sometimes, when a value changes in the buildhistory it is useful to know when a related (but not necessarily itself monitored) value changes as it can help explain the change. For example, when the list of installed packages for an image changes it could be caused by a change to one of the image-re

[OE-core] [PATCH 3/4] buildhistory_analysis: improve field handling robustness

2012-01-19 Thread Paul Eggleton
Avoid errors when comparing changes for KEY = value files (package info files and image-info.txt): * Handle keys appearing and disappearing - this will help to handle PE in package info files (which is only written when it is not blank) and when we add additional fields in future. * Handle whe

Re: [OE-core] [CONSOLIDATED PULL 12/33] pkgconfig: Move pkg.m4 from -dev to package

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 11:30 +0100, Koen Kooi wrote: > Op 19 jan. 2012, om 10:22 heeft Saul Wold het volgende geschreven: > > > [YOCTO #1908] > > > > Signed-off-by: Saul Wold > > --- > > meta/recipes-devtools/pkgconfig/pkgconfig.inc |2 ++ > > meta/recipes-devtools/pkgconfig/pkgconfig_0.25

Re: [OE-core] [CONSOLIDATED PULL 12/33] pkgconfig: Move pkg.m4 from -dev to package

2012-01-19 Thread Koen Kooi
Op 19 jan. 2012, om 11:57 heeft Richard Purdie het volgende geschreven: > On Thu, 2012-01-19 at 11:30 +0100, Koen Kooi wrote: >> Op 19 jan. 2012, om 10:22 heeft Saul Wold het volgende geschreven: >> >>> [YOCTO #1908] >>> >>> Signed-off-by: Saul Wold >>> --- >>> meta/recipes-devtools/pkgconfig/

[OE-core] [PATCH 0/4] buildhistory analysis improvements

2012-01-19 Thread Paul Eggleton
Collect and monitor some additional information about images, and report other (possibly non-monitored) changes when a monitored item changes to provide context. Additionally a couple of minor issues where found in field handling for the package info files. The following changes since commit a0f5

[OE-core] [PATCH 1/1] core-image-foo: add summary to each image bb file

2012-01-19 Thread Shane Wang
Add SUMMARY to each image bb file according to poky reference manual for Hob2 use later. Signed-off-by: Shane Wang --- meta/recipes-core/images/core-image-base.bb|2 ++ meta/recipes-core/images/core-image-core.bb|2 ++ meta/recipes-core/images/core-image-minimal-dev.bb |

[OE-core] [PATCH 0/1] core-image-foo: add summary to each image bb file

2012-01-19 Thread Shane Wang
This path is to add summary variable to each image bb file for Hob 2 use later, according to the poky reference manual. Please review. The following changes since commit 522c6b376d067243bff20c64a1f6f8700be8e586: gnutls: Fix configure issue wrt to rm (2012-01-19 11:34:13 +) are available i

Re: [OE-core] [PATCH 1/1] core-image-foo: add summary to each image bb file

2012-01-19 Thread Richard Purdie
Hi Shane, On Thu, 2012-01-19 at 20:38 +0800, Shane Wang wrote: > Add SUMMARY to each image bb file according to poky reference manual for Hob2 > use later. I think this is good but shouldn't some of these be DESCRIPTIONs? The difference is that summary should be a one line summary (~max 72 chars

[OE-core] Buildhistory in action

2012-01-19 Thread Richard Purdie
We've recently added the buildhistory class and I wanted to illustrate how it can help us improve the quality of what we're doing. I appreciate elements of this have been around for a while as part of testlab but I do want to raise the profile of these tools. I added: INHERIT += "buildhistory" BUI

Re: [OE-core] [PATCH 1/1] core-image-foo: add summary to each image bb file

2012-01-19 Thread Wang, Shane
That could be. I originally thought they are DESCRIPTIONs. But for CacheData in cache.py, it seems not description but summary is used. Is it OK to change the code to make descriptions into CacheData? -- Shane Richard Purdie wrote onĀ 2012-01-19: > Hi Shane, > > On Thu, 2012-01-19 at 20:38 +0800

Re: [OE-core] [CONSOLIDATED PULL 00/33] patches and staticdev fixes

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 01:22 -0800, Saul Wold wrote: > Andrea Adami (1): > xinput: add utility for configuring and testing XInput devices. > > Andrei Gherzan (3): > busybox: defconfig modified in order to activate > CONFIG_EXPR_MATH_SUPPORT_64 > chkconfig: Update package from v1.3.55 to v

[OE-core] [PATCH] task-base: rename VIRTUAL-RUNTIME-alsa-state to use underscore

2012-01-19 Thread Martin Jansa
* in http://lists.linuxtogo.org/pipermail/openembedded-core/2012-January/016226.html we talked about VIRTUAL-RUNTIME_alsa-state, but VIRTUAL-RUNTIME-alsa-state was used instead, which is inconsistent with other VIRTUAL-RUNTIME vars Signed-off-by: Martin Jansa --- meta/conf/distro/include

[OE-core] [PATCH 1/2] classes/patch: avoid backtrace when patch does not apply

2012-01-19 Thread Paul Eggleton
We don't need to see a Python stack backtrace when a patch does not apply, just the error output from patch, so trap these kinds of errors and ensure that we display the message and fail the task and nothing else. Fixes [YOCTO #1143] Signed-off-by: Paul Eggleton --- meta/classes/patch.bbclass |

[OE-core] [PATCH 2/2] hdparm: remove PRIORITY

2012-01-19 Thread Paul Eggleton
PRIORITY is no longer set in recipes in OE-Core, so remove it. (Since "optional" is the default value from bitbake.conf, no PR bump is necessary.) Signed-off-by: Paul Eggleton --- meta/recipes-extended/hdparm/hdparm_9.37.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a

[OE-core] [PATCH 0/2] Misc fixes

2012-01-19 Thread Paul Eggleton
A fix for the patch error backtrace as well as removing PRIORITY from the recently upgraded hdparm recipe. The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:46 +) are available in the g

Re: [OE-core] [PATCH 1/1] core-image-foo: add summary to each image bb file

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 13:12 +, Wang, Shane wrote: > That could be. I originally thought they are DESCRIPTIONs. > But for CacheData in cache.py, it seems not description but summary is used. > Is it OK to change the code to make descriptions into CacheData? Please see cache_extra.py and add the

Re: [OE-core] [PATCH 1/2] classes/patch: avoid backtrace when patch does not apply

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 13:59 +, Paul Eggleton wrote: > We don't need to see a Python stack backtrace when a patch does not > apply, just the error output from patch, so trap these kinds of errors > and ensure that we display the message and fail the task and nothing > else. > > Fixes [YOCTO #11

Re: [OE-core] [PATCH 2/2] hdparm: remove PRIORITY

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 13:59 +, Paul Eggleton wrote: > PRIORITY is no longer set in recipes in OE-Core, so remove it. (Since > "optional" is the default value from bitbake.conf, no PR bump is > necessary.) > > Signed-off-by: Paul Eggleton > --- > meta/recipes-extended/hdparm/hdparm_9.37.bb |

Re: [OE-core] [PATCH] task-base: rename VIRTUAL-RUNTIME-alsa-state to use underscore

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 14:51 +0100, Martin Jansa wrote: > * in > http://lists.linuxtogo.org/pipermail/openembedded-core/2012-January/016226.html > we talked about > VIRTUAL-RUNTIME_alsa-state, but > VIRTUAL-RUNTIME-alsa-state was used instead, which is inconsistent with > other VIRTUAL-RUNTI

Re: [OE-core] [PATCH 0/4] buildhistory analysis improvements

2012-01-19 Thread Richard Purdie
On Thu, 2012-01-19 at 10:32 +, Paul Eggleton wrote: > Collect and monitor some additional information about images, and > report other (possibly non-monitored) changes when a monitored item > changes to provide context. > > Additionally a couple of minor issues where found in field handling fo

Re: [OE-core] Buildhistory in action

2012-01-19 Thread Paul Eggleton
On Thursday 19 January 2012 15:37:38 Koen Kooi wrote: > If you want to see a longer history, have a look at > https://github.com/Angstrom-distribution/buildhistory/commits/master, I've > been using it heavily today when working on udev 177 which changed its > default filesystem layout. One thing to

Re: [OE-core] Buildhistory in action

2012-01-19 Thread Koen Kooi
Op 19 jan. 2012, om 15:45 heeft Paul Eggleton het volgende geschreven: > On Thursday 19 January 2012 15:37:38 Koen Kooi wrote: >> If you want to see a longer history, have a look at >> https://github.com/Angstrom-distribution/buildhistory/commits/master, I've >> been using it heavily today when w

Re: [OE-core] Buildhistory in action

2012-01-19 Thread Koen Kooi
Op 19 jan. 2012, om 14:08 heeft Richard Purdie het volgende geschreven: > We've recently added the buildhistory class and I wanted to illustrate > how it can help us improve the quality of what we're doing. I appreciate > elements of this have been around for a while as part of testlab About 4 y

Re: [OE-core] Buildhistory in action

2012-01-19 Thread Paul Eggleton
On Thursday 19 January 2012 13:08:03 Richard Purdie wrote: > If I change into tmp/buildhistory and show the last commit the result is > included below. Since the version changed, the diff isn't as readable as > would be ideal, however reading through it clearly shows the .a files > moving to the st

Re: [OE-core] Buildhistory in action

2012-01-19 Thread Mark Hatle
On 1/19/12 9:04 AM, Paul Eggleton wrote: On Thursday 19 January 2012 13:08:03 Richard Purdie wrote: If I change into tmp/buildhistory and show the last commit the result is included below. Since the version changed, the diff isn't as readable as would be ideal, however reading through it clearly

Re: [OE-core] Buildhistory in action

2012-01-19 Thread Paul Eggleton
On Thursday 19 January 2012 10:06:24 Mark Hatle wrote: > Does the build history due any scanning of either package or shared library > dependencies? For packages, it relies on the output of do_package, however this includes the final value of RDEPENDS which is influenced by shared library depende

Re: [OE-core] [PATCH] e2fsprogs_1.42.bb: Fix build fallout for uclibc

2012-01-19 Thread Scott Garman
On 01/18/2012 05:34 AM, Koen Kooi wrote: Op 18 jan. 2012, om 10:51 heeft Koen Kooi het volgende geschreven: Op 18 jan. 2012, om 04:01 heeft Khem Raj het volgende geschreven: e2fsprogs 1.42 onwards uses fallocate() which uclibc does not implement(yet). In most of places its use is controlled

Re: [OE-core] [PATCH] chkconfig: Update package from v1.3.55 to v1.3.57

2012-01-19 Thread Saul Wold
On 01/16/2012 10:31 AM, Andrei Gherzan wrote: From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- .../recipes-extended/chkconfig/chkconfig_1.3.55.bb | 27 .../recipes-extended/chkconfig/chkconfig_1.3.57.bb | 27 2 files changed, 27 insertions(

Re: [OE-core] [PATCH] libsoup: Update package from v2.2.100 to v2.2.105

2012-01-19 Thread Saul Wold
On 01/16/2012 10:31 AM, Andrei Gherzan wrote: From: Andrei Gherzan I included a patch as well to solve a compile error. In this package, a dfprinf function is declared. It will fail as eglibc provides it's function as well. So i renamed libsoup's dprintf function into dprinfsoup. Signed-off-b

Re: [OE-core] [PATCH 0/5] Busybox syslog tweaks

2012-01-19 Thread Saul Wold
On 01/17/2012 10:59 AM, Joshua Lock wrote: The RFC version of this series didn't receive any C's.. This set of changes makes some minor changes to the configuration of busybox's syslog. The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: package_rpm.bbclass: Add sup

Re: [OE-core] [PATCH] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-19 Thread Saul Wold
On 01/08/2012 04:03 PM, Andrei Gherzan wrote: From: Andrei Gherzan Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. [YOCTO #1767] Signed-off-by: Andrei Gherzan --- meta/recipes-core/busybox/busybox-1

Re: [OE-core] [PATCH V2] uclibc: Upgrade to latest master

2012-01-19 Thread Saul Wold
On 01/17/2012 11:06 PM, Khem Raj wrote: Document the patches Signed-off-by: Khem Raj --- .../uclibc/uclibc-git/cross_compile_check.patch| 13 + .../recipes-core/uclibc/uclibc-git/fix_libdl.patch | 83 ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch |6 + .../uclibc/uclib

Re: [OE-core] [PATCHv2 0/6] resend with typo fixes & distro tracking data

2012-01-19 Thread Saul Wold
On 01/17/2012 01:03 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This is same as last pull requests + typo fixes + a commit for adding distro tracking information for the new recipes. Thanks, Nitin The following changes since commit 5724ee9c3a99519fea96446638910b727b89898d: pac

Re: [OE-core] [PATCH 1/2] gnutls: Fix compilation on uclibc

2012-01-19 Thread Saul Wold
On 01/17/2012 08:50 AM, Khem Raj wrote: Examples do not compile correctly on latest uclibc Signed-off-by: Khem Raj --- .../correct_rpl_gettimeofday_signature.patch | 57 meta/recipes-support/gnutls/gnutls_2.12.14.bb |6 ++- 2 files changed, 61 insertions

[OE-core] [PATCH] gcc: Ensure that the shared source directory shared the same sstate hashes

2012-01-19 Thread Richard Purdie
The fetch/unpack/patch/headerfix tasks are shared and hence their sstate hashes should also match. Sadly this is not the case since: a) gcc-runtime applies an additional patch b) The do_headerfix task was missing from libgcc c) The do_headerfix task is a shell task and hence depends on all expo

Re: [OE-core] [PATCH] gnutls: Fix configure issue wrt to rm

2012-01-19 Thread Saul Wold
On 01/18/2012 09:39 PM, Khem Raj wrote: Add -f option so if the files dont exist then we can still continue. Fixes errors like | + do_configure | + for dir in . lib libextra | + rm ./aclocal.m4 ./m4/libtool.m4 './m4/lt*.m4' | rm: cannot remove `./m4/libtool.m4': No such file or directory | rm: c

Re: [OE-core] [PATCH] e2fsprogs_1.42.bb: Fix build fallout for uclibc

2012-01-19 Thread Saul Wold
On 01/17/2012 07:01 PM, Khem Raj wrote: e2fsprogs 1.42 onwards uses fallocate() which uclibc does not implement(yet). In most of places its use is controlled and it only used when configure detects fallocate being present but in this one case it missed to check for fallocate being available so he

Re: [OE-core] [PATCH 0/1] install new packages in adt-installer

2012-01-19 Thread Saul Wold
On 01/17/2012 11:18 PM, Lianhao Lu wrote: This pathc fixed YOCTO bug #1909 by installing autoconf-nativesdk and automake-nativesdk packages in adt-installer. The following changes since commit bd047935305c872b565f30b46c94b7077e5fb3a2: Richard Purdie (1): patch.bbclass: Ensure the DAT

Re: [OE-core] [PATCH] distro-tracking-fields: claim responsibility for udev, dpkg, apt, v86d

2012-01-19 Thread Saul Wold
On 01/18/2012 04:31 PM, Joshua Lock wrote: Nominate myself to be on the hook for updates to the udev, dpkg, apt and v86d recipes. Add a copy of the clutter-1.8 metadata without the namespace to keep the tools happy when they find the clutter_git recipe. Signed-off-by: Joshua Lock --- .../conf

Re: [OE-core] [PATCH 0/1] linux-yocto: restore WORKDIR as a patch source directory

2012-01-19 Thread Saul Wold
On 01/18/2012 09:13 AM, Bruce Ashfield wrote: Richard/Saul, As was pointed out on IRC this morning, config fragments and other config tweaks that were added to the SRC_URI weren't being processed by the config phase of the linux-yocto build. When I switched to using src_patches, I dropped WORKD

Re: [OE-core] [PATCH v2] xinput: add utility for configuring and testing XInput devices.

2012-01-19 Thread Saul Wold
On 01/18/2012 02:15 PM, Andrea Adami wrote: * from meta-openembedded with minor editings * (fields reordering like other recipes in xorg-app) Signed-off-by: Andrea Adami --- meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-)

[OE-core] [PATCH 0/1] Distro tracking manual check updates.

2012-01-19 Thread Scott Garman
You know the drill - manual upstream check updates for distro_tracking. The following changes since commit 2c5b90c6d1b1091779602ebe03e84674eb63ea83: buildhistory_analysis: include related fields in output (2012-01-19 14:59:16 +) are available in the git repository at: git://git.yoctopro

[OE-core] [PATCH 1/1] distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check dates

2012-01-19 Thread Scott Garman
Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 90924ed..

Re: [OE-core] [CONSOLIDATED PULL 02/33] busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

2012-01-19 Thread Andrei Gherzan
On 01/19/2012 12:29 PM, Koen Kooi wrote: Op 19 jan. 2012, om 10:22 heeft Saul Wold het volgende geschreven: From: Andrei Gherzan Enable 64-bit math support in the expr applet. This will make the applet slightly larger, but will allow computation with very large numbers. So it finally supports

Re: [OE-core] [PATCH 0/5] Busybox syslog tweaks

2012-01-19 Thread Otavio Salvador
On Tue, Jan 17, 2012 at 16:59, Joshua Lock wrote: > This set of changes makes some minor changes to the configuration of > busybox's > syslog. > I'd like to ask for you to think about a way of sharing the code that parses the conf file between sysv and systemd. My current proposal is: * move in

[OE-core] adding tools-debug to EXTRA_IMAGE_FEATURES pulls other tasks from same recipe

2012-01-19 Thread Khem Raj
Hi I added to local.conf EXTRA_IMAGE_FEATURES += "tools-debug" and now when I do bitbake -g I see that its wanting to build "tools-testapp" and "tools-profile" even though I did not ask them to be added to my image. all these packages are coming from single recipe task-core-tools.bb. If I divide

[OE-core] [PATCH 0/1] Bug 1834 rspro lacks the hardware for usbgadget defined in machine.conf

2012-01-19 Thread Zumeng Chen
Hi Saul, It seems usbgadget should not be supported by routerstationpro, we have to remove it from feature matrix due to the following reasons: 1 ) No mass storage needed to be accessed by usbgadget. 2 ) This is routerstation+switch, so it should not be taken as a USBNET too. This fix has bee

[OE-core] [PATCH 1/1] rspro-conf: remove usbgadget from routerstationpro

2012-01-19 Thread Zumeng Chen
Since the target doesn't have the related requirement to use USB slave hardware supporting usb gadget, so remove it from MACHINE_FEATURES. Signed-off-by: zumeng.c...@windriver.com> Acked-by: Bruce Ashfield --- meta-yocto/conf/machine/routerstationpro.conf |2 +- 1 files changed, 1 insertions