Re: [yocto] how to set LICENSE for llvm in .bb file

2014-04-02 Thread Burton, Ross
On 3 April 2014 03:16, Guo, Yejun wrote: > I'm adding package llvm which has its own license: University of > Illinois/NCSA Open Source License, see at > http://llvm.org/releases/3.4/LICENSE.TXT . I tried something for LICENSE in > .bb file, but is not recognized by the system. Could you pleas

Re: [yocto] Eclipse+Webos

2014-04-02 Thread Zhang, Jessica
Hi Sergei, Are you talking about importing webos meta data? You can try to do a local clone of the webos, then in Eclipse create a bitbake commander project. For the project locations, enter the directory that contains the webos meta data directory, for the project name, enter your webos meta

[yocto] 1.6_M4 Released

2014-04-02 Thread Flanagan, Elizabeth
The fourth milestone for the Yocto Project 1.6 release (daisy-11.0.0) is now available at: http://downloads.yoctoproject.org/releases/yocto/milestones/1.6_M4/ poky 1960f6b2ecbb793b40ebc9aed25c8f9cb7884c9a eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 1dfe1d2f1322b

Re: [yocto] how to set LICENSE for llvm in .bb file

2014-04-02 Thread Guo, Yejun
Thanks Elizabeth! -Original Message- From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] Sent: Thursday, April 03, 2014 1:16 PM To: Guo, Yejun Cc: yocto@yoctoproject.org Subject: Re: [yocto] how to set LICENSE for llvm in .bb file As it's not going into core, I would the lic

Re: [yocto] how to set LICENSE for llvm in .bb file

2014-04-02 Thread Flanagan, Elizabeth
As it's not going into core, I would the license to your layer by adding a custom license directory to your layer.conf: # Additional license directories. LICENSE_PATH += "${LAYERDIR}/custom-licenses" Place the license in custom-license. I'd name it NCSA-1.0. Then I would reference that in your .b

[yocto] how to set LICENSE for llvm in .bb file

2014-04-02 Thread Guo, Yejun
Hi, I'm adding package llvm which has its own license: University of Illinois/NCSA Open Source License, see at http://llvm.org/releases/3.4/LICENSE.TXT . I tried something for LICENSE in .bb file, but is not recognized by the system. Could you please let me know how to set this value? Thanks a

[yocto] "qt-gstreamer do_install issue"

2014-04-02 Thread Andrey Telepin
Hello All! I write .bb file for qt-gstreamer, all steps seems to by normal, but on do_install i get next error: ERROR: QA Issue: qt-gstreamer: Files/directories were installed but not shipped /usr/lib /usr/local /usr/lib/gstreamer-0.10 /usr/lib/gstreamer-0.10/libgstqtvideosink.so

[yocto] [meta-selinux][PATCH 1/1] mesa: add dependency on libselinux-native

2014-04-02 Thread Joe Slater
mesa builds a host utility named builtin_compiler, and that needs selinux, too, if --enable-selinux is specfied to configure. Signed-off-by: Joe Slater --- recipes-graphics/mesa/mesa_9.1.6.bbappend |5 + 1 file changed, 5 insertions(+) diff --git a/recipes-graphics/mesa/mesa_9.1.6.bbapp

[yocto] busybox: ifplugd link not removed on upgrade

2014-04-02 Thread Bryan Evenson
All, I'm on poky/dylan, and previously I had BusyBox configured to use ifplugd. I am changing things around and I have removed the ifplugd configuration option. When I upgraded Busybox on my target device, the /usr/bin/ifplugd soft link stayed. I verified that ifplugd is no longer listed in

