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

2012-01-11 Thread Saul Wold
On 01/10/2012 11:34 PM, wenzong@windriver.com wrote: From: Wenzong Fan v2 updates: 1) Remove the special-casing for gcc, checking for any packages under 'tmp/work-shared'; 2) Remove some bash-specific code, replase the '[[regular-expression]]' with isovalent 'grep' statement. So how is t

Re: [OE-core] [PATCH 0/1] Add --sysroot settings into env file for build dir toolchain

2012-01-11 Thread Saul Wold
On 01/06/2012 12:40 PM, Jessica Zhang wrote: The following changes since commit 05409821ea58915c38a0962fb4dd14f8a49806e6: Scott Garman (1): insane.bbclass: use bb.process.Popen instead of subprocess.check_output are available in the git repository at: git://git.yoctoproject.org/p

Re: [OE-core] [PATCH] eglibc upgrade and uclibc fixes

2012-01-11 Thread Saul Wold
On 01/09/2012 12:15 PM, Khem Raj wrote: These patches address the build failures found when using uclibc It also has the already posted patch for eglibc-2.15 upgrade The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a: base-files: filesystems: fix mount order (2012-0

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

2012-01-11 Thread Saul Wold
On 01/10/2012 07: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 build. This functio

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

2012-01-11 Thread Saul Wold
On 01/10/2012 02:38 AM, Robert Yang wrote: 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 si

Re: [OE-core] [PATCH 0/1][PULL] distro_tracking: update manual check information

2012-01-11 Thread Saul Wold
On 01/09/2012 11:52 PM, Dongxiao Xu wrote: Hi Saul, This pull request updated the manual check information for kexec-tools. Please help to review and pull. Thanks, Dongxiao The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e: Dongxiao Xu (1): command.py: add

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

2012-01-11 Thread Saul Wold
On 01/09/2012 10:22 PM, Lianhao Lu wrote: V3: Using event handler instead of new tasks to interfacing to bitbake. V2: Using bb.fatal instead of bb.FuncFailed. NOTE: This set of patches added supporting for new features in meta layer. It should work together with another branch of patches in bitb

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

2012-01-11 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] [PATCH 2/4] lttng-tools: Integrated from git repo.

2012-01-11 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 3/4] lttng-modules: from lttng-modules 2.0 git repo.

2012-01-11 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-11 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] [V4] [PATCH 0/4] lttng-2.0 new recipe for merge

2012-01-11 Thread Zumeng Chen
Hi Richard/Saul, This is the clean thread of lttng-2.0 for merge. Thanks, Zumeng The following changes since commit 0f4d99d207b224bb9ce23de00a48f795ae20b3a0: multilib.conf: Clean up file and add missing entries for various dependencies (2012-01-11 23:53:32 +) are available in the git r

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

2012-01-11 Thread Zumeng Chen
Richard/Saul, I'm afraid this thread has incurred confusion to you, I'll send a clean pull request for merging, if any let me know. Thanks, Zumeng 于 2012年01月11日 09:31, Zumeng Chen 写道: This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to t

[OE-core] [PATCH 1/1] bootimg: Account for FAT filesystem overhead in image size

