[OE-core] [PATCH 2/2] Incremental image generation(Add config sample)

2011-12-29 Thread Robert Yang
Add the config sample for incremental image generation to meta-yocto/conf/local.conf.sample [YOCTO #1651] Signed-off-by: Robert Yang --- meta-yocto/conf/local.conf.sample |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yoc

[OE-core] [PATCH 0/2] Incremental image generation(rpm based rootfs)

2011-12-29 Thread Robert Yang
Testing: 1) Enable INC_IMAGE_GEN = "1" in conf/local.conf 2) $ bitbake core-image-sato * Test when remove some pkgs a) Save the modify time of file which is in tmp/work/qemux86_64-poky-linux/core-image-sato-1.0-r0/rootfs/dev/. b) Edit meta/recipes-sato/images/core-image-sato.b

[OE-core] [PATCH 1/2] Incremental image generation(rpm based rootfs)

2011-12-29 Thread Robert Yang
Incremental image generation, the rootfs would be totally removed and re-created in the second generation by default, but with INC_IMAGE_GEN = "1", the rootfs would be kept, and will do update(remove/add some pkgs) on it. NOTE: This is not suggested when you want to create a productive rootfs For

[OE-core] [PATCH 2/2] matchbox-wm: Remove x-session-manager handling

2011-12-29 Thread edwin . zhai
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] [PATCH 0/2] Bug fixes

2011-12-29 Thread edwin . zhai
From: Zhai Edwin All, Patch of gnome-keyring to fix gsettings-data-convert seg fault, modified according to Saul's comments. Another patch of matchbox-wm to remove the dependence between window manager and X session. The following changes since commit 6a1b5c28f22bb07a0b7102eb88441d05768ec52e:

[OE-core] [PATCH 1/2] gnome-keyring: fix gsettings_data_convert seg fault

2011-12-29 Thread edwin . zhai
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] [PATCH] meta/classes/base.bbclass: base.bbclass should check for multiple (or) licenses in bb files

2011-12-29 Thread Andrei Gherzan
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] [PATCH] wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)

2011-12-29 Thread Andrei Gherzan
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

Re: [OE-core] [PATCH 2/4] eglibc: Only add eglibc-utils to PACKAGES if wchar is supported

2011-12-29 Thread Darren Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/28/2011 11:55 PM, Koen Kooi wrote: > > Op 29 dec. 2011, om 00:38 heeft Darren Hart het volgende > geschreven: > >> eglibc-utils RDEPENDS on bash which requires gettext which >> requires wchar support. If wchar support is not included in >> DI

Re: [OE-core] [PATCH 0/3] Make pulseaudio a DISTRO_FEATURE

2011-12-29 Thread Paul Eggleton
On Wednesday 23 November 2011 17:09:08 Richard Purdie wrote: > On Wed, 2011-11-23 at 16:48 +, Phil Blundell wrote: > > b) introduce some sort of concept of "feature epochs", where the DISTRO > > gets to declare what epoch it is expecting and the compatibility code > > then backfills DISTRO_FEAT

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2011-12-29 Thread Chris Larson
On Wed, Dec 28, 2011 at 4:54 PM, Darren Hart wrote: > Seems sane to me. -- Christopher Larson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 0/2] Upgrade chrpath and libevent

2011-12-29 Thread Scott Garman
On 12/28/2011 01:37 PM, Saul Wold wrote: On 12/26/2011 01:12 PM, Scott Garman wrote: On 12/23/2011 12:42 PM, Scott Garman wrote: On 12/23/2011 09:31 AM, Scott Garman wrote: Hello, This pull request upgrades the chrpath and libevent recipes. It has been build-tested on all 5 of our qemu archit

Re: [OE-core] [PATCH 0/2] Upgrade chrpath and libevent