Re: [yocto] [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Paul Barker
On 2 April 2014 18:13, Khem Raj wrote: > On Wed, Apr 2, 2014 at 10:03 AM, Paul Barker wrote: >> You've fixed util-linux in a different way to me, I added qsort_r to >> musl > > this won't fly in musl community. > > whereas you've removed it's use from util-linux. I'm not bothered >> which one we

Re: [yocto] [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Khem Raj
On Wed, Apr 2, 2014 at 10:03 AM, Paul Barker wrote: > You've fixed util-linux in a different way to me, I added qsort_r to > musl this won't fly in musl community. whereas you've removed it's use from util-linux. I'm not bothered > which one we use if both work. We do now have 4 people looking a

Re: [yocto] [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Paul Barker
On 2 April 2014 17:35, Khem Raj wrote: > > I have got core-image-minimal building for arm now. All changes are > pushed to contrib tree this includes util-linux fixes too. > You've fixed util-linux in a different way to me, I added qsort_r to musl whereas you've removed it's use from util-linux.

Re: [yocto] [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-04-02 Thread Khem Raj
On Mon, Mar 31, 2014 at 12:01 PM, Otavio Salvador wrote: > On Mon, Mar 31, 2014 at 12:21 PM, Paul Barker wrote: >> On 30 March 2014 17:48, Khem Raj wrote: >>> On Sun, Mar 30, 2014 at 8:43 AM, Paul Barker wrote: On 30 March 2014 05:17, Khem Raj wrote: > On Thu, Mar 27, 2014 at 5:53 AM,

Re: [linux-yocto] [PATCH 5/6] x32: Drop x32 config

2014-04-02 Thread Stanacar, StefanX
On Wed, 2014-04-02 at 00:19 -0700, Darren Hart wrote: > CONFIG_X86_32 is a non-selectable configuration item, automatically set > by ARCH and !CONFIG_64BIT. There are no users of the .cfg nor the .scc. > Delete them. > > Signed-off-by: Darren Hart > --- > meta/cfg/kernel-cache/cfg/x32.cfg |

Re: [yocto] berlios.de git clone connection refused

2014-04-02 Thread Darcy Watkins
Hi, After two+ days trying the anonymous git protocol and even trying to get an account from berlios.de all I get are connection refused for anonymous access permission related errors when attempting to use SSH. This happens with any git project there (OK I just randomly sampled a few), not ju

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

2014-04-02 Thread Dipesh Karmakar
We have checked avi, mp4, 3gp, ogv and many other extensions with gst-launch-0.10 playbin, all are playing properly except 1080p-mp4; its playing kind of slow-motion taking cpu usage >60%. Log reveals, lots of buffer drop in sink side. gst-launch-0.10 playbin2 + mp4/avi is failing with followi

Re: [yocto] copying media files to qemux86

2014-04-02 Thread Iorga, Cristian
Hello, By media files, you mean music or video files? If so, depending on the image (if it has ssh support), you can copy into /home/root using scp after you boot the image. I have use this to test mp3 playback, for example with some audio files. Regards, Cristian Iorga YP Intel Corporation Fr

Re: [yocto] copying media files to qemux86

2014-04-02 Thread Bhushan Shirsath
Thanks Ross. got it done using scp. On Wed, Apr 2, 2014 at 4:49 PM, Burton, Ross wrote: > On 2 April 2014 12:06, Bhushan Shirsath wrote: > > I'm able to successfully launch "runqemu qemux86". > > Now i intend to test the media libs built using Yocto on qemu currently. > > Is it possible to tr

Re: [yocto] copying media files to qemux86

2014-04-02 Thread Burton, Ross
On 2 April 2014 12:06, Bhushan Shirsath wrote: > I'm able to successfully launch "runqemu qemux86". > Now i intend to test the media libs built using Yocto on qemu currently. > Is it possible to transfer/copy media files to qemux86 emulator ? > > I tried copying files to tmp/sysroots/qemux86/ but

[yocto] copying media files to qemux86

2014-04-02 Thread Bhushan Shirsath
Hi, I'm able to successfully launch "runqemu qemux86". Now i intend to test the media libs built using Yocto on qemu currently. Is it possible to transfer/copy media files to qemux86 emulator ? I tried copying files to tmp/sysroots/qemux86/ but it didn't work. Thanks, --bhushan -- _

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

2014-04-02 Thread Burton, Ross
On 1 April 2014 10:05, Meenakumari Shedole wrote: > 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 wind

[yocto] qt-gstreamer do_install issue

2014-04-02 Thread Andrey Telepin
Hello All! I write .bb file for qt-gstreamer, all steps seems to by normal, but on do_install i get next error: ERROR: QA Issue: qt-gstreamer: Files/directories were installed but not shipped /usr/lib /usr/local /usr/lib/gstreamer-0.10 /usr/lib/gstreamer-0.10/libgstqtvideosink.so

Re: [yocto] berlios.de git clone connection refused

2014-04-02 Thread Iorga, Cristian
Hello, Patches and solving issues are always welcome. From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Darcy Watkins Sent: Tuesday, April 1, 2014 5:52 PM To: yocto@yoctoproject.org Subject: [yocto] berlios.de git clone connection refused What is being don