[OE-core] [PATCH 0/1] Fix rpm2cpio segment fault

2013-02-27 Thread Kang Kai
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

[OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-02-27 Thread Kang Kai
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

Re: [OE-core] gst-plugins-bad and EXTRA_OECONF

2013-02-27 Thread Samuel Stirtzel
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

[OE-core] [PATCH 1/2] glib-2.0-native:fix do_configure failed with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
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

[OE-core] [PATCH 2/2] qemu-native:fix do_compile failed with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
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

[OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
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

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Khem Raj
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

[OE-core] [OE-Core][PATCH] gcc-4.7: Fix build with texinfo 5.0+

2013-02-27 Thread Khem Raj
[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-

[OE-core] OE TSC minutes 12 February 2013

2013-02-27 Thread Jeff Osier-Mixon
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 __

Re: [OE-core] [PATCH 0/1] pseudo 1.5.1

2013-02-27 Thread Saul Wold
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

[OE-core] [PATCH 1/2] connman: add header to define in6_addr

2013-02-27 Thread Saul Wold
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

[OE-core] [PATCH 2/2] iproute2: don't use the kernel header tree

2013-02-27 Thread Saul Wold
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

[OE-core] [PATCH 0/2] Fix packages for new kernel Headers

2013-02-27 Thread Saul Wold
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

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-27 Thread Tom Zanussi
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

Re: [OE-core] [PATCH 2/2] shadow: remove grpconv argc check

2013-02-27 Thread Saul Wold
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

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-27 Thread Saul Wold
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

Re: [OE-core] [OE-Core][PATCH] qemu: Upgrade to 1.4.0 release

2013-02-27 Thread Khem Raj
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 +- >>

Re: [OE-core] [PATCH] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-02-27 Thread Saul Wold
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: --

Re: [OE-core] [OE-Core][PATCH] qemu: Upgrade to 1.4.0 release

2013-02-27 Thread Saul Wold
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/{

[OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-02-27 Thread Saul Wold
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

Re: [OE-core] [PATCH][oe-core] systemd.bbclass: fix bb.error

2013-02-27 Thread Khem Raj
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

[OE-core] [PATCH 0/1] pseudo 1.5.1

2013-02-27 Thread Peter Seebach
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

[OE-core] [PATCH 1/1] Update pseudo to 1.5.1

2013-02-27 Thread Peter Seebach
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

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Tom Zanussi
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

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Tom Zanussi
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

Re: [OE-core] [linux-yocto] [PATCH 5/8] kern-tools: import configuration, controls and audit updates

2013-02-27 Thread Kamble, Nitin A
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-

Re: [OE-core] gst-plugins-bad and EXTRA_OECONF

2013-02-27 Thread 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 by bitbaking libsdl and then

[OE-core] [PATCH] Merge linux-gnu entries in machine dictionary and add sh4 machine.

2013-02-27 Thread Kyle Farnsworth
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 @@

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
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

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
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.

Re: [OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread Trevor Woerner
= "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"

[OE-core] [PATCH][oe-core] systemd.bbclass: fix bb.error

2013-02-27 Thread Martin Jansa
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

Re: [OE-core] [PATCH 7/7] systemd: set the location of the kill binary

2013-02-27 Thread Otavio Salvador
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

[OE-core] [PATCH 1/2] shadow: add build dependency on shadow-native

2013-02-27 Thread Martin Donnelly
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

Re: [OE-core] gst-plugins-bad and EXTRA_OECONF

2013-02-27 Thread Burton, Ross
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

Re: [OE-core] [PATCH 2/7] systemd: don't recommend IPv6 kernel module

2013-02-27 Thread Koen Kooi
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

[OE-core] [PATCH] buildhistory.bbclass: add support for SRCREV logging

2013-02-27 Thread Constantin Musca
- 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

[OE-core] [PATCH 1/3] libaudit: new package

2013-02-27 Thread tom . zanussi
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

[OE-core] [PATCH 2/3] perf: add perf-trace feature

2013-02-27 Thread tom . zanussi
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

[OE-core] [PATCH 0/3] add libaudit and enable 'perf trace'

2013-02-27 Thread tom . zanussi
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.

[OE-core] [PATCH 3/3] perf: enable perf-trace feature

2013-02-27 Thread tom . zanussi
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

Re: [OE-core] [PATCH 5/7] systemd: make xz support (compressed journal) optional

2013-02-27 Thread Burton, Ross
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

Re: [OE-core] [PATCH 2/7] systemd: don't recommend IPv6 kernel module

2013-02-27 Thread Burton, Ross
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

Re: [OE-core] [PATCH 0/1] lttng-ust: cannot find -llttng-ust-tracepoint

2013-02-27 Thread Burton, Ross
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

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
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

Re: [OE-core] [PATCH] xkeyboard-config: this is architecture-indepedent, so set PACKAGE_ARCH

2013-02-27 Thread Burton, Ross
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

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Khem Raj
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

Re: [OE-core] [PATCH 5/7] systemd: make xz support (compressed journal) optional

2013-02-27 Thread Koen Kooi
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

Re: [OE-core] [PATCH 2/7] systemd: don't recommend IPv6 kernel module

2013-02-27 Thread Koen Kooi
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

[OE-core] [PATCH 6/7] systemd: remove --with-distro option, it's not used

2013-02-27 Thread Ross Burton
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

[OE-core] [PATCH 5/7] systemd: make xz support (compressed journal) optional

2013-02-27 Thread Ross Burton
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

[OE-core] [PATCH 4/7] systemd: remove unused cached configure variables

2013-02-27 Thread Ross Burton
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

[OE-core] [PATCH 3/7] systemd: make gcrypt support (for signing the journal) optional

2013-02-27 Thread Ross Burton
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

[OE-core] [PATCH 0/7] systemd tweaks

2013-02-27 Thread Ross Burton
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

[OE-core] [PATCH 7/7] systemd: set the location of the kill binary

2013-02-27 Thread Ross Burton
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/

[OE-core] [PATCH 2/7] systemd: don't recommend IPv6 kernel module

2013-02-27 Thread Ross Burton
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

[OE-core] [PATCH 1/7] systemd: systemd uses libkmod instead of modprobe, remove dependencies

2013-02-27 Thread Ross Burton
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/

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
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

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-27 Thread Burton, Ross
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 ___

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
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

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
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

Re: [OE-core] GCC + Texinfo 5

2013-02-27 Thread Jack Mitchell
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

Re: [OE-core] [PATCH 0/1][denzil] alsa-tools: remove warning message

2013-02-27 Thread Burton, Ross
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

Re: [OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-27 Thread Burton, Ross
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 _

[OE-core] [PATCH 2/2] shadow: remove grpconv argc check

2013-02-27 Thread Martin Donnelly
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

Re: [OE-core] [OE-Core][PATCH V2] binutils: Fix build with newer texinfo 5.0+

2013-02-27 Thread Jack Mitchell
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

Re: [OE-core] [PATCH v2] util-linux: Add package for libmount

2013-02-27 Thread Burton, Ross
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

Re: [OE-core] [PATCH] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-02-27 Thread Jason Wessel
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?

Re: [OE-core] [PATCH] syslinux.bbclass: Add a default serial console option and real boot menu support

2013-02-27 Thread Trevor Woerner
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

Re: [OE-core] [PATCH v2] util-linux: Add package for libmount

2013-02-27 Thread Mike Looijmans
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