[yocto] Weekly build availability

2013-07-17 Thread Flanagan, Elizabeth
Sorry for the lateness of the build. The artifacts should be available soon at: http://autobuilder.yoctoproject.org/pub/nightly/20130717-2 meta-fsl-arme2f010bec19aef73b4731cb4f66c7412d59b265c meta-fsl-ppc93c57323edc118eb8905980348ad3888664f2382 meta-intel

[yocto] Qt4.8 - qt4-x11-free does not compile if host has qt-mobility installed

2013-07-17 Thread Stefano Babic
Hi all, I have found that qt4 does not compile clean if the host PC (in my case a Ubuntu 12.04) has the library libQtSensors installed (package qtmobility-dev). The issue is related to the package qt4-x11-free (qt4-x11-free-4.8.4-r50.3), and it is related to QtWebkit. For some reasons I have

[yocto] OpenCV libraries missing after build is successful

2013-07-17 Thread Zafrullah Syed
Hi all, I appended OpenCV and Gstreamer plugins to Image and made a build. Build is successful without any errors but OpenCV libraries are missing in rootfs.tar.bz2 I searched for libs( libopencv_core.so, libhighgui.so, libOpenCV.so ) in /usr/bin, /usr/lib and the whole archive but unable to

Re: [yocto] Yocto + meta-networking

2013-07-17 Thread Brian Hutchinson
On Tue, Jul 16, 2013 at 5:28 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Brian, On Tuesday 16 July 2013 17:06:46 Brian Hutchinson wrote: What is the right way of adding the meta-networking to Yocto? I'm obviously not doing something right. At the poky directory level, I

Re: [yocto] Yocto + meta-networking

2013-07-17 Thread Paul Eggleton
On Wednesday 17 July 2013 08:56:34 Brian Hutchinson wrote: Thanks Paul, I worried about mixing branches since I've never tried that before. The only reason I picked Denzil is because I need ti816x support and Dylan and Danny don't have machine confs for it in meta-ti. So what would be

Re: [yocto] Yocto + meta-networking

2013-07-17 Thread Brian Hutchinson
On Wed, Jul 17, 2013 at 9:03 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 17 July 2013 08:56:34 Brian Hutchinson wrote: Thanks Paul, I worried about mixing branches since I've never tried that before. The only reason I picked Denzil is because I need ti816x support

[yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Saddam Quirem
I've developing an application that uses libcurl using SFTP to transfer data. When I finally cross-compiled my application and and tested it, it would print this message: Protocol sftp not supported or disabled in libcurl. This means that the libcurl package I built did not have SSH enabled. I'm

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Luo Zhenhua-B19537
Add --with-libssh2 when configure curl. Best Regards, Zhenhua -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Saddam Quirem Sent: Wednesday, July 17, 2013 9:43 PM To: yocto@yoctoproject.org Subject: [yocto] Enabling

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread squirem
Luo Zhenhua-B19537 B19537@... writes: Add --with-libssh2 when configure curl. I found that the curl bitbake recipe has the --without-libssh2 configuration option set. I'll try changing that option and seeing what happens. I appreciate the help.

Re: [yocto] [meta-yocto][dylan][PATCH] linux-yocto: Fix SRCREVs in linux-yocto_3.2

2013-07-17 Thread Paul Barker
On 13 July 2013 16:19, Paul Barker p...@paulbarker.me.uk wrote: The KERNEL_VERSION set by linux-yocto_3.2.bb in openembedded-core is 3.2.32 but the SRCREVs in the bbappend in meta-yocto-bsp referred to version 3.2.18. These SRCREVs are updated to the correct values. Signed-off-by: Paul

Re: [yocto] [meta-yocto][dylan][PATCH] linux-yocto: Fix SRCREVs in linux-yocto_3.2

2013-07-17 Thread Bruce Ashfield
On Sat, Jul 13, 2013 at 11:19 AM, Paul Barker p...@paulbarker.me.uk wrote: The KERNEL_VERSION set by linux-yocto_3.2.bb in openembedded-core is 3.2.32 but the SRCREVs in the bbappend in meta-yocto-bsp referred to version 3.2.18. These SRCREVs are updated to the correct values. Looks good,

[yocto] Problem with AUTOINC and ipk

2013-07-17 Thread Tino Breddin
Hi there, We are having problems with using AUTOINC together with the ipk package format. I'm not sure whether this issue applies to rpm and deb as well. Given the following configuration in a recipe: SRCREV = AUTOINC PV = git${SRCPV} PR = r0 The generated package will have a version like

[yocto] Qt4.8 - qt4-x11-free does not compile if host has qt-mobility installed

2013-07-17 Thread Edward Vidal
Hello, see my post zedboard gnuradio. see the reply provided by Paul I know gnuradio depends on qt-mobile Let me know if this helps. cheers ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Problem with AUTOINC and ipk

2013-07-17 Thread Martin Jansa
On Wed, Jul 17, 2013 at 01:14:16PM +0200, Tino Breddin wrote: Hi there, We are having problems with using AUTOINC together with the ipk package format. I'm not sure whether this issue applies to rpm and deb as well. Given the following configuration in a recipe: SRCREV = AUTOINC PV =

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread squirem
Luo Zhenhua-B19537 B19537@... writes: Add --with-libssh2 when configure curl. It seems that poky did not come with libssh2. I'm also having some issues cross-compiling the library myself. Any thoughts? ___ yocto mailing list yocto@yoctoproject.org

[linux-yocto] [PATCH v2] ti81xx: Fix buffer overflow error in sysfs pin-mux interface.

2013-07-17 Thread Graeme Smecher
This bug was introduced in commit d00bf72d119d98b2a19b48b2eebdc8b5b657284d. The declaration of the mode variable didn't reserve enough space for ti816x or ti814x strings. The result was corruption when displaying files in /sys/kernel/debug/omap_mux. Signed-off-by: Graeme Smecher

Re: [yocto] OpenCV libraries missing after build is successful

2013-07-17 Thread Gary Thomas
On 2013-07-17 05:23, Zafrullah Syed wrote: Hi all, I appended OpenCV and Gstreamer plugins to Image and made a build. Build is successful without any errors but OpenCV libraries are missing in rootfs.tar.bz2 I searched for libs( libopencv_core.so, libhighgui.so, libOpenCV.so ) in /usr/bin,

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, July 16, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-07-17 Thread Liu, Song
Attendees: AlexG, ScottR, TomZ, DaveST, Saul, JeffP, Belen, MichaelH, Paul, Nitin, Beth, Christian, MatthewW, Jessica, MarkH, BruceA, Ramana, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status .

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-17 Thread Rich Bayliss
I am building rpi-basic-image and I get a successful build and first-run. My Pi gets an address over DHCP and I can login over SSH. However, if I pull the power/reboot - then on the next start-up my network stays down. On the local console, if I issue ifup eth0 I am told the interface is already

Re: [yocto] [yocto-autobuilder][PATCH 0/3] Enabling of the new testimage class for sanity tests

2013-07-17 Thread Flanagan, Elizabeth
So, after the oe-core failure last night that was due to how we determine when to use the new testimage, this has kind of bumped up the need for the autobuilder to start using LAYERVERSION_* as a means of determinating major functionality changes. In this example, we've essentially broken

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Luo Zhenhua-B19537
Seems libssh2 is not included in oe-core and meta-oe, you should add recipe for libssh2 firstly. Best Regards, Zhenhua -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of squirem Sent: Wednesday, July 17, 2013 11:42 PM