[yocto] qt-gstreamer configure problem

2014-04-01 Thread Andrey Telepin
Hello All! I try to add new recipe (qt-gstreamer) it use cmake. *my bb file* LICENSE = GPLv2 LIC_FILES_CHKSUM = file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 SECTION = multimedia PR = r0 SRC_URI = http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-0.10.2.tar.gz;

Re: [yocto] qt-gstreamer configure problem

2014-04-01 Thread Andrey Telepin
On Tuesday, April 01, 2014 13:54:45 Andrey Telepin wrote: QT_QTGUI_INCLUDE_DIR SOLVED adding -DQT_QTGUI_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtGui to EXTRA_OECMAKE -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-01 Thread Meenakumari Shedole
Thanks for your input. I have used libva-intel-driver-1.2.0 as a part of meta-intel on Dora as the recipes provided by Intel. I can attach bb file also if its needed. Have build Intel va source manually and now we can able to sink with vaapisink in its own window. We are not able to use

Re: [yocto] qt-gstreamer configure problem

2014-04-01 Thread Paul Eggleton
On Tuesday 01 April 2014 14:29:58 Andrey Telepin wrote: On Tuesday, April 01, 2014 13:54:45 Andrey Telepin wrote: QT_QTGUI_INCLUDE_DIR SOLVED adding -DQT_QTGUI_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtGui to EXTRA_OECMAKE It's a bit late, but I'm thinking maybe we ought to have a cmake_qt4

[yocto] [yocto-autobuilder][PATCH] nightly-multilib: don't build lsb image

2014-04-01 Thread Stefan Stanacar
We shouldn't build an lsb image here as this isn't a poky-lsb build. There is a pending patch on oe-core that will break this build if we don't remove it and it doesn't buys us too much test coverage anyway. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com ---

[yocto] [PATCH 0/1] Changed refpolicy value FILESEXTRAPATHS_prepend

2014-04-01 Thread Alexandru . Vaduva
From: Alexandru.Vaduva alexandru.vad...@enea.com The value was defined as: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-${PV}: and changed it to: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-2.20130424: because the bb that inherit this overwrites the PV every time, changing its

[yocto] [yocto-autobuilder][PATCH] CreateAutoConf: strict checking for multilib

2014-04-01 Thread Stefan Stanacar
So we don't create multilib configs unless True or lib32 or lib64, and doesn't add the inherit multilib.conf for False. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- lib/python2.7/site-packages/autobuilder/buildsteps/CreateAutoConf.py | 5 +++-- 1 file changed, 3 insertions(+), 2

[yocto] [yocto-autobuilder][PATCH] nightly-ipk/deb: drop some test suites for sato-sdk

2014-04-01 Thread Stefan Stanacar
We don't have these on dora and I'd prefer not to check for each valid test in RunSanity. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config.master/nightly-deb.conf | 2 +- buildset-config.master/nightly-ipk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[yocto] [PATCH 1/1] refpolicy: Updated FILESEXTRAPATHS_prepend value

2014-04-01 Thread Alexandru . Vaduva
From: Alexandru.Vaduva alexandru.vad...@enea.com The value was defined as: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-${PV}: and changed it to: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-2.20130424: becase the bb that inherit this overwrites the PV every time, changing its name.

[yocto] Yocto Project Developer Day at ELC 2014

2014-04-01 Thread Toby Flynn
Are there plans to have a Yocto Developer Day on the Monday before the ELC this year as in Past years? Toby -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-01 Thread Meenakumari Shedole
This is regarding 1080p mp4 playback case. We are using gstreamer0.10.36 for our 1080p mp4 playback and we have used following gstraemer pipeline. filesrc- decodebin-queue-ffmpegcolorspace-xvimagesink Here we are facing lot of buffer drop and video is displaying like slow motion so, we think

Re: [yocto] Yocto Project Developer Day at ELC 2014

2014-04-01 Thread Jeff Osier-Mixon
Hi Toby - we are not holding a Developer Day at ELC this year, unfortunately. YP will be there with a booth and some demos. There is a 2-day OE/YP hackathon for project developers planned following ELC () but it is specifically for face-to-face work on the project itself, not for training. We do

[yocto] berlios.de git clone connection refused

2014-04-01 Thread Darcy Watkins
What is being done about the fetch failures at berlios.de? This has broken jamvm. Are there other projects affected by this? From what I can google about it, berios.de was supposed to shut down over a year ago with projects migrated to sourceforge. --

[yocto] [PATCH 0/1] Changed refpolicy value FILESEXTRAPATHS_prepend

2014-04-01 Thread Alexandru . Vaduva
From: Alexandru.Vaduva alexandru.vad...@enea.com The value was defined as: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-${PV}: and changed it to: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-2.20130424: because the bb that inherit this overwrites the PV every time, changing its

