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
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
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
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
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
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
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
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
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:
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
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_
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
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
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
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.
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/
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
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 +++
.
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
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
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
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
48 matches
Mail list logo