Re: [OE-core] [PATCH 2/2] u-boot: added generating the env utils (fixes bug 1800)

2012-01-02 Thread Frans Meulenbroeks
Triggered by the remarks of Anders I've been digging into this a little bit more. I suggest to ignore tools_fwenv.patch, and only add the changes to the .inc file. For fw_env.h a better solution exists, namely using the value from the config file. I'll try to submit a patch to upstream to fix that

[OE-core] [PATCH 2/9] libiconv: Update to 1.14

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../autoconf.patch |0 .../{libiconv_1.13.1.bb => libiconv_1.14.bb} |4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libiconv/{libiconv-1.13.1 => libiconv-1.14}/autoconf.patch (100%)

[OE-core] [PATCH 1/9] resolvconf: Update to 1.63

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{resolvconf_1.62.bb => resolvconf_1.63.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.62.bb => resolvconf_1.63.bb} (88%) diff --git a/meta/recipes-connectivity/resolvconf/resolvcon

[OE-core] [PATCH 5/9] boost: Update to 1.48 and Clean ups

2012-01-02 Thread Saul Wold
There were 2 "BJAM_OPTS =" in the .bb and .inc, the .inc was being overwritten and the ICU dependency was not removed correctly. Do some clean-up including moving install_append into do_install directly. Finally the BJAM_EXTRAS += "threading=multi" was not setting set correctly, set it on the BUI

[OE-core] [PATCH 6/9] util-linux: Update to 2.20.1

2012-01-02 Thread Saul Wold
Add patch remove setting CC, LD and LDFLAGS on commandline since they are passed correctly via configure. Those setting also caused the configure information about -std=gnu99 from being passed correctly. Removed patch that was fixed upstream Added scanf configuration, since this is a cross-compile

[OE-core] [PATCH 9/9] Add Upstream-Status to patches

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../openswan/openswan-2.4.7/installflags.patch |2 ++ .../openswan-2.4.7/ld-library-path-breakage.patch |2 ++ .../openswan-2.4.7/openswan-2.4.7-gentoo.patch |2 ++ .../wbxml/files/no-doc-install.patch |2 ++ .../gcalctool/gcalct

[OE-core] [PATCH 4/9] python: add md5module support

2012-01-02 Thread Saul Wold
The internal md5 module is needed for using "waf" to install other python packages such as pycairo. Signed-off-by: Saul Wold --- .../recipes-devtools/python/python-native_2.7.2.bb |6 -- .../python/python/add-md5module-support.patch | 18 ++ meta/recipes-devtools/p

[OE-core] [PATCH 8/9] distro_tracking: Updated for Upgrades and Manual Check Dates

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 51 ++-- 1 files changed, 26 insertions(+), 25 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index ab18e12..b

[OE-core] [PATCH 7/9] rxvt-unicode: Update to 9.14

