[oe] [PATCH][meta-networking] traceroute: give high priority when update-alternatives

2015-01-20 Thread rongqing.li
From: Roy Li busybox provides traceroute command and uses the default priority to update-alternatives, if traceroute is not defined the priority, the traceroute maybe link to busybox's Signed-off-by: Roy Li --- meta-networking/recipes-support/traceroute/traceroute_2.0.20.bb | 1 + 1 file chang

[oe] [PATCH][meta-webserver] apache2: fix a typos

2015-01-20 Thread rongqing.li
From: Roy Li fix a typos to remove a warning: systemd[1]: [/lib/systemd/system/apache2.service:2] Unknown lvalue 'Decription' in section 'Unit' Signed-off-by: Roy Li --- meta-webserver/recipes-httpd/apache2/files/apache2.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[oe] [meta-oe][PATCH v2] sgpio: add new recipe

2015-01-20 Thread Li xin
Intel SGPIO enclosure management utility. Signed-off-by: Li Xin --- .../sgpio/sgpio/0001-Makefile-error-fix.patch | 129 + meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb | 26 + 2 files changed, 155 insertions(+) create mode 100644 meta-oe/recipes-extended/sgp

[oe] [meta-networking][PATCH] V2: lksctp-tools: add ptest subpackage and other updates

2015-01-20 Thread Kai Kang
V2: * rebased on origin/master-next and build for qemuarm Kai Kang (1): lksctp-tools: add ptest subpackage and other updates .../lksctp-tools/lksctp-tools/run-ptest | 5 + .../lksctp-tools/lksctp-tools/v4test.sh | 11 +++ .../lksctp-tools/lksctp-tools/v6tes

[oe] [meta-networking][PATCH] lksctp-tools: add ptest subpackage and other updates

2015-01-20 Thread Kai Kang
Some updates for lksctp-tools: * add ptest subpackage * only blacklist lksctp-tools when gold ld is used. Refer to: https://bugs.gentoo.org/show_bug.cgi?id=530318 * update licenses and add homepage. Signed-off-by: Kai Kang --- .../lksctp-tools/lksctp-tools/run-ptest | 5 + .../

Re: [oe] [meta-networking][PATCH] lksctp-tools: add ptest subpackage and other updates

2015-01-20 Thread Kang Kai
On 2015年01月20日 23:10, Martin Jansa wrote: On Tue, Jan 20, 2015 at 03:42:12PM +0800, Kai Kang wrote: Some updates for lksctp-tools: * add ptest subpackage * only blacklist lksctp-tools when gold ld is used. Refer to: https://bugs.gentoo.org/show_bug.cgi?id=530318 * update licenses and add homepa

[oe] [meta-initramfs][PATCH] kexec-tools-klibc_2.0.2: backport patch to fix build with separate B and S

2015-01-20 Thread Andrea Adami
Catching up with oe-core commit 5fccfd0f0a9dd4dca96389f5d856d3fab21745e2 ( kexec-tools: separate B and S) which removed autotools-brokensep for a newer version. Signed-off-by: Andrea Adami --- .../fix-out-of-tree-build.patch| 54 ++ .../kexec/kexec-tools-k

[oe] [PATCH] libspatialite: Upgrade to version 4.2.0

2015-01-20 Thread Henning Heinold
From: Holger Hans Peter Freyther Package the new sqlite3 plugin into a new package and skip the dev-so qa issue. Add some extra depends that are now used by the library. The patch was adapted for meta-openembedded by Henning Heinold, setting the upstream status for the geos-config.patch Signed-

[oe] [meta-oe][PATCH] libspatialite: Upgrade to version 4.2.0

2015-01-20 Thread Henning Heinold
From: Holger Hans Peter Freyther Package the new sqlite3 plugin into a new package and skip the dev-so qa issue. Add some extra depends that are now used by the library. The patch was adapted for meta-openembedded by Henning Heinold, setting the upstream status for the geos-config.patch Signed-

Re: [oe] Query on meta-java layer openjdk-7-jre build

2015-01-20 Thread Max Krummenacher
Hello 2015-01-19 13:41 GMT+01:00 Otavio Salvador : > Hello Max, > > On Mon, Jan 19, 2015 at 9:56 AM, Max Krummenacher > wrote: >> I made some progress. >> We seem to be discussing two issues >> >> 1) >> qemu stops with a segmentation fault. >> When DEFAULTTUNE is "armv7ahf" or "armv7athf" and a

[oe] [meta-java][PATCH] README: improve copy/paste experiance

