The following changes since commit d7b248e715d99766bf8602ff9f038f8b0afa5e78:
augeas: change SRC_URI (2013-02-26 08:02:29 -0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/fix-rpm2cpio
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/fix
When run rpm2cpio, it fails with segmentation fault. The root cause is
no macro "_db_path" defined, when query its value get nothing then
cause segment fault.
Add patch to parse macro files first to fix this problem.
[YOCTO #3656]
Signed-off-by: Kang Kai
---
.../rpm/rpm/rpm2cpio-fix-segmentati
2013/2/27 Koen Kooi :
> On Wed, 2013-02-27 at 16:09 +, Burton, Ross wrote:
>> On 26 February 2013 08:57, Samuel Stirtzel wrote:
>> > This is caused by sdl-config from my buildhost, though gst-plugins-bad
>> > has EXTRA_OECONF += "... --disable-sdl ... --disable-orc"
>>
>> I tried replicating b
When compile glib-2.0-native with GCC 4.3.4 on x86 host, the GCC needs
`-march' to let the atomic operations ("lock free") be available. Pass
`-march=native' to cause the compiler to auto-detect the architecture of the
build computer, If the auto-detect is unsuccessful the option has no effect.
[Y
When compile qemu-native with GCC 4.3.4 on x86 host, the GCC needs
`-march' to let the atomic operations ("lock free") be available. Pass
`-march=native' to cause the compiler to auto-detect the architecture of the
build computer, If the auto-detect is unsuccessful the option has no effect.
[YOCTO
Change from V2: as Khem Raj suggested, use `-march=native' to cause the
compiler to auto-detect the architecture of the build computer, if the
auto-detect is unsuccessful the option has no effect.
When compile glib-2.0-native and qemu-native with with gcc 4.3.4 on x86 host
,it
needs to add `-mar
On Wed, Feb 27, 2013 at 6:48 AM, Jack Mitchell wrote:
> On 27/02/13 14:42, Khem Raj wrote:
>>
>> On Wed, Feb 27, 2013 at 6:10 AM, Jack Mitchell
>> wrote:
>>>
>>> On 27/02/13 14:00, Jack Mitchell wrote:
On 27/02/13 13:56, Jack Mitchell wrote:
>
> On 27/02/13 13:52, Jack Mitchell
[YOCTO #3947]
Signed-off-by: Khem Raj
---
meta/recipes-devtools/gcc/gcc-4.7.inc |3 +-
.../gcc-4.7/texinfo-5.0-PR-bootstrap-56258.patch | 86
2 files changed, 88 insertions(+), 1 deletion(-)
create mode 100644
meta/recipes-devtools/gcc/gcc-4.7/texinfo-
OpenEmbedded Technical Steering Committee
12 February 2013
Attendees:
Richard (RP)
Koen (koen)
Khem (khem)
Fray (fray)
Paul (bluelightning)
Notes: Jefro
Agenda & Results
1. pick a chair
fray
__
No Tarball yet? Did you give it to Michael H.?
Sau!
On 02/27/2013 01:19 PM, Peter Seebach wrote:
It turns out that I forgot the part where it would be useful to be
able to temporarily suppress the suppression of fsync()-type calls.
Also the documentation had bitrotted (no references to FASTO
Needed because the 3.8 if_bridge.h uses in6_addr before it's defined
Signed-off-by: Saul Wold
---
.../connman/connman/add-in.h-for-ipv6.patch | 19 +++
meta/recipes-connectivity/connman/connman_1.10.bb | 3 ++-
2 files changed, 21 insertions(+), 1 deletion(-)
crea
This should compile against the userspace safe kernel headers
Signed-off-by: Saul Wold
---
meta/recipes-connectivity/iproute2/iproute2.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc
b/meta/recipes-connectivity/iproute2/ipr
These patches actually remove the use of the kernel headers
and target the userspace headers
Saul
Saul Wold (2):
connman: add header to define in6_addr
iproute2: don't use the kernel header tree
.../connman/connman/add-in.h-for-ipv6.patch | 19 +++
meta/recipes-con
On Wed, 2013-02-27 at 20:32 -0800, Saul Wold wrote:
> On 02/27/2013 07:00 AM, tom.zanu...@linux.intel.com wrote:
> > From: Tom Zanussi
> >
> > Add libaudit, used by system call auditing applications. From the
> > sources:
> >
> > "The audit package contains the user space utilities for storing
On 02/27/2013 04:58 AM, Martin Donnelly wrote:
The patched version of grpconv takes arguments but the check on
argc was not removed. This patch removes this check which
otherwise results in a spurious warning during rootfs creation.
Signed-off-by: Martin Donnelly
---
.../shadow/files/add_root
On 02/27/2013 07:00 AM, tom.zanu...@linux.intel.com wrote:
From: Tom Zanussi
Add libaudit, used by system call auditing applications. From the
sources:
"The audit package contains the user space utilities for storing and
searching the audit records generate by the audit subsystem in the
On Wed, Feb 27, 2013 at 5:36 PM, Saul Wold wrote:
> On 02/26/2013 11:30 PM, Khem Raj wrote:
>>
>> Tested qemu on x86-64 target and qemu-native
>> no obvious problems seen in testing
>>
>> Signed-off-by: Khem Raj
>> ---
>> .../qemu/files/fix-configure-checks.patch | 10 +-
>>
On 02/26/2013 06:04 PM, Jason Wessel wrote:
The previous syslinux menu code did not support using both a serial
and vga console, but this has worked for years in syslinux so there is
no reason not to take advantage of it. The previous menu looked like:
--
On 02/26/2013 11:30 PM, Khem Raj wrote:
Tested qemu on x86-64 target and qemu-native
no obvious problems seen in testing
Signed-off-by: Khem Raj
---
.../qemu/files/fix-configure-checks.patch | 10 +-
meta/recipes-devtools/qemu/qemu.inc|2 +-
.../qemu/{
Richard,
Here is a batch of Updates and patches that I have reviewed
and build tested locally and Autobuilder. The last build on
the autobuilder included the Kernel Update which is not included here.
Please take a look at Hongxu's -native CFLAGS fix, they have
been discussed on the list. They s
On Wed, Feb 27, 2013 at 9:46 AM, Martin Jansa wrote:
> NOTE: recipe avahi-ui-0.6.31-r7.0: task do_package: Started
> ERROR: %s does not appear in package list, please add it avahi-ui-daemon
> ERROR: %s does not appear in package list, please add it avahi-ui-dnsconfd
>
IIRC there already is a patc
It turns out that I forgot the part where it would be useful to be
able to temporarily suppress the suppression of fsync()-type calls.
Also the documentation had bitrotted (no references to FASTOP or to
the fsync stuff, or to some other changes), so I fixed a few obvious
gaps.
This should have no
pseudo 1.5's enable-force-async works great, unless you use a host
where, inexplicably, stat(2) reports inconsistent and changing values
for a file's size or times for some time unless a file has been fsynced,
in which case you might want a way to cause an fsync to work.
Also noticed that some rec
On Wed, 2013-02-27 at 13:10 -0500, Trevor Woerner wrote:
> On Wed, Feb 27, 2013 at 10:00 AM, wrote:
> > 'perf-trace' is a new perf subcommand available in the 3.8 kernel -
> > this patchset enables it.
>
> Out of curiosity, from where can I find the recipe(s) for a 3.8 kernel?
>
> My meta/recip
end = " perf"
>
> I get the following error:
>
> Build Configuration:
> BB_VERSION= "1.17.1"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "SUSE-LINUX-12.2"
> TARGET_SYS= "i586-poky-linux"
> MACHINE
Acked-by: Nitin A Kamble
This patch is getting the linux-yocto-dev kernel building for the emgd based
meta-intel BSPs.
Without it the do_patch of the dev kernel fails as noted in the bug #3948.
Nitin
> -Original Message-
> From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto-
On Wed, 2013-02-27 at 16:09 +, Burton, Ross wrote:
> On 26 February 2013 08:57, Samuel Stirtzel wrote:
> > This is caused by sdl-config from my buildhost, though gst-plugins-bad
> > has EXTRA_OECONF += "... --disable-sdl ... --disable-orc"
>
> I tried replicating by bitbaking libsdl and then
Signed-off-by: Kyle Farnsworth
---
meta/classes/insane.bbclass |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index f52fcea..e1827be 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@
On Wed, Feb 27, 2013 at 1:12 PM, Tom Zanussi
wrote:
> Which image are you building? I'm guessing core-image-minimal?
Yes.
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/o
On Wed, Feb 27, 2013 at 10:00 AM, wrote:
> 'perf-trace' is a new perf subcommand available in the 3.8 kernel -
> this patchset enables it.
Out of curiosity, from where can I find the recipe(s) for a 3.8 kernel?
My meta/recipes-kernel/linux/ only includes:
linux-dummy.bb
linux-yocto-dev.
= "x86_64-linux"
NATIVELSBSTRING = "SUSE-LINUX-12.2"
TARGET_SYS= "i586-poky-linux"
MACHINE = "qemux86"
DISTRO= "poky"
DISTRO_VERSION= "1.3+snapshot-20130227"
TUNE_FEATURES = "m32 i586"
NOTE: recipe avahi-ui-0.6.31-r7.0: task do_package: Started
ERROR: %s does not appear in package list, please add it avahi-ui-daemon
ERROR: %s does not appear in package list, please add it avahi-ui-dnsconfd
Signed-off-by: Martin Jansa
---
meta/classes/systemd.bbclass | 2 +-
1 file changed, 1 i
On Wed, Feb 27, 2013 at 11:17 AM, Ross Burton wrote:
> Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't
> work on the target.
>
> Signed-off-by: Ross Burton
Acked-by: Otavio Salvador
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossyste
The postinst requires patched pwconv and grpconv from shadow-native,
without these the rootfs creation uses the host binaries and fails.
Signed-off-by: Martin Donnelly
---
meta/recipes-extended/shadow/shadow_4.1.4.3.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/me
On 26 February 2013 08:57, Samuel Stirtzel wrote:
> This is caused by sdl-config from my buildhost, though gst-plugins-bad
> has EXTRA_OECONF += "... --disable-sdl ... --disable-orc"
I tried replicating by bitbaking libsdl and then gst-plugins-bad, but
it still disabled the SDL plugins. What ver
On Wed, 2013-02-27 at 14:53 +, Burton, Ross wrote:
> On 27 February 2013 14:40, Koen Kooi wrote:
> > On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote:
> >> systemd doesn't need ipv6 support directly, so don't pull it.
> >
> > It will trigger an error on startup, which seems to scare most o
- create "latest_srcrev" for each recipe with the following format:
${BB_FILENAME},${SRC_URI},${SRCREV},${FROM_AUTOREV}
[YOCTO #3041]
Signed-off-by: Constantin Musca
---
meta/classes/buildhistory.bbclass | 23 ++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a
From: Tom Zanussi
Add libaudit, used by system call auditing applications. From the
sources:
"The audit package contains the user space utilities for storing and
searching the audit records generate by the audit subsystem in the
Linux 2.6 kernel."
Signed-off-by: Tom Zanussi
---
.../libaud
From: Tom Zanussi
Add a new feature named 'perf-trace'. Adding this into the
PERF_FEATURES variable in perf.inc will enable 'perf trace' support on
the target. 'perf trace' is meant to be perf's 'strace on steroids'
utility, and it also adds libaudit to the image, if perf is included
in an imag
From: Tom Zanussi
'perf-trace' is a new perf subcommand available in the 3.8 kernel -
this patchset enables it. 'perf trace' requires libaudit, which
is added as a new recipe.
Build-tested on all arches and run-tested on all that would boot
at the time, including real hardware such as crownbay.
From: Tom Zanussi
Add an entry enabling the new perf-trace perf subcommand.
Signed-off-by: Tom Zanussi
---
meta/recipes-kernel/perf/perf.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/perf/perf.inc
b/meta/recipes-kernel/perf/perf.inc
index b8859a
On 27 February 2013 14:41, Koen Kooi wrote:
> Your commit fails to mention that you are changing the default to off,
> it is on now.
That's true. I'm actually dithering on this now, and will probably
flip it back to enabled by default but still an option for people who
want to prune dependencies
On 27 February 2013 14:40, Koen Kooi wrote:
> On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote:
>> systemd doesn't need ipv6 support directly, so don't pull it.
>
> It will trigger an error on startup, which seems to scare most of my
> users :(
Well that's silly of systemd isn't it. Just not
On 26 February 2013 09:24, Robert Yang wrote:
> Robert Yang (1):
> lttng-ust: cannot find -llttng-ust-tracepoint
Is this also for danny to fix the lttng failure on sugarbay, or
something unrelated?
Ross
___
Openembedded-core mailing list
Openembedde
On 27/02/13 14:42, Khem Raj wrote:
On Wed, Feb 27, 2013 at 6:10 AM, Jack Mitchell wrote:
On 27/02/13 14:00, Jack Mitchell wrote:
On 27/02/13 13:56, Jack Mitchell wrote:
On 27/02/13 13:52, Jack Mitchell wrote:
On 27/02/13 13:46, Jack Mitchell wrote:
As with the recent binutils texinfo5 compa
On 26 February 2013 20:52, Otavio Salvador wrote:
> I'd say to drop the AC_CANONICAL_HOST call and make it fake Linux as a
> fixed value.
Did that in xorg-macros as that's where the definition is, but
intltool's configure fragment links a program to set DATADIRNAME
(although that appears to be de
On Wed, Feb 27, 2013 at 6:10 AM, Jack Mitchell wrote:
> On 27/02/13 14:00, Jack Mitchell wrote:
>>
>> On 27/02/13 13:56, Jack Mitchell wrote:
>>>
>>> On 27/02/13 13:52, Jack Mitchell wrote:
On 27/02/13 13:46, Jack Mitchell wrote:
>
> As with the recent binutils texinfo5 compatibi
On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote:
> Signed-off-by: Ross Burton
> ---
> meta/recipes-core/systemd/systemd_197.bb |4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_197.bb
> b/meta/recipes-core/systemd/systemd_197.b
On Wed, 2013-02-27 at 14:17 +, Ross Burton wrote:
> systemd doesn't need ipv6 support directly, so don't pull it.
It will trigger an error on startup, which seems to scare most of my
users :(
___
Openembedded-core mailing list
Openembedded-core@lis
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/systemd_197.bb
index 0e13d78..1773aed 100644
--- a/meta/recipes-core/systemd/sy
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/systemd_197.bb
index 7a11c8c..0e13d78 100644
--- a/meta/recipes-core/systemd/syst
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |4
1 file changed, 4 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/systemd_197.bb
index 2232b60..7a11c8c 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/systemd_197.bb
index c871bb5..2232b60 100644
--- a/meta/recipes-core/systemd/sy
Hi,
Whilst whittling down the install footprint of systemd I made several fixes.
Here are the simple ones, including a fixed /bin/kill patch.
Ross
The following changes since commit 2cc4fe4a0874c42421b1bf3fa100160a9e60a9da:
upstream_tracking.inc: Coonectivity and multimedia packages updates
Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't
work on the target.
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/
systemd doesn't need ipv6 support directly, so don't pull it.
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/systemd_197.bb
index
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |3 ---
1 file changed, 3 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb
b/meta/recipes-core/systemd/systemd_197.bb
index 0c3ebc4..880fbcd 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b/
On 27/02/13 14:00, Jack Mitchell wrote:
On 27/02/13 13:56, Jack Mitchell wrote:
On 27/02/13 13:52, Jack Mitchell wrote:
On 27/02/13 13:46, Jack Mitchell wrote:
As with the recent binutils texinfo5 compatibility I believe GCC
now also has the same failings, please see attached log.
I've had a
On 26 February 2013 20:00, Koen Kooi wrote:
> Like V1 this hardcodes ${base_bindir} to /bin, this breaks when your
> DISTRO sets $base_prefix to /usr. So please change that to:
>
> ac_cv_path+KILL=${base_bindir}/kill
Yeah, not sure why I did that. :/ V2 coming shortly.
Ross
___
On 27/02/13 13:56, Jack Mitchell wrote:
On 27/02/13 13:52, Jack Mitchell wrote:
On 27/02/13 13:46, Jack Mitchell wrote:
As with the recent binutils texinfo5 compatibility I believe GCC now
also has the same failings, please see attached log.
I've had a quick look for patches but I am not at a
On 27/02/13 13:52, Jack Mitchell wrote:
On 27/02/13 13:46, Jack Mitchell wrote:
As with the recent binutils texinfo5 compatibility I believe GCC now
also has the same failings, please see attached log.
I've had a quick look for patches but I am not at all familiar with
the GCC development pro
On 27/02/13 13:46, Jack Mitchell wrote:
As with the recent binutils texinfo5 compatibility I believe GCC now
also has the same failings, please see attached log.
I've had a quick look for patches but I am not at all familiar with
the GCC development process and I came up empty handed.
Cheers
On 26 February 2013 06:26, wrote:
> Remove those warning message for alsa-tools 1.0.24.1 on denzil release:
>
> * Note: the latest alsa-tools on master is 1.0.26.1 and doesn't have
> such issue any more.
And what about the current stable release, Danny? Does this need to
be applied there, or is
On 26 February 2013 17:24, Javier Viguera wrote:
> Any chance that this patch gets cherry-picked to 'danny' on
> openembedded-core and poky repos?
Integrated into the danny-next branch but unless the current 1.3.1 RC
goes terribly wrong this will have to wait until 1.3.2.
Ross
_
The patched version of grpconv takes arguments but the check on
argc was not removed. This patch removes this check which
otherwise results in a spurious warning during rootfs creation.
Signed-off-by: Martin Donnelly
---
.../shadow/files/add_root_cmd_options.patch| 12 +++-
1 f
On 26/02/13 21:39, Khem Raj wrote:
[Yocto #3943]
Signed-off-by: Khem Raj
Tested-by: Jack Mitchell
---
meta/recipes-devtools/binutils/binutils-2.23.1.inc |4 +
...ls.texi-elfedit-Fix-use-of-itemx-in-table.patch | 68 +++
...-Replace-with-when-it-is-part-of-the-text.patch | 19
On 27 February 2013 11:37, Mike Looijmans wrote:
> Is there any feedback on this patch yet?
Acked-By: Ross Burton
I've been using it to reduce dependencies pulled in by systemd.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openemb
On 02/27/2013 05:51 AM, Trevor Woerner wrote:
> On Tue, Feb 26, 2013 at 9:04 PM, Jason Wessel
> wrote:
>> You can see the screen shots attached to the bugzilla.
>>
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=3944
>>
>> [ YOCTO #3944 ]
> Is the "Windriver" logo on the VGA example optional?
On Tue, Feb 26, 2013 at 9:04 PM, Jason Wessel
wrote:
> You can see the screen shots attached to the bugzilla.
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=3944
>
> [ YOCTO #3944 ]
Is the "Windriver" logo on the VGA example optional?
___
Openem
Is there any feedback on this patch yet?
Mike.
On 02/19/2013 06:23 PM, MiLo wrote:
The libmount shared library was part of util-linux. This caused
util-linux-mount to RDEPEND on util-linux, so including that would
also drag in all of util-linux and all its recommendations.
To break this circul
70 matches
Mail list logo