[yocto] [PATCH 1/1] refpolicy: Updated FILESEXTRAPATHS_prepend value

2014-04-01 Thread Alexandru . Vaduva
From: Alexandru.Vaduva alexandru.vad...@enea.com The value was defined as: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-${PV}: and changed it to: FILESEXTRAPATHS_prepend := ${THISDIR}/refpolicy-2.20130424: becase the bb that inherit this overwrites the PV every time, changing its name.

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, April 1, 2014 8:00 AM US Pacific Time

2014-04-01 Thread Jolley, Stephen K
Attendees: Stephen, Jefro, Alex, Scott R., Tom Z., Bali, Sean Hudson, Michael B., Matthew, Richard, Belen, Michael, Nitin, Cristian, Paul, * Opens collection - 5 min (Stephen) * Yocto 1.6 status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.6_Status

[yocto] ADT/SDK and cmake - generating the toolchain/cmake config

2014-04-01 Thread Jonathan Austin
Hi all, The ADT documentation walks you through building an 'app' using autoconf/make, and the environment setup script that is created as part of the SDK build contains all the necessary autofoo/environment variables. This is great, and I've worked through the autotools example happily.

[yocto] Eclipse+Webos

2014-04-01 Thread Сергей Кривонос
Hi, How to import OpenWebos project using Yoctos Eclipse plugin? Thanks, Sergei Krivonos skype: sergio_krivonos -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Is Python Tkinter available for Yocto

2014-04-01 Thread Jens Lucius
Hi, I am a little bit confused if Python Tkinter is included as a package for python in the Yocto system. Pro: - The output of bitbake -e python | grep ^PACKAGES= shows a package called python-tkinter. - In tmp/work/armv6-vfp-poky-linux-gnueabi/python/2.7.3-r0.3/packages-split there is a

Re: [yocto] [yocto-autobuilder][PATCH] nightly-multilib: don't build lsb image

2014-04-01 Thread Flanagan, Elizabeth
Pulled into master, thanks! -b On Tue, Apr 1, 2014 at 3:47 AM, Stefan Stanacar stefanx.stana...@intel.com wrote: We shouldn't build an lsb image here as this isn't a poky-lsb build. There is a pending patch on oe-core that will break this build if we don't remove it and it doesn't buys us

Re: [yocto] Yocto cross-compile for Galileo

2014-04-01 Thread Woodyatt, James
Mr. Beiser— I don’t think the specifics you want have been written down. We haven’t investigated using Eclipse for cross-development with Galileo, but it seems reasonable to expect that you should be able to follow the instructions in the Quark Board Support Package Guide to build a toolchain.

Re: [yocto] ADT/SDK and cmake - generating the toolchain/cmake config

2014-04-01 Thread Philip Balister
On 04/01/2014 09:22 AM, Jonathan Austin wrote: Hi all, The ADT documentation walks you through building an 'app' using autoconf/make, and the environment setup script that is created as part of the SDK build contains all the necessary autofoo/environment variables. This is great, and I've

[yocto] 1.6_M5.rc2 will soon be available

2014-04-01 Thread Flanagan, Elizabeth
The next rc for the upcoming 1.6 daisy release will be available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.6_M5.rc2 Unknown Please begin QA as soon as possible. bitbake f0a1a3e24757f7658d272035620465f92a3e4c3c eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37

Re: [linux-yocto] yocto-layer vs bsp-layer : criteria of choice of approach toward a custom image

2014-04-01 Thread Darren Hart
From: New B new...@yahoo.com Date: Monday, March 31, 2014 at 16:27 To: linux-yocto linux-yocto@yoctoproject.org Subject: [linux-yocto] yocto-layer vs bsp-layer : criteria of choice of approach toward a custom image Hi, I am v new to yocto; read most of the doc'n and skimmed through the

Re: [linux-yocto] [PATCH 1/1] intel-common: Add mohonpeak BSP

2014-04-01 Thread Darren Hart
On 3/25/14, 17:48, boon.leong@intel.com boon.leong@intel.com wrote: From: Ong Boon Leong boon.leong@intel.com Add mohonpeak 32-bit 64-bit BSP into intel-common. Signed-off-by: Ong Boon Leong boon.leong@intel.com Acked-by: Darren Hart dvh...@linux.intel.com ---

Re: [linux-yocto] [PATCH][3.10][meta] intel-common: Add preempt-rt ktype targets

2014-04-01 Thread Bruce Ashfield
On 2014-03-31, 7:34 PM, Darren Hart wrote: Add the preempt-rt ktype scc targets for the intel-core2-32 and intel-corei7-64 BSPs. These are also the intel-common configuration used for all intel-common compatible BSPs. I assume you want this on 3.14 and -dev as well ? It looks fine to me,