2015-01-20 Thread Max Krummenacher
The section with stuff to be put in local.conf/distro conf currently can not be directly copy/pasted from the README - adding a missing " - putting a # before each comment - commenting out alternatives - fixing version string 6b27-1.12.8 - adding version 6b32-1.13.4 Signed-off-by: Max Krummenacher

[oe] [meta-java][PATCH 1/2] binaries run by qemu: link with -static, force ld.bfd

2015-01-20 Thread Max Krummenacher
For machines using DEFAULTTUNE = "armv7ahf" or DEFAULTTUNE = "armv7athf" a build of openjdk-7 fails with segmentation faults during the qemu-arm runs. e.g. Segmentation fault (core dumped) | qemu-arm -cpu cortex-a8 -s 2097152 -L .../sysroots/colibri-t20 \ -E LD_LIBRARY_PATH=.../sysroots/colibr

[oe] [meta-java][PATCH 2/2] Revert "openjdk: Fix QEMU call to use sysroot for libs"

2015-01-20 Thread Max Krummenacher
This reverts commit ab51e51d9a9a51bedd19de09bcba4ce830dfc5e7. Using an oe setup with ptest enabled makes qemu never to return due to testfiles staged by udev in the sysroot See also: http://lists.openembedded.org/pipermail/openembedded-core/2014-September/097098.html All binaries compiled for qe

Re: [oe] [meta-networking][PATCH] lksctp-tools: add ptest subpackage and other updates

2015-01-20 Thread Martin Jansa
On Tue, Jan 20, 2015 at 03:42:12PM +0800, Kai Kang wrote: > Some updates for lksctp-tools: > > * add ptest subpackage > * only blacklist lksctp-tools when gold ld is used. Refer to: > https://bugs.gentoo.org/show_bug.cgi?id=530318 > * update licenses and add homepage. > > Signed-off-by: Kai Kang

[oe] [meta-oe][PATCH v3] system-setup-keyboard: add new recipe

2015-01-20 Thread Li xin
system-setup-keyboard is a daemon to monitor the keyboard layout configured in /etc/sysconfig/keyboard and transfer this into the matching xorg.conf.d snippet. Signed-off-by: Li Xin --- .../system-setup-keyboard_0.8.8.bb | 29 ++ 1 file changed, 29 insertions(

Re: [oe] [meta-oe][PATCH 2/2] system-setup-keyboard: add new recipe

2015-01-20 Thread Martin Jansa
I think you should just inherit python-native On Tue, Jan 20, 2015 at 9:02 AM, Li xin wrote: > system-setup-keyboard is a daemon to monitor the keyboard layout > configured in /etc/sysconfig/keyboard and transfer this into > the matching xorg.conf.d snippet. > > Signed-off-by: Li Xin > --- > .

[oe] [meta-oe][PATCH] rsyslog: set the default file permission

2015-01-20 Thread jackie.huang
From: Jackie Huang We use the default file permission root:adm for syslog-ng, so set the same for rsyslog. Signed-off-by: Jackie Huang --- meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslo

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-01-19

2015-01-20 Thread Andrea Adami
On Mon, Jan 19, 2015 at 6:35 PM, Martin Jansa wrote: > perf was finally fixed for qemux86-64, python3 and kexec-tools-klibc got > broken The recipe was broken by commit 5fccfd0f0a9dd4dca96389f5d856d3fab21745e2 kexec-tools: separate B and S. I'll adjust the custom recipe as soon as possible to fi

[oe] [meta-oe][PATCH 1/2] system-config-keyboard: add new recipe

2015-01-20 Thread Li xin
a graphical user interface that allows the user to change the default keyboard of the system. Signed-off-by: Li Xin --- .../system-config-keyboard_1.4.0.bb| 27 ++ 1 file changed, 27 insertions(+) create mode 100644 meta-oe/recipes-support/system-config-keyb

[oe] [meta-oe][PATCH 2/2] system-setup-keyboard: add new recipe

2015-01-20 Thread Li xin
system-setup-keyboard is a daemon to monitor the keyboard layout configured in /etc/sysconfig/keyboard and transfer this into the matching xorg.conf.d snippet. Signed-off-by: Li Xin --- .../system-setup-keyboard_0.8.8.bb | 27 ++ 1 file changed, 27 insertions(

[oe] [meta-oe][patch v2][PATCH 0/2] system-setup-keyboard: add new recipe

2015-01-20 Thread Li xin
this patch add system-setup-keyboard to meta-oe and also add it's depends system-config-keyboard. Li xin (2): system-config-keyboard: add new recipe system-setup-keyboard: add new recipe .../system-config-keyboard_1.4.0.bb| 27 ++ .../system-setup-keyboard