[OE-core] [PATCH v2 1/1] archive.bbclass: archive work directory

2012-01-10 Thread wenzong.fan
From: Wenzong Fan Some legal departments believe a complete archive of the work directory is required for certain license compliance issues. We could therefore do with a class which archives up the work directories in each build and provide them so those legal departments can be happy. Implement

[OE-core] [CONSOLIDATED PULL 5/5] package.bbclass: per recipe PRSERV_HOST support

2012-01-10 Thread Saul Wold
From: Lianhao Lu [YOCTO #1126] Added per recipe PRSERV_HOST PRSERV_PORT support. Signed-off-by: Lianhao Lu --- meta/classes/package.bbclass |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 65e6571.

[OE-core] [CONSOLIDATED PULL 4/5] meta/PRService: Added export/import fuctions.

2012-01-10 Thread Saul Wold
From: 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 prexport.bbclass, primport.bbclass to export/import AUTOPR values from/to PRService. - Move PR service related com

[OE-core] [CONSOLIDATED PULL 1/5] hdparm: upgrade to 9.37

2012-01-10 Thread Saul Wold
From: Shane Wang Because hdparm depends on stat, stat is brought into Yocto, and it is a new dependency. Part of this patch comes from oe http://git.openembedded.org/openembedded/tree/recipes/hdparm, and http://git.openembedded.org/openembedded/tree/recipes/stat. But, changes include: - upgr

[OE-core] [CONSOLIDATED PULL 2/5] Incremental rpm image generation

2012-01-10 Thread Saul Wold
From: Robert Yang Incremental rpm image generation, the rootfs would be totally removed and re-created in the second generation by default, but with INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will do update(remove/add some pkgs) on it. NOTE: This is not suggested when you w

[OE-core] [CONSOLIDATED PULL 3/5] Incremental rpm image generation(Add config sample)

2012-01-10 Thread Saul Wold
From: Robert Yang Add the config sample for incremental image generation to meta-yocto/conf/local.conf.sample.extended [YOCTO #1651] Signed-off-by: Robert Yang --- meta/conf/local.conf.sample.extended |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/conf/loc

[OE-core] [CONSOLIDATED PULL 0/5] final items for M2 RC1

2012-01-10 Thread Saul Wold
Richard, Here are the final items we discussed yesterday, a succesful build finished, and we seem to be in good shape, please pull these early in your day and fire up AB Master is you can. Thanks Sau! The following changes since commit 9b944ae2f0e4dbac5a8f1f235f60730e56b26516: Reve

[OE-core] [PATCH 0/1] Distro-tracking: Update info for manual check recipes

2012-01-10 Thread edwin . zhai
From: Zhai Edwin Saul, This is update for long time no check recipes. Pls. pull. Thanks, Edwin The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e: Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10 18:33:25 +) are available in the git repos

[OE-core] [PATCH 1/1] distro-tracking: Update info for webkit-gtk, web-webkit

2012-01-10 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../conf/distro/include/distro_tracking_fields.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 14eff

[OE-core] [PATCH 5/5] layers: add a new folder to put user added layers

2012-01-10 Thread Dongxiao Xu
This is helpful for remote users to find the available layers in the bitbake server machine. Signed-off-by: Dongxiao Xu --- layers/README |1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 layers/README diff --git a/layers/README b/layers/README new file mode 100644

[OE-core] [PATCH 4/5] dummy-toolchain: add a new recipe dummy-toolchain

2012-01-10 Thread Dongxiao Xu
This is a dummy recipe to build toolchain in Hob Signed-off-by: Dongxiao Xu --- meta/recipes-core/meta/dummy-toolchain.bb | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-core/meta/dummy-toolchain.bb diff --git a/meta/recipes-core/meta/dummy-

[OE-core] [PATCH 3/5] dummy-image.bb: add an empty image template

2012-01-10 Thread Dongxiao Xu
This recipe serves as the target when using Hob to generate image. Signed-off-by: Dongxiao Xu --- meta/recipes-core/images/dummy-image.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-core/images/dummy-image.bb diff --git a/meta/recipes-core/images/

[OE-core] [PATCH 2/5] packageinfo.bbclass: add a new bbclass to pass package information

2012-01-10 Thread Dongxiao Xu
packageinfo.bbclass is to pass the accurate package information to clients (e.g. Hob), including PN, PV, RDEPENDS, PKGSIZE, etc. Signed-off-by: Dongxiao Xu --- meta/classes/packageinfo.bbclass | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) create mode 1

