[yocto] Qt on Wandboard-solo with Yocto -Problem

2014-08-04 Thread Nilesh Kokane
Hello, If anyone can help me to sought out the this issue to built up Qt on wandboard-Solo with yocto. Based on the url http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard I altered the local.conf and the bblayers.confand gave a bitbake core-image-minimal with DISTRO_FEAT

Re: [yocto] yocto Digest, Vol 46, Issue 109

2014-08-04 Thread Pushpa Teja
HI, Already it was there in my local.conf file .Then also getting the same error . Regards, pushpa > Date: Sat, 2 Aug 2014 13:24:10 -0700 > From: raj.k...@gmail.com > To: pus...@jtechindia.in > CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org; > sadasiva...@jtechindia.com > Su

Re: [yocto] better example than "clutter" for multiple versions of same lib?

2014-08-04 Thread Khem Raj
On Mon, Aug 4, 2014 at 10:26 AM, Robert P. J. Day wrote: > > in current dev manual, "5.5.3. Installing Multiple Versions of the > Same Library", one reads: > > "As an example, the following two recipes would allow the two > separate versions of the clutter library to co-exist on the same > syste

[yocto] why is there no mention of merge_config.sh in kernel dev manual?

2014-08-04 Thread Robert P. J. Day
still perusing dev manual, section on creating a tiny image mentions kernel-related merge_config.sh utility, but there is nary a mention of that utility in the entire kernel dev manual, which seems odd. rday -- Robert P

[yocto] better example than "clutter" for multiple versions of same lib?

2014-08-04 Thread Robert P. J. Day
in current dev manual, "5.5.3. Installing Multiple Versions of the Same Library", one reads: "As an example, the following two recipes would allow the two separate versions of the clutter library to co-exist on the same system: clutter-1.6_1.6.20.bb clutter-1.8_1.8.4.bb given that

[yocto] [meta-security][PATCH V2] tomoyo: ccs-tools

2014-08-04 Thread Armin Kuster
Add userland support program ccs-tools V2: Added RDEPEND on systemd Fixed Description Moved man page to doc packaged Added Requiered distro feature on kernel component. Fixed typo in path for init program Signed-off-by: Armin Kuster --- recipes-security/ccs-tools/README | 12 +++

[yocto] [meta-security][PATCH V2] tomoyo: Add kconfig

2014-08-04 Thread Armin Kuster
V2: Fixed path to init program Fix typo in name Add kernel config to enable tomoyo Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto/tomoyo.cfg| 7 +++ recipes-kernel/linux/linux-yocto/tomoyo.scc| 4 recipes-kernel/linux/linux-yocto_3.14.bbappend | 4 3 file

Re: [yocto] automated hardware testing

2014-08-04 Thread Paul Eggleton
On Sunday 03 August 2014 11:41:50 gm...@reliableembeddedsystems.com wrote: > On 2014-07-14 05:46, Paul Eggleton wrote: > > Some of the capabilities in this area were added after 1.6, i.e. they > > are only in master. > > I use a pretty recent yocto-autobuilder, but I guess I will need to > update

Re: [yocto] automated hardware testing

2014-08-04 Thread gmane
Hi, On 2014-07-14 05:46, Paul Eggleton wrote: Absolutely. As a starting point I'd recommend the following section of the manual: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#performing-automated-runtime-testing Thanks! Some of the capabilities in this area were ad

Re: [yocto] automated hardware testing

2014-08-04 Thread gmane
Hi, On 2014-07-21 08:35, Stoicescu, CorneliuX wrote: Hello Robert, Sorry for the late reply, I missed this mail. We do have an almost fully automated way of doing what you need. First of all, how do you want to run the automated tests? From the autobuilder as a build step OR from another machi

[yocto] Build gstreamer and Qt5 to use QCamera

2014-08-04 Thread Николай Матюнин
Hello! I'm trying to build the core-image-base with Qt5 and gstreamer to use QCamera on the target device. The platform configuration is imx6qsabrelite which doesn't have X11. However, I've got the following error during the gst-fsl-plugin compilation: | /home/mtuner/Work/_sources/fsl-bsp/build/t

[yocto] what are the *required* variables for defining a new distro?

2014-08-04 Thread Robert P. J. Day
i asked about this on OE list but since this affects the yocto dev manual, i thought i'd ask here as well as i can fold the result into another doc patch. section 5.10 of dev manual: http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#creating-your-own-distribution claims:

Re: [yocto] How to determine which tasks bitbake just ran?

2014-08-04 Thread Barros Pena, Belen
On 12/06/2014 19:53, "Patrick Doyle" wrote: >But I notice that tmp/work/arm/myrecipe still exists, so, in my >paranoia, I like to rm -rf tmp/work/arm/myrecipe just to make >sure that my clean slate really is clean Toaster might help with that paranoia thing too ;) It will show you which tasks

[yocto] [yocto-docs][PATCH] dev-manual: Minor cleanups in Section 5.9.

2014-08-04 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index a373f92..3ac3049 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common

Re: [yocto] [Tizen General] Build Tizen with yocto work-flow

2014-08-04 Thread Alex J Lennon
On 04/08/2014 08:52, Kévin THIERRY wrote: > > On 02/08/2014 17:35, Alex J Lennon wrote: >> On 01/08/2014 17:36, Alex J Lennon wrote: >>> On 01/08/2014 16:38, Alex J Lennon wrote: > I don't know either but I think it's best to be compliant with both > bash and dash, I will try to correct th

Re: [yocto] [Tizen General] Build Tizen with yocto work-flow

2014-08-04 Thread Kévin THIERRY
On 02/08/2014 17:35, Alex J Lennon wrote: On 01/08/2014 17:36, Alex J Lennon wrote: On 01/08/2014 16:38, Alex J Lennon wrote: I don't know either but I think it's best to be compliant with both bash and dash, I will try to correct those issues in order to be dash-compliant. Thanks a lot for th

Re: [yocto] [Tizen General] Build Tizen with yocto work-flow

2014-08-04 Thread Kévin THIERRY
On 02/08/2014 11:35, Alex J Lennon wrote: On 01/08/2014 22:55, Richard Purdie wrote: On Fri, 2014-08-01 at 15:13 +0100, Alex J Lennon wrote: Getting some errors here having followed the "Using Scripts" section. I am guessing it might be as I'm using Ubuntu 14.04 LTS x64 This is for MACHINE=g