[yocto] 1.5_M5 status

2013-09-18 Thread Flanagan, Elizabeth
All, Today we attempted a build of rc3. The build had obvious immediate issues. We are now building out our rc4 build. It should be available soon at: http://autobuilder.yoctoproject.org/pub/releases/1.5_M5.rc4 Please begin QA testing on this as soon as possible. poky 853bc53cd58a621918f0e5ce66

Re: [yocto] [meta-selinux] Install policy headers and include them in the refpolicy dev package.

2013-09-18 Thread Philip Tricca
On 09/18/2013 09:10 PM, Philip Tricca wrote: > On 09/17/2013 09:17 PM, Philip Tricca wrote: >> This patch is pretty straight forward: All we do is call the >> 'install-headers' make target at the end of do_install. We then add >> the interface 'include' directory to the dev package. This allows >>

Re: [yocto] [DYLAN] RPATH issue with qt5's qtwebkit

2013-09-18 Thread Trevor Woerner
Hi Fathi, On 18 September 2013 17:52, Fathi Boudra wrote: > afaics, most distro are using chrpath hack to get rid of it in > QtWebProcess and QtWebPluginProcess. That's good to know. For some odd reason (as Martin pointed out) the chrpath hack in OE doesn't always seem to kick in. In my case it

Re: [yocto] [meta-selinux] Install policy headers and include them in the refpolicy dev package.

2013-09-18 Thread Philip Tricca
On 09/17/2013 09:17 PM, Philip Tricca wrote: > This patch is pretty straight forward: All we do is call the > 'install-headers' make target at the end of do_install. We then add > the interface 'include' directory to the dev package. This allows > projects that ship their own SELinux policy (not in

[yocto] [ANNOUNCEMENT] 1.5_M4 released

2013-09-18 Thread Flanagan, Elizabeth
Hello, The latest milestone release of the Yocto Project's upcoming 1.5 release is now available for download at: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.5-m4/poky-1.5_M4.tar.bz2 Thanks go out to everyone for all their hard work during this release! Sincerely, Eliza

Re: [yocto] [DYLAN] RPATH issue with qt5's qtwebkit

2013-09-18 Thread Fathi Boudra
On 17 September 2013 04:23, Trevor Woerner wrote: > Hi Fathi, > > On 26 August 2013 07:11, Fathi Boudra wrote: >> I haven't checked how qtwebkit is built or meta-qt5, but the Qt's >> configure has -no-rpath option. A grep on meta-qt5 doesn't show any >> usage of it. > > A "-no-rpath" option looks

[yocto] state machine for X86_64 beaglebone zedboard & pic32.

2013-09-18 Thread Edward Vidal
Hello, I have test QPC which is state machine on my beagleboard and zedboard. This product provides a good method for developing application that are need for Real Time appliction . http://www.state-machine.com/ There is considerable information at this site. I shared several e-mails with Dr. Mir

Re: [yocto] adding custom packages to Yocto build

2013-09-18 Thread Paul Eggleton
Hi Arun, On Wednesday 18 September 2013 18:06:50 arun kumar wrote: > I recently built my first build using Yocto and am new to OpenEmbedded > based build systems. > > How can i add/ configure what packages are built into the image? > I want OpenCV to be present in the image that i build, what is

Re: [yocto] yocto armhf & armel on zedboard

2013-09-18 Thread Nicolas Dechesne
On Wed, Sep 18, 2013 at 4:35 PM, Edward Vidal wrote: > While trying to add additional software I came across a problem. Ubuntu > uses armhf and the packages I had built with Yocto use armel. > Is there a license issue with building with armhf instead of armel with > Yocto? > > not at all. it is u

[yocto] yocto armhf & armel on zedboard

2013-09-18 Thread Edward Vidal
LD_SYS = "x86_64-linux" NATIVELSBSTRING = "Fedora-18" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "zedboard" DISTRO= "poky" DISTRO_VERSION= "1.4+snapshot-20130918" TUNE_FEATURES = &qu

[yocto] What libc features are needed for proper large file support?

2013-09-18 Thread Hans Beckérus
We are having some problems building e2fsprogs using our custom distro based on poky-tiny. The error we get is typically: e4defrag.c:1958: undefined reference to `nftw64' So, it seems some libc feature in addition is missing to get proper working support for the large file API. Below is a compari

[yocto] adding custom packages to Yocto build

2013-09-18 Thread arun kumar
I recently built my first build using Yocto and am new to OpenEmbedded based build systems. How can i add/ configure what packages are built into the image? I want OpenCV to be present in the image that i build, what is the procedure to do that. Links to appropriate documents shall be appreciated

Re: [yocto] QMake & externalsrc incompatible?

2013-09-18 Thread Anders Darander
Paul Eggleton wrote: >On Wednesday 18 September 2013 10:47:56 Anders Darander wrote: >> * Brad Litterell [130917 21:20]: >> > I have a number of QT components that have qmake style .pro files. >> > >> > In my recipe I inherit both externalsrc & qmake2. I'm using qmake2 >based >> > on the quic

Re: [yocto] QMake & externalsrc incompatible?

2013-09-18 Thread Paul Eggleton
On Wednesday 18 September 2013 10:47:56 Anders Darander wrote: > * Brad Litterell [130917 21:20]: > > I have a number of QT components that have qmake style .pro files. > > > > In my recipe I inherit both externalsrc & qmake2. I'm using qmake2 based > > on the quicky sample recipe since I don't

Re: [yocto] Problems building util-linux when wide character support is disabled in distro

2013-09-18 Thread Hans Beckérus
On Wed, Sep 18, 2013 at 10:12 AM, Paul Eggleton wrote: > Hi Hans, > > On Tuesday 17 September 2013 21:14:50 Hans Beckerus wrote: >> The way forward as I can see right >> now is to revert and put back the wide character support in libc. Unless I >> can figure out why util-linux is actually being bu

Re: [yocto] QMake & externalsrc incompatible?

2013-09-18 Thread Anders Darander
* Brad Litterell [130917 21:20]: > I have a number of QT components that have qmake style .pro files. > In my recipe I inherit both externalsrc & qmake2. I'm using qmake2 based on > the quicky sample recipe since I don't need X11 or the other GUI libraries. I've got a similar recipe setup for s

Re: [yocto] Problems building util-linux when wide character support is disabled in distro

2013-09-18 Thread Paul Eggleton
Hi Hans, On Tuesday 17 September 2013 21:14:50 Hans Beckerus wrote: > The way forward as I can see right > now is to revert and put back the wide character support in libc. Unless I > can figure out why util-linux is actually being built in the first place? > What can cause dependencies to this pa