[OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-23 Thread jackie.huang
From: Jackie Huang The code relies on hardware specific memory locations to access and modify the keyboard repeat rate. It also requires read/write access to /dev/port which doesn't exist on every architecture's root fs. The defect was raised for Qemu PowerPC but it also fails on ARM. The keyb

[OE-core] [PATCH 0/1] kbd: Limit the kbdrate application to x86, mips and sparc

2013-06-23 Thread jackie.huang
From: Jackie Huang Tested with: 1) MACHINE = "qemux86-64" IMAGE_INSTALL_append = " kbd" 2) MACHINE = "qemuppc" IMAGE_INSTALL_append = " kbd" 3) MACHINE = "qemuarm" IMAGE_INSTALL_append = " kbd" 4) MACHINE = "qemumips" IMAGE_INSTALL_append = " kbd" build: $ bitbake core-image-minimal $ runqemu

[OE-core] [PATCH 0/1] fix qt-mobility-x11 build failure

2013-06-23 Thread rongqing.li
From: "Roy.Li" The following changes since commit b2df9eef5a99e1d5a9dd262c1091b409a8c8174d: psplash: Bump PR to allow removal of PRINC from meta-yocto (2013-06-21 14:23:16 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/qt-mobility http://git.poky

[OE-core] [PATCH 1/1] qt-mobility: remove /usr/lib from ld rpath-link option

2013-06-23 Thread rongqing.li
From: "Roy.Li" Remove /usr/lib from ld rpath-link option to fix the below build error: bitbake_build/tmp/sysroots/x86-kvm-guest/usr/lib/libpng16.so.16: undefined reference to `inflateReset2@ZLIB_1.2.3.4' since sysroot seems not work for rpath-link, and "rpath-link,/usr/lib" makes

[OE-core] [PATCH] libbsd: Add recipes for libbsd - utility functions from BSD systems

2013-06-23 Thread Khem Raj
When building BSD programs this library provides common BSD functions that are missing on other OSes e.g. Linux This library is elemental for porting large set of BSD applications current consumer of this are in meta-networking/openbsd-netcat but once we have it in OE-Core more recipes depending o

Re: [OE-core] [PATCH 1/2] image-live.bbclass: enable read-only-rootfs IMAGE_FEATURE

2013-06-23 Thread ChenQi
On 06/19/2013 02:37 PM, rongqing...@windriver.com wrote: From: "Roy.Li" enable read-only-rootfs to make /tmp be able to be written when using sysvinit Signed-off-by: Roy.Li --- meta/classes/image-live.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/image-live.

Re: [OE-core] [PATCH 1/1] ghostscript: resolve the gconfig.h conflict

2013-06-23 Thread wenzong fan
On 06/23/2013 10:02 AM, Saul Wold wrote: On 06/17/2013 07:02 PM, wenzong@windriver.com wrote: From: Wenzong Fan Both base/lib.mak and psi/int.mak will create file gconfig.h: lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h int.mak: $(CP_) $(gconfig_h) $(PSGEN)gconfig.h If $(GLGEN)

[OE-core] [PATCH 0/1] gst-ffmpeg: fix libav config error for ppc

2013-06-23 Thread Jesse Zhang
The following changes since commit edcbb79583e1577cb64d368e3902915dea50a96e: ref-manual: Added note about issues on supported distros (2013-06-21 14:26:31 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib szhang/libav http://git.yoctoproject.org/cgit.c

[OE-core] [PATCH 1/1] gst-ffmpeg: fix libav config error for ppc

2013-06-23 Thread Jesse Zhang
Pass --cpu to libav config when we're building ppc, or else there are errors like: You need a compiler that supports {} in AltiVec vector declarations. Also patch libav configure to have knowledge of more ppc CPUs. Signed-off-by: Jesse Zhang --- .../gstreamer/gst-ffmpeg-0.10.13/libav_e5500

Re: [OE-core] [PATCH v6] systemd: added python-systemd package generation.

2013-06-23 Thread Yevhen Kyriukha
Oh, yes. You should move "pythonnative python-dir" from DEPENDS and append to inherit. Best regards, Yevhen 2013/6/23 Martin Jansa : > -DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native > acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux" > +DEPENDS = "kmod