2012-01-11 Thread Darren Hart
Fixes [YOCTO #1852] The bootimg class wasn't accounting for non-trivial amount of space required by the directory entries and FATs for the FAT filesystem. This patch attempts to make an accurate prediction of FAT overhead and adjusts the image size accordingly. It assumes no more than 16 director

[OE-core] [PATCH] rpm: Fix magic file name magic -> magic.mgc

2012-01-11 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index bbc404f..83ee890 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.

[OE-core] [RFC PATCH 5/5] busybox: enable dropping of duplicates in syslog, off by default

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

[OE-core] [RFC PATCH 2/5] busybox: remove incorrect comments from syslog-startup.conf

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

[OE-core] [RFC PATCH 3/5] busybox: enable log level configuration in syslog-startup.conf and script

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

[OE-core] [RFC PATCH 1/5] busybox: drop MARKINT option from init script and syslog-startup.conf

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

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

2012-01-11 Thread Joshua Lock
This RFC series makes some minor changes to the configuration of busybox's syslog. The only one I think may be contentious, and why I've made this an RFC, is the 4th patch "busybox: change syslog default to log to a file" which changes the long-default behaviour. Please review the following change

[OE-core] [RFC PATCH 4/5] busybox: change syslog default to log to a file

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

Re: [OE-core] does busybox 1.19 still support the arg `-m'?

2012-01-11 Thread Joshua Lock
On 11/01/12 00:12, Ni Qingliang wrote: in file meta/recipes-core/busybox/files/syslog I found code section: if [ -n "$MARKINT" ]; then SYSLOG_ARGS="$SYSLOG_ARGS -m $MARKINT" fi but I can't find `-m' in the help of syslogd. Looks like busybox disabled that code

Re: [OE-core] does busybox 1.19 still support the arg `-m'?

2012-01-11 Thread Joshua Lock
On 11/01/12 00:16, Ni Qingliang wrote: and in syslog-startup.conf, the comments `incompatible with busybox' should be deleted. #ROTATESIZE=0 # rotate log if grown beyond X [kByte] (incompatible with busybox) #ROTATEGENS=3 # keep X generations of rotated logs

Re: [OE-core] [PATCH RFC v2] dhcp: package /var/lib/dhcp with dhcp-client rather than dhcp-server

2012-01-11 Thread Steve Sakoman
On Sat, Jan 7, 2012 at 5:14 AM, Eric Bénard wrote: > Hi, > > Le Fri,  6 Jan 2012 20:51:54 -0800, > Steve Sakoman a écrit : >> -FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp-server >> ${localstatedir}/lib/dhcp/" >> +FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp

[OE-core] [PATCH 1/5] qemuppc: replace emulation of qemuppc from prep to mac99

2012-01-11 Thread Bruce Ashfield
From: Liming Wang With this new emulation, existing qemuppc functionality is maintained and other functionality such as framebuffer + sato and NFS boot are added. Signed-off-by: Liming Wang Signed-off-by: Bruce Ashfield --- meta/conf/machine/qemuppc.conf |2 +- meta/recip

[OE-core] [PATCH 5/5] linux-yocto: consolidated fix SRCREV updates

2012-01-11 Thread Bruce Ashfield
Updating the SRCREVs to include the following fixes from Khem Raj and Zumeng Chen. 6f5b118 compiler.h: Undef before redefining __attribute_const__ fe80c1e oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb

[OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2012-01-11 Thread Bruce Ashfield
Richard/Saul, Since this is a stabilization week, this probably can't be merged immediately, but I've been working with this enough to call it good enough, and me sitting on them longer doesn't help. The first change in this series is the switch of qemuppc from prep to mac99. With this, we'll clo

[OE-core] [PATCH 4/5] tslib: enable big endian support for qemuppc

2012-01-11 Thread Bruce Ashfield
From: Liming Wang This enables wacom tablet/touchscreen support on qemuppc. Signed-off-by: Liming Wang --- meta/recipes-graphics/tslib/tslib_1.0.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/t

[OE-core] [PATCH 3/5] qemuppc: add machconfig

2012-01-11 Thread Bruce Ashfield
From: Liming Wang Signed-off-by: Liming Wang --- .../formfactor/files/qemuppc/machconfig| 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100755 meta/recipes-bsp/formfactor/files/qemuppc/machconfig diff --git a/meta/recipes-bsp/formfactor/files/qemup

[OE-core] [PATCH 2/5] qemuppc: add pointercal file

2012-01-11 Thread Bruce Ashfield
From: Liming Wang This file is for tslib. Signed-off-by: Liming Wang --- .../pointercal/files/qemuppc/pointercal| Bin 0 -> 36 bytes 1 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-bsp/pointercal/files/qemuppc/pointercal diff --git a/meta/recipes

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

2012-01-11 Thread Koen Kooi
Op 11 jan. 2012, om 17:45 heeft Saul Wold het volgende geschreven: > On 01/11/2012 02:40 AM, Richard Purdie wrote: >> On Tue, 2012-01-10 at 23:36 -0800, Saul Wold wrote: >>> Richard, >>> >>> Here are the final items we discussed yesterday, a succesful >>> build finished, and we seem to be in goo

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

2012-01-11 Thread Saul Wold
On 01/11/2012 02:40 AM, Richard Purdie wrote: On Tue, 2012-01-10 at 23:36 -0800, Saul Wold wrote: 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

[OE-core] [PATCH] multilib.conf: Clean up file and add missing entries for various dependencies

2012-01-11 Thread Richard Purdie
This patch adds in various missing dependencies to ensure the set of recipes listed for multilib support can be cleanly built. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 87a3d86..9554519 100644 --- a/meta/conf/multilib.conf +++ b/meta/co

[OE-core] [PATCH] binutils-cross-canadian: Clear BBCLASSEXTEND as a native version of this recipe makes no sense

2012-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc index 00648a6..15b9abb 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc +++ b/meta/recipes-devtools/binutils

[OE-core] [PATCH] python-native: RPROVIDE python-core-native since pycurl-native depends on it

2012-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-native_2.7.2.bb b/meta/recipes-devtools/python/python-native_2.7.2.bb index 67b546d..8bf0af0 100644 --- a/meta/recipes-devtools/python/python-native_2.7.2.bb +++ b/meta/recipes-devtools/python/python-native_2.7.2.b

[OE-core] [PATCH] libxft: Drop BBCLASSEXTEND nativesdk since dependencies freetype and fontconfig aren't class extended

2012-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb index 0f9a1b3..b558490 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb @@ -23,7 +23,7 @@ P

[OE-core] [PATCH] lzo: Add BBCLASSEXTEND nativesdk so lzop nativesdk works (it depends on this)

2012-01-11 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/lzo/lzo_2.06.bb b/meta/recipes-support/lzo/lzo_2.06.bb index 4862082..187a95a 100644 --- a/meta/recipes-support/lzo/lzo_2.06.bb +++ b/meta/recipes-support/lzo/lzo_2.06.bb @@ -21,4 +21,4 @@ do_configure_prepend () { cp ${W

Re: [OE-core] [PATCH] license.py: remove duplicate '&' or '|' from LICENSE

2012-01-11 Thread Andrei Gherzan
On 01/11/2012 03:56 PM, Paul Eggleton wrote: On Wednesday 11 January 2012 14:45:02 Andrei Gherzan wrote: Some upstream layers (ex: meta-oe) use '&&' or '||' syntax in LICENSE variable. Because of my last commit, these bbfiles are failing as LICENSE is tested with oe.license where '&&' and '||' a

Re: [OE-core] [PATCH] license.py: remove duplicate '&' or '|' from LICENSE

2012-01-11 Thread Paul Eggleton
On Wednesday 11 January 2012 14:45:02 Andrei Gherzan wrote: > Some upstream layers (ex: meta-oe) use '&&' or '||' syntax in LICENSE > variable. Because of my last commit, these bbfiles are failing as LICENSE > is tested with oe.license where '&&' and '||' are the bug source. > The fix is to replace

[OE-core] [PATCH] license.py: remove duplicate '&' or '|' from LICENSE

2012-01-11 Thread Andrei Gherzan
From: Andrei Gherzan Some upstream layers (ex: meta-oe) use '&&' or '||' syntax in LICENSE variable. Because of my last commit, these bbfiles are failing as LICENSE is tested with oe.license where '&&' and '||' are the bug source. The fix is to replace multiple characters of '&' or '|' with a sin

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

2012-01-11 Thread Shane Wang
The patch was imported from the OpenEmbedded server (http://git.openembedded.org/openembedded/tree/recipes/hdparm) as of commit id 4d2cb79dcecd056742f411a328f9f1f1113bf689. And changes include: - upgrade to the latest version 9.37 from 9.35. - added license checksum. - the l

[OE-core] [PATCH 1/2] stat: add recipe stat with version 3.3

2012-01-11 Thread Shane Wang
stat is brought into Yocto because the latest version hdparm 9.37 depends on it, and add license checksum. The recipe was imported from the OpenEmbedded server (http://git.openembedded.org/openembedded/tree/recipes/stat) as of commit ids 709c4d66e0b107ca606941b988bad717c0b45d9b, 44985d56bc5567868

[OE-core] [PATCH 0/2][V2] upgrade hdparm to 9.37 and add its dependency stat 3.3

2012-01-11 Thread Shane Wang
This patch is to upgrade hdparm to 9.37 and bring its new dependency stat 3.3. 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

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

2012-01-11 Thread Richard Purdie
On Tue, 2012-01-10 at 23:36 -0800, Saul Wold wrote: > 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 follow

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

2012-01-11 Thread Paul Menzel
Dear Shane, Am Dienstag, den 10.01.2012, 23:36 -0800 schrieb Saul Wold: > From: Shane Wang > > Because hdparm depends on stat, stat is brought into Yocto, and it is a new > dependency. please split this patch up and send a separate patch to include stat and adhere to the guidelines on what in

Re: [OE-core] does busybox 1.19 still support the arg `-m'?

2012-01-11 Thread Ni Qingliang
and in syslog-startup.conf, the comments `incompatible with busybox' should be deleted. #ROTATESIZE=0 # rotate log if grown beyond X [kByte] (incompatible with busybox) #ROTATEGENS=3 # keep X generations of rotated logs (incompatible with busybox) On Wed, 201

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

2012-01-11 Thread wenzong.fan
From: Wenzong Fan v2 updates: 1) Remove the special-casing for gcc, checking for any packages under 'tmp/work-shared'; 2) Remove some bash-specific code, replase the '[[regular-expression]]' with isovalent 'grep' statement. The following changes since commit 4a8a3c503fd896593b787c26edbe46a732

[OE-core] does busybox 1.19 still support the arg `-m'?

2012-01-11 Thread Ni Qingliang
in file meta/recipes-core/busybox/files/syslog I found code section: if [ -n "$MARKINT" ]; then SYSLOG_ARGS="$SYSLOG_ARGS -m $MARKINT" fi but I can't find `-m' in the help of syslogd. syslogd --help BusyBox v1.19.