2011-12-29 Thread Paul Eggleton
On Thursday 29 December 2011 10:05:52 Scott Garman wrote: > On 12/28/2011 01:37 PM, Saul Wold wrote: > > This will probably require a PR bump for nfs-utils then. > > Are you sure? I thought this was handled automatically as long as the > recipe in question includes the build dependency in DEPENDS,

Re: [OE-core] [PATCH 2/2] Incremental image generation(Add config sample)

2011-12-29 Thread Saul Wold
On 12/28/2011 11:00 PM, Robert Yang wrote: Add the config sample for incremental image generation to meta-yocto/conf/local.conf.sample [YOCTO #1651] Signed-off-by: Robert Yang --- meta-yocto/conf/local.conf.sample |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a

Re: [OE-core] [PATCH 0/2] Upgrade chrpath and libevent

2011-12-29 Thread Scott Garman
On 12/29/2011 10:28 AM, Paul Eggleton wrote: On Thursday 29 December 2011 10:05:52 Scott Garman wrote: On 12/28/2011 01:37 PM, Saul Wold wrote: This will probably require a PR bump for nfs-utils then. Are you sure? I thought this was handled automatically as long as the recipe in question inc

Re: [OE-core] [PATCH 1/2] elfutils: fix for dso link change in recent ld

2011-12-29 Thread Saul Wold
On 12/28/2011 04:08 PM, Christopher Larson wrote: From: Christopher Larson This patch makes the link to the dependencies of libdw explicit, as recent ld no longer implicitly links them. See http://lists.fedoraproject.org/pipermail/devel/2010-March/133601.html as a similar example of the error me

Re: [OE-core] [PATCH 1/2] elfutils: fix for dso link change in recent ld

2011-12-29 Thread Chris Larson
On Thu, Dec 29, 2011 at 3:00 PM, Saul Wold wrote: > On 12/28/2011 04:08 PM, Christopher Larson wrote: >> >> From: Christopher Larson >> >> This patch makes the link to the dependencies of libdw explicit, as recent >> ld >> no longer implicitly links them. See >> http://lists.fedoraproject.org/pipe

Re: [OE-core] [PATCH 0/2] Upgrade chrpath and libevent

2011-12-29 Thread Paul Eggleton
On Thursday 29 December 2011 15:42:29 Scott Garman wrote: > On 12/29/2011 10:28 AM, Paul Eggleton wrote: > > On Thursday 29 December 2011 10:05:52 Scott Garman wrote: > >> On 12/28/2011 01:37 PM, Saul Wold wrote: > >>> This will probably require a PR bump for nfs-utils then. > >> > >> Are you sure

[OE-core] [PATCH v2] elfutils: fix for dso link change in recent ld

2011-12-29 Thread Christopher Larson
From: Christopher Larson This patch makes the link to the dependencies of libdw explicit, as recent ld no longer implicitly links them. See http://lists.fedoraproject.org/pipermail/devel/2010-March/133601.html as a similar example of the error message you can encounter without this patch, and htt

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

2011-12-29 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. Signed-off-by: Nitin A Kamble --- .../quilt/{quilt.inc => qu

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

2011-12-29 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 06/14] jpeg: fix configure with automake 1.11.2

2011-12-29 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 11/14] avahi-ui: fix build with automake-1.11.2

2011-12-29 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 02/14] byacc: upgrade from 20110908 to 20111219

2011-12-29 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 10/14] gcc: mark upstream status for all patches

2011-12-29 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 05/14] autotools.bbclass: fix cp error for empty dir

2011-12-29 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 04/14] rpm: fix build with automake-1.11.2

2011-12-29 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 08/14] misc patches: fix patch headers

2011-12-29 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 00/14] Recipes upgrades and fixes

2011-12-29 Thread nitin . a . kamble
From: Nitin A Kamble Major part here is automake upgrade to 1.11.2. It broke few recipes as automake-1.11.2 has some deprications for some usages. I fixed all the breakages for core-image-sato-sdk. Also checked that these fixes continue to work with older automake 1.11.1. Thanks, Nitin The fo

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

