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
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
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
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
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
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.
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)
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
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
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
10 matches
Mail list logo