[OE-core] [PATCH 1/5] package.bbclass: set package size into pkgdata for hob2's use

2012-01-10 Thread Dongxiao Xu
From: Shane Wang Write the size of a package into its pkgdata for hob2 to get the size and show on the UI for image making. Signed-off-by: Shane Wang Signed-off-by: Dongxiao Xu --- meta/classes/package.bbclass |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/met

[OE-core] [PATCH 0/5 v2][PULL] Hob: oe-core related changes

2012-01-10 Thread Dongxiao Xu
Hi Richard, This is the second pull request for Hob oe-core related changes. Please help to review and pull. Note that this pull request has dependency on branch dxu4/hob-bitbake-changes-v2. Changes from v1: 1. Change the way to pass package information to GUI. In v1 we defined a do_package

[OE-core] [PATCH 2/6] diffstat: upgrade from 1.54 to 1.55

2012-01-10 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../{diffstat_1.54.bb => diffstat_1.55.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.54.bb => diffstat_1.55.bb} (82%) diff --git a/meta/recipes-devtools/diff

[OE-core] [PATCH 3/6] insane.bbclass: fix elf.arch not matching error for x32 kernel

2012-01-10 Thread nitin . a . kamble
From: Nitin A Kamble For x32 the user space is 32bit and the kernel is 64bit. So the elf.arch for vmlinuz is x86_64 and not x86. This commit fixes this QA error thrown for x32 kernel. | ERROR: QA Issue: Architecture did not match (62 to 3) on /work/qemux86_64-poky-linux-gnux32/linux-korg-3.1+git

[OE-core] [PATCH 4/6] libpcre: upgrade from 8.20 to 8.21

2012-01-10 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-support/libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} (93%) diff --git a/meta/recipes-support/libpcre/lib

[OE-core] [PATCH 1/6] locale: fix package's "provides" tag

2012-01-10 Thread nitin . a . kamble
From: Nitin A Kamble Fixes this bug: [YOCTO #1874] Fixes an issue where a locale package depends on one package while it also provides the same, as seen bellow. Package: locale-base-de-de Version: 2.12-r19 Depends: eglibc-binary-localedata-de-de Provides: virtual-locale-de-de, virtual-locale-de

[OE-core] [PATCH 5/6] btrfs-tools: upgrade to newer git commit

2012-01-10 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../btrfs-tools/btrfs-tools_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb inde

[OE-core] [PATCH 6/6] distro_tracking: update manual_check_date fields

2012-01-10 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../conf/distro/include/distro_tracking_fields.inc | 36 +++- 1 files changed, 20 insertions(+), 16 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking

[OE-core] [PATCH 0/6] Misc recipe fixes & upgrades

2012-01-10 Thread nitin . a . kamble
From: Nitin A Kamble Thanks, Nitin The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e: Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10 18:33:25 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc

[OE-core] [PATCH 3/4] lttng-modules: from lttng-modules 2.0 git repo.

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the lttng-modules 2.0 package containing the kernel tracer modules. LTTng-modules 2.0 is currently in pre-release (-pre11), so we have to update it when official released. lttng-2.0 supports lttng-modules extra builds, which don't need any patches on Linux kernel v

[OE-core] [PATCH 4/4] babeltrace: Integrated from version 0.8

2012-01-10 Thread Zumeng Chen
It provides trace read and write libraries, as well as a trace converter. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_

[OE-core] [PATCH 1/4] lttng-ust: Integrate into yocto linux

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to trace userspace codes. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++ 1 files changed, 25 insertions(+), 0 deletions(-) crea

[OE-core] [V4]lttng-2.0 new recipe

2012-01-10 Thread Zumeng Chen
Changes of V4: Fixed all comments from Darrent; To: OE-core. The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e: Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10 18:33:25 +) are available in the git repository at: git://git.pokylinux.o

[OE-core] [PATCH 2/4] lttng-tools: Integrated from git repo.

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the Linux trace toolkit, which is a suite of tools designed to extract program execution details from the Linux operating system and interpret them. lttng-tools 2.0 is currently in pre-release(-pre16), so we have to update it when official released. Signed-off-by:

Re: [OE-core] [PATCH 1/4] lttng-ust: Integrate into yocto linux

2012-01-10 Thread Zumeng Chen
于 2012年01月11日 00:58, Darren Hart 写道: On 01/10/2012 08:11 AM, Zumeng Chen wrote: This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to trace userspace codes. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.b

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

2012-01-10 Thread Andrea Adami
On Wed, Jan 11, 2012 at 12:07 AM, Andrea Adami wrote: > On Fri, Jan 6, 2012 at 11:58 PM, Andrea Adami wrote: >> On Fri, Jan 6, 2012 at 11:57 AM, Richard Purdie >> wrote: >>> On Fri, 2012-01-06 at 02:00 +0100, Andrea Adami wrote: On Fri, Jan 6, 2012 at 12:36 AM, Darren Hart wrote: >>>

Re: [OE-core] [PATCH] Add grep to RDEPENDS to avoid command failures.

2012-01-10 Thread Marc Ferland
Otavio Salvador writes: > [1:multipart/alternative Hide] > [1/1:text/plain Hide] > On Tue, Jan 10, 2012 at 19:14, Marc Ferland wrote: > >> I was having trouble running the pm-suspend command. See: >> http://bugzilla.pokylinux.org/show_bug.cgi?id=1887 >> >> Basically the '-x' option is missing fr

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

2012-01-10 Thread Andrea Adami
On Fri, Jan 6, 2012 at 11:58 PM, Andrea Adami wrote: > On Fri, Jan 6, 2012 at 11:57 AM, Richard Purdie > wrote: >> On Fri, 2012-01-06 at 02:00 +0100, Andrea Adami wrote: >>> On Fri, Jan 6, 2012 at 12:36 AM, Darren Hart wrote: >>> > >>> > >>> > On 01/05/2012 04:30 AM, Richard Purdie wrote: >>> >>

Re: [OE-core] [PATCH] Add grep to RDEPENDS to avoid command failures.

2012-01-10 Thread Otavio Salvador
On Tue, Jan 10, 2012 at 19:14, Marc Ferland wrote: > I was having trouble running the pm-suspend command. See: > http://bugzilla.pokylinux.org/show_bug.cgi?id=1887 > > Basically the '-x' option is missing from busybox's grep. Can't pm-suspend be patched to avoid using the -x option? Maybe makin

Re: [OE-core] [PATCH] Add grep to RDEPENDS to avoid command failures.

2012-01-10 Thread Marc Ferland
Otavio Salvador writes: > [1:multipart/alternative Hide] > [1/1:text/plain Hide] > On Tue, Jan 10, 2012 at 18:22, Marc Ferland wrote: > >> ... > > +PR = "r1" >> +RDEPENDS = "grep" >> > > Busybox ought to provide it; what is missing? I was having trouble running the pm-suspend command. See: http

Re: [OE-core] [PATCH] Add grep to RDEPENDS to avoid command failures.

2012-01-10 Thread Otavio Salvador
On Tue, Jan 10, 2012 at 18:22, Marc Ferland wrote: > ... +PR = "r1" > +RDEPENDS = "grep" > Busybox ought to provide it; what is missing? -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854

[OE-core] [PATCH 3/4] lttng-modules: from lttng-modules 2.0 git repo.

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the lttng-modules 2.0 package containing the kernel tracer modules. LTTng-modules 2.0 is currently in pre-release (-pre11), so we have to update it when official released. lttng-2.0 supports lttng-modules extra builds, which don't need any patches on Linux kernel v

[OE-core] [PATCH 4/4] babeltrace: Integrated from version 0.8

2012-01-10 Thread Zumeng Chen
It provides trace read and write libraries, as well as a trace converter. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_

[OE-core] [PATCH 2/4] lttng-tools: Integrated from git repo.

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the Linux trace toolkit, which is a suite of tools designed to extract program execution details from the Linux operating system and interpret them. lttng-tools 2.0 is currently in pre-release(-pre16), so we have to update it when official released. Signed-off-by:

[OE-core] [PATCH 1/4] lttng-ust: Integrate into yocto linux