2011-12-29 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 09/14] perl: mark upstream status for all patches

2011-12-29 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 12/14] vte: upgrade from 0.24.3 to 0.28.2

2011-12-29 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 14/14] automake: upgrade from 1.11.1 to 1.11.2

2011-12-29 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 13/14] systemtap: fix configure with automake 1.11.2

2011-12-29 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

Re: [OE-core] [PATCH 2/2] Incremental image generation(Add config sample)

2011-12-29 Thread Robert Yang
On 12/30/2011 01:33 AM, Saul Wold wrote: On 12/28/2011 11:00 PM, Robert Yang wrote: Add the config sample for incremental image generation to meta-yocto/conf/local.conf.sample [YOCTO #1651] Signed-off-by: Robert Yang --- meta-yocto/conf/local.conf.sample | 7 +++ 1 files changed, 7 insert

[OE-core] [PATCH 0/1] scripts/rpm2cpio.sh fix

2011-12-29 Thread tom . zanussi
From: Tom Zanussi When running rpm2cpio.sh on an xz-compressed rpm, it failed with the error: tmp/sysroots/x86_64-linux/usr/bin/unlzma: (stdin): File format not recognized This is due to the script demanding lowercase in tests that might produce uppercase output, such as newer versions of 'file

[OE-core] [PATCH 1/1] rpm2cpio.sh: make compression tests case-insensitive

2011-12-29 Thread tom . zanussi
From: Tom Zanussi In the rpm2cpio.sh script, the output of $COMPRESSION is tested for certain lowercase strings such as 'xz' in order to determine the decompression to use. The problem is that the output strings tested are from the output of 'file', which uses different cases in different versio

[OE-core] [PRService/meta 2/3] package.bbclass: per recipe PRSERV_HOST support

2011-12-29 Thread Lianhao Lu
[YOCTO #1126] Added per recipe PRSERV_HOST PRSERV_PORT support. Signed-off-by: Lianhao Lu --- meta/classes/package.bbclass | 10 +- meta/conf/bitbake.conf |2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/packag

[OE-core] [PRService/meta 0/3] new PRService features in meta

2011-12-29 Thread Lianhao Lu
NOTE: This set of patches added supporting for new features in meta layer. It should work together with another branch of patches in bitbake. git://git.pokylinux.org/poky-contrib llu/PRService_bitbake It supports the export/import AUTOPR values from/to PRservice to lockdown the PR values for

[OE-core] [PRService/meta 1/3] meta/PRService: Added export/import fuctions.

2011-12-29 Thread Lianhao Lu
[YOCTO #1556] - Modified meta/class/package.bbclass and prserv.bbclass according to the change in PR service by adding PACKAGE_ARCH into the query tuple. - Added new bitbake tasks export/import AUTOPR values from/to the PR service. - Supported reading the AUTOPR values from the exported .inc file

[OE-core] [PRService/meta 3/3] conf/bitbake.conf: basichash as default signature.

2011-12-29 Thread Lianhao Lu
[YOCTO #1555] Make basichash as default signature handler Signed-off-by: Lianhao Lu --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 6b1744f..eca37e5 100644 --- a/meta/conf/bitbake.conf +++

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

2011-12-29 Thread Martin Jansa
On Thu, Dec 29, 2011 at 04:30:59PM -0800, nitin.a.kam...@intel.com wrote: > 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 inserti

Re: [OE-core] [PRService/meta 3/3] conf/bitbake.conf: basichash as default signature.

2011-12-29 Thread Martin Jansa
On Fri, Dec 30, 2011 at 11:50:53AM +0800, Lianhao Lu wrote: > [YOCTO #1555] > Make basichash as default signature handler I hope someone have tried to do incremental builds for some bigger image (not just core-*) for multiple machines over few weeks, because my observation http://www.mail-archive.