2012-01-02 Thread Saul Wold
COPYING file has been reformatted whites space changes Signed-off-by: Saul Wold --- .../rxvt.desktop |0 .../rxvt.png | Bin 2847 -> 2847 bytes .../xwc.patch |0 .../{rxvt-unicod

[OE-core] [PATCH 0/9] Updates and fixes

2012-01-02 Thread Saul Wold
Richard, Some updates and build fixes ( Sau! The following changes since commit 8f348ccad083d6c02c200652ff6295e701e88f0d: coreutils: ensure --color works so DEPEND on libcap (2011-12-24 10:05:35 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-c

[OE-core] [PATCH 3/9] dropbear: fix CRYPTLIB patch

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../dropbear-0.53.1-static_build_fix.patch | 67 ++-- meta/recipes-core/dropbear/dropbear_2011.54.bb |2 +- 2 files changed, 49 insertions(+), 20 deletions(-) diff --git a/meta/recipes-core/dropbear/dropbear/dropbear-0.53.1-static_b

Re: [OE-core] [PATCH 06/14] hdparm: upgrade to 9.37

2012-01-02 Thread Saul Wold
On 12/30/2011 06:33 AM, Shane Wang wrote: Because hdparm depends on stat, stat is brought into Yocto. Is this a new dependency witht he update version? Part of this patch comes from oe http://git.openembedded.org/openembedded/tree/recipes/hdparm, and http://git.openembedded.org/openembedded/

Re: [OE-core] [PATCH 01/16] qt4-graphics-system: add

2012-01-02 Thread Saul Wold
On 12/28/2011 11:55 AM, Otavio Salvador wrote: Allow setting default runtime graphics system engine for Qt4 applications per machine. Depending on the GPU and Xorg driver, this can boost and impact significantly the drawing performance. The default setting is to 'raster' as this offer best

Re: [OE-core] [PATCH 03/14] quilt upgreade from 0.48 to 0.50

2012-01-02 Thread Saul Wold
On 12/29/2011 04:30 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble gnu_patch_test_fix.patch : this patch removed as it is already upstream now. Renamed quilt.inc to quilt-0.50.inc and moved the dupicate information from native& target recipe files into the quilt-0.50.inc file. The

Re: [OE-core] [PATCH 01/16] qt4-graphics-system: add

2012-01-02 Thread Martin Jansa
On Mon, Jan 02, 2012 at 10:23:09AM -0800, Saul Wold wrote: > On 12/28/2011 11:55 AM, Otavio Salvador wrote: > > Allow setting default runtime graphics system engine for Qt4 > > applications per machine. > > > > > > > Depending on the GPU and Xorg driver, this can boost and impact > > significant

[OE-core] [PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS

2012-01-02 Thread tom . zanussi
From: Tom Zanussi LICENSE_FLAGS are a per-recipe replacement for COMMERCIAL_FLAGS. Any flags listed in a recipe's LICENSE_FLAGS variable must have a match in the global LICENSE_FLAGS_WHITELIST variable. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass | 19 +++ 1 fil

[OE-core] [PATCH 0/5][RFC] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE

2012-01-02 Thread tom . zanussi
From: Tom Zanussi Hi, This patchset is a first cut at a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. The original proposal was drafted by Saul Wold and is copied below: *** There has been some issues raised with the initial implementation of COMMERCIAL_LICENSE and we are looking

[OE-core] [PATCH 3/5] base.bbclass: remove COMMERCIAL_LICENSE code

2012-01-02 Thread tom . zanussi
From: Tom Zanussi The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS so remove the code that implements COMMERCIAL_LICENSE. Signed-off-by: Tom Zanussi --- meta/classes/base.bbclass |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/meta/classes/ba

[OE-core] [PATCH 2/5] Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE

2012-01-02 Thread tom . zanussi
From: Tom Zanussi Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list; add LICENSE_FLAGS varables to each the recipes mentioned in that list: - lame - gst-fluendo-mp3 - gst-openmax - gst-plugins-ugly - libmad - libomxil - mpeg2dec - qmmp Signed-off-by: Tom Zanussi ---

[OE-core] [PATCH 5/5] documentation-audit.sh: remove COMMERCIAL_LICENSE warning

2012-01-02 Thread tom . zanussi
From: Tom Zanussi COMMERCIAL_LICENSE no longer exists, remove the warning about it. Signed-off-by: Tom Zanussi --- scripts/contrib/documentation-audit.sh |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documenta

[OE-core] [PATCH 4/5] default-distrovars.inc: remove COMMERCIAL_LICENSE et al

2012-01-02 Thread tom . zanussi
From: Tom Zanussi The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi --- meta/conf/distro/include/default-distrovars.inc |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a

[OE-core] [PATCH v2 14/15] automake: upgrade from 1.11.1 to 1.11.2

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/automake/automake.inc|1 - .../{automake_1.11.1.bb => automake_1.11.2.bb} |5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/automake/{automake_1.11.1.bb => au

[OE-core] [PATCH v2 07/15] avahi: fix configure with automake 1.11.2

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble automake version 1.11.2 has made use of dir variables more strict. use of pkglibdir with DATA var results in automake errors. This commits uses pkgdatadir var instead of pkglibdir to avoid the strict check errors. Fixes this error: service-type-database/Makefile.am:21: `pk

[OE-core] [PATCH v2 05/15] autotools.bbclass: fix cp error for empty dir

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble the .../usr/share/aclocal is empty for build from scratch. so avoid cp error if the directory is empty. Fixes this error, which is thrown before pseudo is built: | cp: cannot stat `/builddisk/build/build0/tmp/sysroots/x86_64-linux/usr/share/aclocal/*': No such file or direc

[OE-core] [PATCH v2 08/15] misc patches: fix patch headers

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble These patches were marked by "UpstreamStatus:" line, fix it to use "Upstream-Status:" instead. Signed-off-by: Nitin A Kamble --- .../libacpi/files/libacpi_fix_for_x32.patch|2 +- .../use_correct_strip_in_cross_environment.patch |2 +- .../openssl-1.0.0e/o

[OE-core] [PATCH v2 04/15] rpm: fix build with automake-1.11.2

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble automake version 1.11.2 has made use of dir variables more strict. the use of pkglibdir with SCRIPTS & DATA vars results in automake errors. This commits uses pkgdatadir & pkgbindir vars instead of pkglibdir to avoid the strict check errors. This change also works with au

[OE-core] [PATCH v2 01/15] btrfs-tools: add attr as dependency to fix compilation

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble Fixes this compilation error: | mkfs.c:39:24: fatal error: attr/xattr.h: No such file or directory | compilation terminated. | make: *** [mkfs.o] Error 1 Signed-off-by: Nitin A Kamble --- .../btrfs-tools/btrfs-tools_git.bb |4 ++-- 1 files changed, 2 in

[OE-core] [PATCH v2 12/15] vte: upgrade from 0.24.3 to 0.28.2

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble Added gobject-introspection-native to depends as the configure needs an m4 macro file generated by it to avoid this error: src/Makefile.am:168: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL This upgrade avoids configure issues with automake version 1.11.2 seen on the

[OE-core] [PATCH v2 06/15] jpeg: fix configure with automake 1.11.2

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble The support for automatic de-ANSI-fication has been deprecated in automake 1.11.2, and will be removed altogether in automake 1.12 This avoids this error: | configure.ac:24: automatic de-ANSI-fication support is deprecated | autoreconf: automake failed with exit status: 1 |

[OE-core] [PATCH v2 15/15] btrfs-tools:Fix multithreaded building

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble Fixes bug: [YOCTO #1524] Fixes this error with make -j: btrfsctl.c | i586-poky-linux-gcc -m32 -march=i586 --sysroot=/intel/poky/builds/world/tmp/sysroots/qemux86 -Wp,-MMD,./.btrfsctl.o.d,-MT,btrfsctl.o -Wall -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -pipe -g -felimin

[OE-core] [PATCH v2 11/15] avahi-ui: fix build with automake-1.11.2

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble With automake 1.11.2 /usr/lib/ files are moved to /usr/share/ Fix the rmdir in do_install which expect /usr/lib/avahi to exist. Signed-off-by: Nitin A Kamble --- meta/recipes-connectivity/avahi/avahi-ui_0.6.30.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)

[OE-core] [PATCH v2 13/15] systemtap: fix configure with automake 1.11.2

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble automake version 1.11.2 has made use of dir variables more strict. The pkglibexec var can not have SCRIPTS suffix. Using pkgdata instead. Fixes this error: | Makefile.am:25: `pkglibexecdir' is not a legitimate directory for `SCRIPTS' | autoreconf: automake failed with exit s

[OE-core] [PATCH v2 10/15] gcc: mark upstream status for all patches

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble Some patches were missing Upstream-Status informantion, this commit adds that in those patches. Signed-off-by: Nitin A Kamble --- .../gcc/gcc-4.6/gcc-arm-set-cost.patch |1 + meta/recipes-devtools/gcc/gcc-4.6/pr32219.patch|1 + meta/recipes-devtools

[OE-core] [PATCH v2 02/15] byacc: upgrade from 20110908 to 20111219

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../byacc/{byacc_20110908.bb => byacc_20111219.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/byacc/{byacc_20110908.bb => byacc_20111219.bb} (73%) diff --git a/meta/recipes-extended/byacc

[OE-core] [PATCH v2 09/15] perl: mark upstream status for all patches

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble All the patches imported from debian source packages are marked accordingly. Signed-off-by: Nitin A Kamble --- .../debian/arm_thread_stress_timeout.diff |1 + .../perl-5.14.2/debian/cpan_definstalldirs.diff|1 + .../perl-5.14.2/debian/cpanplus_config_p

[OE-core] [PATCH v2 03/15] quilt upgreade from 0.48 to 0.50

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble gnu_patch_test_fix.patch : this patch removed as it is already upstream now. Renamed quilt.inc to quilt-0.50.inc and moved the dupicate information from native & target recipe files into the quilt-0.50.inc file. Clean up the unpackaged files warning These warnings are avoi

[OE-core] [PATCH v2 00/15] recipe Upgrades & Fixes

2012-01-02 Thread nitin . a . kamble
From: Nitin A Kamble This is version 2 of pull request with following changes. The commit of automake is redone to fix the styling. The commit of quilt is redone to avoid packaging warnings. A new commit for fixing "make -j" of btrfs-tools. Thanks, Nitin The following changes since commit f5

[OE-core] [PATCH] busybox: rename syslog.conf to syslog-startup.conf

2012-01-02 Thread Joshua Lock
Busybox 1.19 introduced basic support for an rsyslog inspired syslog.conf whereas we've been shipping syslog.conf as a file to be sourced by the syslog init script in order to configure which options busybox's syslog is started with. Busybox 1.19 in syslog mode chokes on our syslog.conf and doesn'

[OE-core] [PATCH] libxml2: add shared library version info to libxml shared libraries

2012-01-02 Thread Matthew McClintock
This fixes an issue with RPM where it checks version imformation for binaries linked against libxml and fails because it's missing info | error: Failed dependencies: | libxml2.so.2(LIBXML2_2.6.0) is needed by fmc-0.9.7+2-r2.1.ppce500mc | libxml2.so.2(LIBXML2_2.4.30) is n

Re: [OE-core] [PATCH] busybox: rename syslog.conf to syslog-startup.conf

2012-01-02 Thread Saul Wold
On 01/02/2012 01:50 PM, Joshua Lock wrote: Busybox 1.19 introduced basic support for an rsyslog inspired syslog.conf whereas we've been shipping syslog.conf as a file to be sourced by the syslog init script in order to configure which options busybox's syslog is started with. Busybox 1.19 in sys

Re: [OE-core] [PATCH] busybox: rename syslog.conf to syslog-startup.conf

2012-01-02 Thread Joshua Lock
On 02/01/12 14:20, Saul Wold wrote: On 01/02/2012 01:50 PM, Joshua Lock wrote: Busybox 1.19 introduced basic support for an rsyslog inspired syslog.conf whereas we've been shipping syslog.conf as a file to be sourced by the syslog init script in order to configure which options busybox's syslog

Re: [OE-core] [PATCH] libxml2: add shared library version info to libxml shared libraries

2012-01-02 Thread Martin Jansa
On Mon, Jan 02, 2012 at 04:05:16PM -0600, Matthew McClintock wrote: > This fixes an issue with RPM where it checks version imformation for > binaries linked against libxml and fails because it's missing info > > | error: Failed dependencies: > | libxml2.so.2(LIBXML2_2.6.0) is needed b

Re: [OE-core] [PATCH] libxml2: add shared library version info to libxml shared libraries

2012-01-02 Thread Martin Jansa
On Tue, Jan 03, 2012 at 12:22:28AM +0100, Martin Jansa wrote: > On Mon, Jan 02, 2012 at 04:05:16PM -0600, Matthew McClintock wrote: > > This fixes an issue with RPM where it checks version imformation for > > binaries linked against libxml and fails because it's missing info > > > > | error: Faile

[OE-core] [RFC PATCH 1/2] alsa-state: add alsa-state from oe classic

2012-01-02 Thread Joshua Lock
alsa-state adds an init script and configuration files to enable a consistent and centralised mechanism for setting and restoring alsa configuration. Signed-off-by: Joshua Lock --- meta/recipes-bsp/alsa-state/alsa-state.bb | 57 meta/recipes-bsp/alsa-state/alsa-st

[OE-core] [RFC PATCH 2/2] task-base: add alsa-state to task-base-alsa

2012-01-02 Thread Joshua Lock
This enables automatic configuration setting and restoration on systems with alsa. Signed-off-by: Joshua Lock --- meta/recipes-core/tasks/task-base.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task

[OE-core] [RFC PATCH 0/2] Add alsa-state from OE Classic

2012-01-02 Thread Joshua Lock
Please review the following changes for suitability for inclusion. If you have any objections or suggestions for improvement, please respond to the patches. If you agree with the changes, please provide your Acked-by. The small series following introduces the alsa-state recipe from oe-classic. The

[OE-core] [CONSOLIDATED PULL 011/113] self-hosted-image: Add builder user and mini X

2012-01-02 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-core/images/self-hosted-image.bb |4 +++- meta/recipes-core/tasks/task-self-hosted.bb |3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/i

[OE-core] [CONSOLIDATED PULL 005/113] linux-yocto: update hardware reference boards to 3.0.12

2012-01-02 Thread Saul Wold
From: Bruce Ashfield Updating the meta SRCREV to pickup 3.0.12 support for the remaining non-x86 boards (routerstation and pandaboard). Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 file

[OE-core] [CONSOLIDATED PULL 004/113] linux-yocto: add cedartrail BSP support

2012-01-02 Thread Saul Wold
From: Bruce Ashfield Updating the meta branch to contain the board config and description for the cedartrail. Signed-off-by: Rahul Saxena Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 f

[OE-core] [CONSOLIDATED PULL 009/113] Add mini X core tasks

2012-01-02 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/classes/core-image.bbclass |2 + meta/recipes-sato/tasks/task-core-x11-mini.bb | 45 + 2 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-sato/tasks/task-core-x11-mini

[OE-core] [CONSOLIDATED PULL 001/113] prelink: update to latest git version

2012-01-02 Thread Saul Wold
From: Scott Garman New version includes: 2011-12-08 Mark Hatle * rtld/rtld.c: Fix an issue where missing objects would trigger an assert in dl-version.c * rtld/rtld.h: Add _dl_new_object prototype * rtld/rtld.c: Add support for $ORIGIN, $PLATFORM and $LIB. Note: $PLATFOR

[OE-core] [CONSOLIDATED PULL 003/113] classes/rootfs_rpm: handle recommends in query functions

2012-01-02 Thread Saul Wold
From: Paul Eggleton Implement list_package_recommends() for rpm, and filter out the "suggests" (RPM's equivalent of recommends) in list_package_depends(). Respectively, these changes fix buildhistory handling of recommends for RPM (so that they are included in the image graphs) and also prevents

[OE-core] [CONSOLIDATED PULL 012/113] base.bbclass: Allow buildstats to be optionally supplied

2012-01-02 Thread Saul Wold
From: Mark Hatle Buildstats should be allowed to be optionally enabled. It's recommended that it be enabled via the USER_CLASSES setting. Alternatively it could be enabled via the INHERIT_DISTRO or similar mechanism. Signed-off-by: Mark Hatle --- meta/classes/base.bbclass |1 - meta/co

[OE-core] [CONSOLIDATED PULL 008/113] mini-x-session: Add this recipe as the session file for mini X

2012-01-02 Thread Saul Wold
From: Zhai Edwin mini-x-session runs session files on behalf of file owner, so that no rootless X required. Signed-off-by: Zhai Edwin --- .../mini-x-session/files/mini-x-session| 32 .../mini-x-session/mini-x-session_0.1.bb | 24 +++ 2

[OE-core] [CONSOLIDATED PULL 007/113] linux-yocto: use PATH to locate kconf_check

2012-01-02 Thread Saul Wold
From: Bruce Ashfield The changes made to prefer in-tree kernel tools forced the location of kconf_check prematurely. For maximum flexibility, locating it on the PATH is ideal, since the transition to in-tree tools will be completely transparent. Signed-off-by: Bruce Ashfield --- meta/classes/k

[OE-core] [CONSOLIDATED PULL 002/113] webkit-gtk svn: update to r101488

2012-01-02 Thread Saul Wold
From: Koen Kooi tested on beagleboard/angstrom with midori and epiphany browsers Signed-off-by: Koen Kooi --- meta/recipes-sato/webkit/files/GNUmakefile.am | 37 ++- meta/recipes-sato/webkit/files/autogen.sh |1 - meta/recipes-sato/webkit/files/configure.ac | 395 -

[OE-core] [CONSOLIDATED PULL 006/113] kern-tools: update SRCREV to pickup git operation fixes

2012-01-02 Thread Saul Wold
From: Bruce Ashfield Updating the kern-tools SRCREV to pickup the following commit: [ kgit-meta: add error checking and autoconfiguration to git commands When git commands are embedded into feature descriptions, they can fail for a variety of reasons. The current meta series process

[OE-core] [CONSOLIDATED PULL 018/113] gst-plugins-bad: upgrade to 0.10.22

2012-01-02 Thread Saul Wold
From: Shane Wang This patch is to upgrade gst-plugins-bad to 0.10.22. One of the license files is removed because the file doesn't exist any more. Signed-off-by: Shane Wang --- ...s-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-)

[OE-core] [CONSOLIDATED PULL 015/113] distro_tracking_fields: take the ownership of Mei Lei's

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 22 ++-- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.

[OE-core] [CONSOLIDATED PULL 017/113] gst-plugins-ugly: upgrade to 0.10.18

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- ...ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} (84%) diff --git a/meta/reci

[OE-core] [CONSOLIDATED PULL 020/113] gst-fluendo-mpegdemux: upgrade to 0.10.69

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- ...0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} (71%) diff --git a/m

[OE-core] [CONSOLIDATED PULL 013/113] buildhistory: avoid quoting issues with the layer list for build-id

2012-01-02 Thread Saul Wold
From: Christopher Larson --4ef4ab1d_66334873_12d0c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline The layer list is multiline, and includes quotes, so including it within quotes is problematic, particularly if the revision includes character

[OE-core] [CONSOLIDATED PULL 014/113] distro_tracking_fields: update the info for the manual check list (2011/12/24)

2012-01-02 Thread Saul Wold
From: Shane Wang update the information for the manual check list after checking the upstream on Dec 24, 2011. Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 123 +++- 1 files changed, 68 insertions(+), 55 deletions(-) diff --git a/meta/co

[OE-core] [CONSOLIDATED PULL 021/113] gst-ffmpeg: upgrade to 0.10.13

2012-01-02 Thread Saul Wold
From: Shane Wang This patch is to upgrade gst-ffmpeg to 0.10.13. Some license files are changed because the folder "ffmpeg" disappears, and those license files under "libav" are the same. LICENSE is different because the word "ffmpeg" is changed into "libav" under the libav folder. Again, gst-

[OE-core] [CONSOLIDATED PULL 016/113] polkit: upgrade to 0.103

2012-01-02 Thread Saul Wold
From: Shane Wang This is the patch to upgrade polkit to 0.103. The license is changed because the HTML content is generated by GTK-Doc V1.18 (XML node) rather than GTK-Doc V1.17 (XML node), which causes the change of the tag. Signed-off-by: Shane Wang --- .../introspection.patch

[OE-core] [CONSOLIDATED PULL 028/113] freetype: upgrade to 2.4.8

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- .../no-hardcode.patch |0 .../{freetype_2.4.6.bb => freetype_2.4.8.bb} |6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/freetype/{freetype-2.4.6 => freetype-2.4.8}

[OE-core] [CONSOLIDATED PULL 024/113] telepathy-glib: upgrade to 0.17.4

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- ...thy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} (80%) diff --git a/meta/recipes-co

[OE-core] [CONSOLIDATED PULL 050/113] udev: split utilities onto udev-utils

2012-01-02 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev.inc|6 +- meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index a228e5f

[OE-core] [CONSOLIDATED PULL 023/113] valgrind: upgrade to 3.7.0

2012-01-02 Thread Saul Wold
From: Shane Wang This patch is to upgrade valgrind to 3.7.0. The licenses are changed from "Copyright (C) 2000-2010 Julian Seward. All rights reserved." to "Copyright (C) 2000-2011 Julian Seward. All rights reserved." Signed-off-by: Shane Wang --- .../valgrind/valgrind-3.7.0/configure-fix.pa

[OE-core] [CONSOLIDATED PULL 029/113] minicom: upgrade to 2.5

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- .../{minicom-2.4 => minicom-2.5}/gcc4-scope.patch |0 .../rename-conflicting-functions.patch |0 .../minicom/{minicom_2.4.bb => minicom_2.5.bb} |6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/re

[OE-core] [CONSOLIDATED PULL 019/113] gst-fluendo-mp3: upgrade to 0.10.16

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- ...o-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} (61%) diff --git a/meta/recipes-

[OE-core] [CONSOLIDATED PULL 027/113] distro_tracking_fields: update the info for recipe upgrading

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 90 ++- 1 files changed, 47 insertions(+), 43 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.i

[OE-core] [CONSOLIDATED PULL 052/113] native.bbclass: Fix variable remapping coverage

2012-01-02 Thread Saul Wold
From: Richard Purdie When looking for RDEPENDS to process, bitbake iterates through PACKAGES *and* PN. Since native.bbclass sets PACKAGES to be empty, its pointless remapping the list of PACKAGES since this does nothing. There is a problem since *_${PN} are used by bitbake but not remapped by the

[OE-core] [CONSOLIDATED PULL 022/113] mtd-utils: upgrade to 1.4.9

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 .../mtd/{mtd-utils_1.4.6.bb => mtd-utils_1.4.9.bb} |2 +- 3 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipe

[OE-core] [CONSOLIDATED PULL 051/113] udev: remove commented code from init script (no code changes)

2012-01-02 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev.inc | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index c5d969b..65000b7 100644 --- a/meta/recipes-core/u

[OE-core] [CONSOLIDATED PULL 025/113] ofono: upgrade to 1.0

2012-01-02 Thread Saul Wold
From: Shane Wang This patch is to upgrade ofono to 1.0. The license is changed from "Copyright (C) 2008-2010 Intel Corporation. All rights reserved." into "Copyright (C) 2008-2011 Intel Corporation. All rights reserved." Signed-off-by: Shane Wang --- meta/recipes-connectivity/ofono/ofono.inc

[OE-core] [CONSOLIDATED PULL 033/113] distro_tracking_fields: update the info for recipe upgrade.

2012-01-02 Thread Saul Wold
From: Shane Wang Signed-off-by: Shane Wang --- .../conf/distro/include/distro_tracking_fields.inc | 19 ++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.in

[OE-core] [CONSOLIDATED PULL 053/113] eglibc: Only add eglibc-utils to PACKAGES if wchar is supported

2012-01-02 Thread Saul Wold
From: Darren Hart eglibc-utils RDEPENDS on bash which requires gettext which requires wchar support. If wchar support is not included in DISTRO_FEATURES, gettext will fail to compile. By removing eglibc-utils from the PACKAGES listing, bitbake doesn't try to build the dependency chain. Signed-o

[OE-core] [CONSOLIDATED PULL 010/113] Add "builder" user for specific purpose.

2012-01-02 Thread Saul Wold
From: Zhai Edwin "builder" can start some auto stuff by mini X session. Signed-off-by: Zhai Edwin --- meta/recipes-graphics/builder/builder_0.1.bb | 27 .../builder/files/builder_hob_start.sh | 11 2 files changed, 38 insertions(+), 0 deletio

[OE-core] [CONSOLIDATED PULL 055/113] task-core-boot: Allow DISTRO to disable keymaps via VIRTUAL-RUNTIME_keymaps

2012-01-02 Thread Saul Wold
From: Darren Hart keymaps pulls in gettext, which can't build without wide character support. Rather than have to add a -tiny variant of every MACHINE to drop "keyboard" from the MACHINE_FEATURES, just enable the DISTRO to define what gets added to RDEPENDS_task-core-boot when MACHINE_FEATURES i

[OE-core] [CONSOLIDATED PULL 037/113] u-boot: improved DESCRIPTION, fixed HOMEPAGE

2012-01-02 Thread Saul Wold
From: Frans Meulenbroeks HOMEPAGE pointed to an sf.net page that said that the page did not exist any more and after that it redirected to the denx.de page; updated HOMEPAGE to point to that page Also improved the description to use the official capitalisation Signed-off-by: Frans Meulenbroeks

[OE-core] [CONSOLIDATED PULL 057/113] glib-2.0: we need zlib

2012-01-02 Thread Saul Wold
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb index eff43c9..aa

[OE-core] [CONSOLIDATED PULL 058/113] gnome-keyring: fix gsettings_data_convert seg fault

2012-01-02 Thread Saul Wold
From: Zhai Edwin gsttings_data_convert cause seg fault as gnome-keyring's schema is not installed properly. As a fix, running glib-compile-schemas from glib-utils to made "gschemas.compiled". [YOCTO #1779] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-gnome/gnome/gnome-keyring_2.32.1.

[OE-core] [CONSOLIDATED PULL 056/113] image_types: Ensure /init exists for cpio rootfs archives

2012-01-02 Thread Saul Wold
From: Darren Hart In order for the kernel to accept an initramfs as a rootfs, it must have /init - even if it is an empty file. Touch /init to ensure it exists for cpio and cpio.gz image types. When used with initrd and rootfs=/dev/ram0, this allows the cpio and cpio.gz images to be used as the

[OE-core] [CONSOLIDATED PULL 036/113] patch.bbclass: abstract out logic that determines patches to apply

2012-01-02 Thread Saul Wold
From: Christopher Larson This is needed by the copyleft_compliance class, so it can emit series files for the patches, which greatly increases their usefulness to a user trying to reconstruct the sources outside of OE. Signed-off-by: Christopher Larson --- meta/classes/patch.bbclass | 203 +++

[OE-core] [CONSOLIDATED PULL 044/113] udev: use tabs for init script (no code changes)

2012-01-02 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev/init | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index 073942f..edc3c9a 10

[OE-core] [CONSOLIDATED PULL 054/113] linux-yocto-tiny: New kernel recipe for tiny distros

2012-01-02 Thread Saul Wold
From: Darren Hart linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. Signed-off-by: Darren Hart --- meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg |9 + .../recipes-kernel/linux/linux-yocto-tiny/core.cfg | 19 + .../linux/linux-yocto-tiny/debug.cfg

[OE-core] [CONSOLIDATED PULL 062/113] meta/classes/base.bbclass: base.bbclass should check for multiple (or) licenses in bb files

2012-01-02 Thread Saul Wold
From: Andrei Gherzan base.bbclass modified in order to check if there is an "or" operand, and if it is, should check further if there are other non-excluded licenses. [YOCTO #1844] Signed-off-by: Andrei Gherzan --- meta/classes/base.bbclass | 17 +++-- 1 files changed, 15 inser

[OE-core] [CONSOLIDATED PULL 034/113] chrpath: upgrade to 0.14

2012-01-02 Thread Saul Wold
From: Scott Garman SRC_URI changed because Debian has not started packaging v0.14 yet. So now we're using the true upstream for sources. Confirmed license file is still GPLv2, checksum changed due to updated FSF postal address in COPYING. Added HOMEPAGE and BUGTRACKER fields. Signed-off-by: Sc

[OE-core] [CONSOLIDATED PULL 061/113] wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)

2012-01-02 Thread Saul Wold
From: Andrei Gherzan Two different defconfigs are chosen, one for "with GPLv3 build" and one for "without". In this way, libgnutls-extra is not pulled in a non-GPLv3 build. [YOCTO #1845] Signed-off-by: Andrei Gherzan --- .../wpa-supplicant/defconfig.inc |4 + .../wpa-su

[OE-core] [CONSOLIDATED PULL 047/113] udev: improve udev-cache robustness

2012-01-02 Thread Saul Wold
From: Otavio Salvador * allow udev-cache to be disabled at runtime (using /etc/default/udev-cache); * make cache invalidated if kernel, bootparams or device list changes; Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev.inc| 11 ++- meta/recipes

[OE-core] [CONSOLIDATED PULL 039/113] rpm: Fix rpm database files capacity issue.

2012-01-02 Thread Saul Wold
From: Mei Lei Tune the __db* size in DB_CONFIG. This will reduce the __db* size from 62MB to 26MB in qemu. [YOCTO #1769] Signed-off-by: Mei Lei --- meta/classes/rootfs_rpm.bbclass |3 +++ meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch | 19 +++ meta/

[OE-core] [CONSOLIDATED PULL 064/113] libiconv: Update to 1.14

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../autoconf.patch |0 .../{libiconv_1.13.1.bb => libiconv_1.14.bb} |4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libiconv/{libiconv-1.13.1 => libiconv-1.14}/autoconf.patch (100%)

[OE-core] [CONSOLIDATED PULL 066/113] python: add md5module support

2012-01-02 Thread Saul Wold
The internal md5 module is needed for using "waf" to install other python packages such as pycairo. Signed-off-by: Saul Wold --- .../recipes-devtools/python/python-native_2.7.2.bb |6 -- .../python/python/add-md5module-support.patch | 18 ++ meta/recipes-devtools/p

[OE-core] [CONSOLIDATED PULL 060/113] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS

2012-01-02 Thread Saul Wold
From: Zhenhua Luo 1. add powerpc into the compatible host list 2. valgrind requires the non-stripped libraries of ${TCLIBC}, so add ${TCLIBC}-dbg into RRECOMMENDS_valgrind Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |4 +++- 1 files change

[OE-core] [CONSOLIDATED PULL 032/113] libsamplerate0: upgrade to 0.1.8

2012-01-02 Thread Saul Wold
From: Shane Wang This patch is to upgrade libsamplerate0 to 0.1.8 and remove the patch for 0.1.7. In the new code, the fix is there in M4/endian.m4 (which is part of acinclude.m4 in 0.1.7) The license is changed from "Copyright (C) 2002-2008 Erik de Castro Lopo " to "Copyright (C) 2002-2011 Eri

[OE-core] [CONSOLIDATED PULL 059/113] matchbox-wm: Remove x-session-manager handling

2012-01-02 Thread Saul Wold
From: Zhai Edwin Windows manager should be independent on session manager, especially when we have multiple session manager like mini-x and matchbox session. Signed-off-by: Zhai Edwin --- .../matchbox-wm/matchbox-wm_1.2.bb |9 ++--- .../matchbox-wm/matchbox-wm_git.bb

[OE-core] [CONSOLIDATED PULL 065/113] dropbear: fix CRYPTLIB patch

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../dropbear-0.53.1-static_build_fix.patch | 67 ++-- meta/recipes-core/dropbear/dropbear_2011.54.bb |2 +- 2 files changed, 49 insertions(+), 20 deletions(-) diff --git a/meta/recipes-core/dropbear/dropbear/dropbear-0.53.1-static_b

[OE-core] [CONSOLIDATED PULL 045/113] udev: skip mounting /dev on tmpfs if it is on devtmpfs

2012-01-02 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev/init |2 +- meta/recipes-core/udev/udev_164.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index edc3c9a..

[OE-core] [CONSOLIDATED PULL 063/113] resolvconf: Update to 1.63

2012-01-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{resolvconf_1.62.bb => resolvconf_1.63.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.62.bb => resolvconf_1.63.bb} (88%) diff --git a/meta/recipes-connectivity/resolvconf/resolvcon

  1   2   >