2012-01-10 Thread Zumeng Chen
This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to trace userspace codes. Signed-off-by: Zumeng Chen --- meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++ 1 files changed, 25 insertions(+), 0 deletions(-) crea

Re: [OE-core] [PATCH] Add grep to RDEPENDS to avoid command failures.

2012-01-10 Thread Marc Ferland
Phil Blundell writes: > On Tue, 2012-01-10 at 15:22 -0500, Marc Ferland wrote: >> -PR = "r0" >> +PR = "r1" >> +RDEPENDS = "grep" > > Do you not get a QA warning for that? Usually it would be RDEPENDS_${PN}. > Nope. Everything looks fine. Whant me to resubmit the patch with RDEPENDS_${PN}? BTW I

Re: [OE-core] [PATCH] Add grep to RDEPENDS to avoid command failures.

2012-01-10 Thread Phil Blundell
On Tue, 2012-01-10 at 15:22 -0500, Marc Ferland wrote: > -PR = "r0" > +PR = "r1" > +RDEPENDS = "grep" Do you not get a QA warning for that? Usually it would be RDEPENDS_${PN}. p. ___ Openembedded-core mailing list Openembedded-core@lists.openembedde

[OE-core] [PATCH] Add grep to RDEPENDS to avoid command failures.

2012-01-10 Thread Marc Ferland
Fixes [YOCTO #1887] Signed-off-by: Marc Ferland --- meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index a4ac230..5e09f7b 100644 --

[OE-core] [PATCH] ncurses-native: install to libdir, not base_libdir

2012-01-10 Thread Christopher Larson
From: Christopher Larson For target, both base_libdir and libdir in sysroot can be used, as we pass --sysroot to the toolchain. For native, we don't do this, and we also only add -L/${libdir}, not -L/${base_libdir}, resulting in other native recipes (like readline-native) failing to find the ncur

Re: [OE-core] [PATCH 0/3] Add alsa-state from OE Classic v2

2012-01-10 Thread Otavio Salvador
On Tue, Jan 10, 2012 at 17:45, Joshua Lock wrote: > On 10/01/12 11:34, Otavio Salvador wrote: > >> If you're on the mood please also prepare a patch for meta-oe to add >> support to systemd. It ought to be quite trivial to add and allow for >> easy use for people using systemd based images. >> >

Re: [OE-core] [PATCH 0/3] Add alsa-state from OE Classic v2

2012-01-10 Thread Joshua Lock
On 10/01/12 11:34, Otavio Salvador wrote: On Tue, Jan 10, 2012 at 15:39, Joshua Lock mailto:j...@linux.intel.com>> wrote: The small series following introduces the alsa-state recipe from oe-classic. The reason for doing so is to remove the requirement for recipes like the b

Re: [OE-core] [PATCH 1/3] alsa-state: add alsa-state from oe classic

2012-01-10 Thread Joshua Lock
On 10/01/12 11:30, Otavio Salvador wrote: On Tue, Jan 10, 2012 at 15:39, Joshua Lock mailto:j...@linux.intel.com>> wrote: ... +++ b/meta/recipes-bsp/alsa-state/alsa-state/asound.state @@ -0,0 +1 @@ +# Dummy file, do not delete \ No newline at end of file ^ please fix it.

Re: [OE-core] [PATCH 0/3] Add alsa-state from OE Classic v2

2012-01-10 Thread Otavio Salvador
On Tue, Jan 10, 2012 at 15:39, Joshua Lock wrote: > The small series following introduces the alsa-state recipe from > oe-classic. > The reason for doing so is to remove the requirement for recipes like the > beagleboard-audio recipe in meta-yocto, which ensures the beagleboards > sound > device

Re: [OE-core] [PATCH 1/3] alsa-state: add alsa-state from oe classic

2012-01-10 Thread Otavio Salvador
On Tue, Jan 10, 2012 at 15:39, Joshua Lock wrote: > ... +++ b/meta/recipes-bsp/alsa-state/alsa-state/asound.state > @@ -0,0 +1 @@ > +# Dummy file, do not delete > \ No newline at end of file > ^ please fix it. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystem

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Chris Larson
On Tue, Jan 10, 2012 at 11:13 AM, Andrei Gherzan wrote: > Christopher's solution crossed my mind as well. Actually i tried something > like this but i didn't want to modify more from this patch and i didn't > really know how to define those expansions. > Another problem here that i faced and dropp

Re: [OE-core] [CONSOLIDATED PULL 00/22] Patches and Updates for M2

2012-01-10 Thread Richard Purdie
On Tue, 2012-01-10 at 18:17 +, Phil Blundell wrote: > On Tue, 2012-01-10 at 17:57 +, Richard Purdie wrote: > > > Khem Raj (8): > > > site/common-uclibc: Cache gl_cv_func_wcwidth_works > > > > I merged these apart from: > >default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc > >

[OE-core] [RFC PATCH 0/1] [RFC] enhance boot-directdisk.bbclass to generate .vmdk image

2012-01-10 Thread Dexuan Cui
[RFC][PATCH] enhance boot-directdisk.bbclass to generate .vmdk image The self-hosted-image work needs a live-bootable and r/w-able image format. The existing .iso isn't ok since it's readonly. The existing .hddimg is not a good choice, since it has a two-option(boot,install) syslinux function th

[OE-core] [RFC PATCH 1/1] self-hosted-image: generate the .hdddirect and .vmdk image files

2012-01-10 Thread Dexuan Cui
Signed-off-by: Dexuan Cui --- meta/classes/boot-directdisk.bbclass | 10 +- meta/recipes-core/images/self-hosted-image.bb | 11 +-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbc

Re: [OE-core] [CONSOLIDATED PULL 03/22] site/common-uclibc: Cache gl_cv_func_wcwidth_works

2012-01-10 Thread Khem Raj
On Tue, Jan 10, 2012 at 10:18 AM, Saul Wold wrote: > On 01/10/2012 10:13 AM, Khem Raj wrote: >> >> please drop this patch. Its superseded by my pull request. >> > Looks like this got pulled, will there be a problem? I think there could be a problem when wchar feature is unset. Although since it s

Re: [OE-core] [CONSOLIDATED PULL 03/22] site/common-uclibc: Cache gl_cv_func_wcwidth_works

2012-01-10 Thread Saul Wold
On 01/10/2012 10:13 AM, Khem Raj wrote: please drop this patch. Its superseded by my pull request. Looks like this got pulled, will there be a problem? Sau! On Mon, Jan 9, 2012 at 9:53 PM, Saul Wold wrote: From: Khem Raj Its not computed properly during configure and we configure uclibc w

Re: [OE-core] [CONSOLIDATED PULL 00/22] Patches and Updates for M2

2012-01-10 Thread Phil Blundell
On Tue, 2012-01-10 at 17:57 +, Richard Purdie wrote: > > Khem Raj (8): > > site/common-uclibc: Cache gl_cv_func_wcwidth_works > > I merged these apart from: >default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc I think the consensus on that common-uclibc patch (see previous discuss

Re: [OE-core] [CONSOLIDATED PULL 03/22] site/common-uclibc: Cache gl_cv_func_wcwidth_works

2012-01-10 Thread Khem Raj
please drop this patch. Its superseded by my pull request. On Mon, Jan 9, 2012 at 9:53 PM, Saul Wold wrote: > From: Khem Raj > > Its not computed properly during configure and > we configure uclibc with widechar support anyway > so its fine to cache it. It fixes the errors like > > | In file inc

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
On Tue, Jan 10, 2012 at 18:34, Chris Larson wrote: > On Tue, Jan 10, 2012 at 9:12 AM, Andrei Gherzan wrote: > > No worries. Anyway, you are right about the "+" mechanism but right now > this > > is a fast and complete solution. > > Indeed, nice work on this. > -- > Christopher Larson > > ___

Re: [OE-core] [CONSOLIDATED PULL 14/22] default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc

2012-01-10 Thread Khem Raj
On Tue, Jan 10, 2012 at 9:58 AM, Richard Purdie wrote: > On Tue, 2012-01-10 at 11:01 +, Phil Blundell wrote: >> On Mon, 2012-01-09 at 21:54 -0800, Saul Wold wrote: >> > diff --git a/meta/conf/distro/include/default-distrovars.inc >> > b/meta/conf/distro/include/default-distrovars.inc >> > ind

Re: [OE-core] [CONSOLIDATED PULL 14/22] default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc

2012-01-10 Thread Richard Purdie
On Tue, 2012-01-10 at 11:01 +, Phil Blundell wrote: > On Mon, 2012-01-09 at 21:54 -0800, Saul Wold wrote: > > diff --git a/meta/conf/distro/include/default-distrovars.inc > > b/meta/conf/distro/include/default-distrovars.inc > > index e1594f3..0b515e5 100644 > > --- a/meta/conf/distro/include/

Re: [OE-core] [CONSOLIDATED PULL 00/22] Patches and Updates for M2

2012-01-10 Thread Richard Purdie
On Mon, 2012-01-09 at 21:53 -0800, Saul Wold wrote: > This change set has been run through the AB, I pull out the DTB patch > which is what I think caused the failure for MPC. > > Please due further review and commit as appropriate. > > Thanks > Sau! > > > The following changes since comm

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

2012-01-10 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] [PATCH 2/3] alsa-state: move state files to localstatedir

2012-01-10 Thread Joshua Lock
alsactl creates the state files in /var/lib/alsa by default so switch alsa-state to use files in that location. Further, update the alsa-state init script to have the location of the state files sed'ed into the script at do_install time (so as to remove hard coding of directory paths). Signed-off

[OE-core] [PATCH 0/3] Add alsa-state from OE Classic v2

2012-01-10 Thread Joshua Lock
The small series following introduces the alsa-state recipe from oe-classic. The reason for doing so is to remove the requirement for recipes like the beagleboard-audio recipe in meta-yocto, which ensures the beagleboards sound device has the volume turned up. Long term I'd like to implement somet

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

2012-01-10 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: Joint, monthly, and online forum for developer discussion

2012-01-10 Thread Hudson, Sean
I propose having a monthly, online developer forum that promotes discussion on longer term technical issues that impact both Yocto and OpenEmbedded. This would supplement the already existing mailing list and irc communication channels. In order to facilitate this, I'd like to propose a teleph

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Chris Larson
On Tue, Jan 10, 2012 at 9:55 AM, Flanagan, Elizabeth wrote: > Agreed! One note about "+". There is still a discussion about "or > greater" licensing within the SPDX community about how "or greater" > should be dealt with. > > http://www.spdx.org/wiki/proposal-2010-11-16-1-or-later-version-licensin

Re: [OE-core] [PATCH 1/4] lttng-ust: Integrate into yocto linux

2012-01-10 Thread Darren Hart
On 01/10/2012 08:11 AM, Zumeng Chen wrote: > This patch intended to integrate the LTTng UST 2.0 package, which > contains the userspace tracer library to trace userspace codes. > > Signed-off-by: Zumeng Chen > --- > meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 > +++

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Flanagan, Elizabeth
On Tue, Jan 10, 2012 at 8:34 AM, Chris Larson wrote: > On Tue, Jan 10, 2012 at 9:12 AM, Andrei Gherzan wrote: >> No worries. Anyway, you are right about the "+" mechanism but right now this >> is a fast and complete solution. > > Indeed, nice work on this. Agreed! One note about "+". There is st

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Chris Larson
On Tue, Jan 10, 2012 at 9:12 AM, Andrei Gherzan wrote: > No worries. Anyway, you are right about the "+" mechanism but right now this > is a fast and complete solution. Indeed, nice work on this. -- Christopher Larson ___ Openembedded-core mailing lis

[OE-core] [PATCH 4/4] oe.license: avoid the need to catch SyntaxError

2012-01-10 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/classes/copyleft_compliance.bbclass |4 +--- meta/lib/oe/license.py | 23 +++ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/meta/classes/copyleft_compliance.bbclass

[OE-core] [PATCH 3/4] oe.license: add is_included convenience function

2012-01-10 Thread Christopher Larson
From: Christopher Larson Given a license string and whitelist and blacklist, determine if the license string matches the whitelist and does not match the blacklist. When encountering an OR, it prefers the side with the highest weight (more included licenses). It then checks the inclusion of the

[OE-core] [PATCH 2/4] copyleft_compliance: add debug message with the reason for exclusion

2012-01-10 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/classes/copyleft_compliance.bbclass | 24 +--- 1 files changed, 17 insertions(+), 7 deletions(-) diff --git a/meta/classes/copyleft_compliance.bbclass b/meta/classes/copyleft_compliance.bbclass index 37e

[OE-core] [PATCH 1/4] copyleft_compliance: add control of recipe types to include

2012-01-10 Thread Christopher Larson
From: Christopher Larson In this context, recipe "type" refers to whether it is 'target', 'native', 'cross', etc. COPYLEFT_RECIPE_TYPES is a space separated list of types to include. It defaults to 'target'. Signed-off-by: Christopher Larson --- meta/classes/copyleft_compliance.bbclass | 21

[OE-core] [PATCH 0/4] copyleft/license bits

2012-01-10 Thread Christopher Larson
From: Christopher Larson The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a: base-files: filesystems: fix mount order (2012-01-06 14:41:19 +) are available in the git repository at: https://github.com/kergoth/oe-core license-bits Christopher Larson (4): c

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
On 01/10/2012 06:10 PM, Chris Larson wrote: On Tue, Jan 10, 2012 at 9:07 AM, Andrei Gherzan wrote: On 01/10/2012 05:34 PM, Chris Larson wrote: On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzanwrote: From: Andrei Gherzan A new function was defined in license.bbclass in order to correctly ex

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Chris Larson
On Tue, Jan 10, 2012 at 9:07 AM, Andrei Gherzan wrote: > On 01/10/2012 05:34 PM, Chris Larson wrote: >> >> On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzan  wrote: >>> >>> From: Andrei Gherzan >>> >>> A new function was defined in license.bbclass in order to correctly >>> exclude packages where OE-

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
On 01/10/2012 05:34 PM, Chris Larson wrote: On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzan wrote: From: Andrei Gherzan A new function was defined in license.bbclass in order to correctly exclude packages where OE-Style licence naming is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 etc

Re: [OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Chris Larson
On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzan wrote: > From: Andrei Gherzan > > A new function was defined in license.bbclass in order to correctly exclude > packages where OE-Style licence naming > is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 etc will be excluded > from a non-GPLv3

[OE-core] [PATCH] license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
From: Andrei Gherzan A new function was defined in license.bbclass in order to correctly exclude packages where OE-Style licence naming is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 etc will be excluded from a non-GPLv3 build. This function takes into consideration if 'or' operand is u

Re: [OE-core] [PATCH] base.bbclass: support for or operand in LICENSE and for SPDX license names

2012-01-10 Thread Andrei Gherzan
Elizabeth, Thank you very much for you ideas upon base.bbclass: support for or operand in LICENSE and for SPDX license names. I recoded this after your advices. Actually i didn't know about oe.license and the idea of having it as a function in license.bbclass sounds good to me. So i will upl

Re: [OE-core] [CONSOLIDATED PULL 14/22] default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc

2012-01-10 Thread Phil Blundell
On Mon, 2012-01-09 at 21:54 -0800, Saul Wold wrote: > diff --git a/meta/conf/distro/include/default-distrovars.inc > b/meta/conf/distro/include/default-distrovars.inc > index e1594f3..0b515e5 100644 > --- a/meta/conf/distro/include/default-distrovars.inc > +++ b/meta/conf/distro/include/default-di

Re: [OE-core] Preventing RRECOMMENDS from installing

2012-01-10 Thread Anders Darander
* Paul Eggleton [120110 11:26]: > On Tuesday 10 January 2012 10:08:24 Phil Blundell wrote: > > On Tue, 2012-01-10 at 11:03 +0100, Anders Darander wrote: > > > Is there a simple way, in a bbappend-file to prevent packages in an > > > RRECOMMENDS from being installed? E.g. if package foo has: > > >

[OE-core] [PATCH 1/1] hdparm: upgrade to 9.37

2012-01-10 Thread Shane Wang
Because hdparm depends on stat, stat is brought into Yocto, and it is a new dependency. Part of this patch comes from oe http://git.openembedded.org/openembedded/tree/recipes/hdparm, and http://git.openembedded.org/openembedded/tree/recipes/stat. But, changes include: - upgrade to the latest v

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

2012-01-10 Thread Robert Yang
Hi Richard, Please see my comments inline ... On 01/06/2012 11:22 PM, Richard Purdie wrote: On Sat, 2011-12-31 at 16:10 +0800, Robert Yang wrote: Incremental image generation, the rootfs would be totally removed and re-created in the second generation by default, but with INC_IMAGE_GEN = "1",

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

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

[OE-core] [PATCH 1/2 ] V3 Incremental rpm image generation

2012-01-10 Thread Robert Yang
Incremental rpm image generation, the rootfs would be totally removed and re-created in the second generation by default, but with INC_RPM_IMAGE_GEN = "1", the rpm based 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 prod

[OE-core] [PATCH 0/2 ] V3 Incremental rpm image generation

2012-01-10 Thread Robert Yang
Changes of V3: * Change the name from INC_RPM_IMAGE_GEN to INC_RPM_IMAGE_GEN as Richard suggested, and it will only work for rpm based rootfs, the deb and ipk will be done in M3. * Update rootfs_rpm.bbclass since other developer has modified it since V2. Changes of V2: * Move the config sam

[OE-core] [PATCH 0/1] hdparm: upgrade to 9.37

2012-01-10 Thread Shane Wang
This patch is to upgrade hdparm to 9.37 and bring its new dependency stat. Please review. The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e: command.py: add parseConfigurationFiles API (2012-01-06 16:01:44 +) are available in the git repository at: git://git.pok

Re: [OE-core] Preventing RRECOMMENDS from installing

2012-01-10 Thread Paul Eggleton
On Tuesday 10 January 2012 10:08:24 Phil Blundell wrote: > On Tue, 2012-01-10 at 11:03 +0100, Anders Darander wrote: > > Is there a simple way, in a bbappend-file to prevent packages in an > > RRECOMMENDS from being installed? E.g. if package foo has: > > RRECOMMENDS_${PN} += "bar" > > If you mean

Re: [OE-core] Preventing RRECOMMENDS from installing

2012-01-10 Thread Martin Jansa
On Tue, Jan 10, 2012 at 11:03:06AM +0100, Anders Darander wrote: > > Is there a simple way, in a bbappend-file to prevent packages in an > RRECOMMENDS from being installed? E.g. if package foo has: > RRECOMMENDS_${PN} += "bar" > > I'd reluctant to rewrite RRECOMMENDS_${PN} completely, as foo sets

Re: [OE-core] Preventing RRECOMMENDS from installing

2012-01-10 Thread Phil Blundell
On Tue, 2012-01-10 at 11:03 +0100, Anders Darander wrote: > Is there a simple way, in a bbappend-file to prevent packages in an > RRECOMMENDS from being installed? E.g. if package foo has: > RRECOMMENDS_${PN} += "bar" If you mean you just want to stop them getting installed during rootfs construct

[OE-core] Preventing RRECOMMENDS from installing

2012-01-10 Thread Anders Darander
Is there a simple way, in a bbappend-file to prevent packages in an RRECOMMENDS from being installed? E.g. if package foo has: RRECOMMENDS_${PN} += "bar" I'd reluctant to rewrite RRECOMMENDS_${PN} completely, as foo sets RRECOMMENDS using += (or =+), thus I'd like not to remove other packages fro

Re: [OE-core] [PATCH 1/1] distro_tracking: update manual check info

2012-01-10 Thread Paul Menzel
Dear Dongxiao, Am Dienstag, den 10.01.2012, 15:52 +0800 schrieb Dongxiao Xu: > updated kexec-tools manual check information this is mostly the same as the commit summary. So just merge it. distro_tracking_fields: kexec-tools: Add manual check info > Signed-off-by: Dongxiao Xu > --- > .../con

[OE-core] [PATCH] ghostscript: build cups filters

2012-01-10 Thread James Limbouris
Cups filters are no longer built by default. Since ghostscript already depends on cups, build the filters and package them as ghostscript-cups. Ghostscript uses the cups-config script from the oe sysroots to determine some of the target install paths, as well as to determine the linker path. The c

Re: [OE-core] [PATCH 1/2] package_rpm.bbclass: add srpm function in spec file

2012-01-10 Thread Xiaofeng Yan
On 2012年01月10日 00:17, Mark Hatle wrote: On 1/8/12 1:11 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan For packaging source codes to source rpm package, adding Sources,\ Patches and prep stage in spec file. "Sources" include source codes (type of tar.gz) and \ log files including log.do_patch and lo