[yocto] [PATCH v4 3/3] recipes-multimedia: images: add rockchip media image

2017-05-28 Thread Randy Li
A image for debugging the hardware video encoder/decoder. I also use this image for developing the Gstreamer. Signed-off-by: Randy Li --- recipes-multimedia/images/rockchip-media-image.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644

[yocto] [PATCH v4 2/3] recipes-multimedia: add gstreamer rockchip support

2017-05-28 Thread Randy Li
This Gstreamer plugin provides a encoder and decoder plugin for Gstreamer through the Rockchip MPP library. Signed-off-by: Randy Li --- .../gstreamer/gstreamer1.0-rockchip.inc| 32 ++ .../gstreamer/gstreamer1.0-rockchip_20170516.bb| 9

[yocto] [PATCH v4 1/3] recipes-multimedia: add Rockchip MPP library

2017-05-28 Thread Randy Li
MPP means Media Process Platform. The MPP is a middleware for the other video encoder/decoder interface, translating the video information into the hardware registers. Signed-off-by: Randy Li --- recipes-multimedia/rockchip-mpp/rockchip-mpp.inc| 21 +

[yocto] [meta-rockchip] [PATCH v4 0/3] Add video codec recipes

2017-05-28 Thread Randy Li
Those packages are the userspace libraries for the Rockchip Android video codec driver. Also a minimal image used for verified the media framework is included. changelog v4: 1. fixup the author name 2. rename the rockchip-vpu to rockchip-mpp-vpu v3: 1. update a few packages 2. remove some unused

[yocto] Cannot load Gtk3: Could not lookup GType

2017-05-28 Thread Maciej Pijanowski
Hello, I'm trying to port custom perl application from Debian into Yocto (morty). I'm stuck at testing Gtk3 perl module. It looks to me that all necessary components are already there. It looks to me that the issue is rather related to Gtk3 or it's dependencies, rather than perl and it's

[yocto] How to install dbg package and not its dependencies?

2017-05-28 Thread Ngọc Thi Huỳnh
Hi everyone, Let's say I have app-example package which depends on libexample. When I add app-example-dbg to IMAGE_INSTALL, libexample-dbg package is automatically included in the final image which makes the image size become bigger. In this case, is there a way to prevent libexample-dbg from

[yocto] [ptest-runner] timeout option missing the argument option ":" to getopt

2017-05-28 Thread Anders Wallin
ptest-runner -t xx gives segfault Signed-off-by: Anders Wallin --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index d7a546f..505829c 100644 --- a/main.c +++ b/main.c @@ -66,7 +66,7 @@ main(int argc, char *argv[])