Re: [yocto] Binary {deb,rpm} package install without repackaging

2014-04-29 Thread Richard Leitner - SKIDATA
Hi, thanks for that hint! I finally managed to install a "third party" deb package using the ROOTFS_POSTPROCESS_COMMAND [1] in my rootfs.bb recipe. Although I not fully understand why the "--admindir" parameter is required when the "--root" parameter is given. The ROOTFS_POSTPROCESS_COMMAND I'm

Re: [yocto] quilt-native fails on tar version 1.27.1

2014-04-29 Thread Jegan Chandru
Hi, Only Yocto version 1.6 supports Ubuntu 14.04 LTS. I hope you are using that. if you are using <1.6 Ubuntu 14.04 LTS is not in supported distros. http://www.yoctoproject.org/docs/1.6/ref-manual/ref-manual.html#detailed-supported-distros http://www.yoctoproject.org/docs/1.5/ref-manual/ref-manua

Re: [yocto] quilt-native fails on tar version 1.27.1

2014-04-29 Thread Mirza Krak
On 2014-04-29 09:53, Jegan Chandru wrote: Hi, Only Yocto version 1.6 supports Ubuntu 14.04 LTS. I hope you are using that. if you are using <1.6 Ubuntu 14.04 LTS is not in supported distros. I am actually working with 1.4 so should probably update. http://www.yoctoproject.org/docs/1.6/ref-ma

Re: [yocto] quilt-native fails on tar version 1.27.1

2014-04-29 Thread Paul Eggleton
On Tuesday 29 April 2014 13:23:36 Jegan Chandru wrote: > On Tue, Apr 29, 2014 at 11:30 AM, Mirza Krak > wrote: > > I recently updated my Ubuntu PC to 14.04 LTS which broke yocto builds. > > > > From what I can see is that there seems to be an issue with the tar > > command and quilt-native recipe.

Re: [yocto] building qtbase for raspberry pi fails

2014-04-29 Thread Felix01 Fischer
I've been able to narrow my problem futher down: the meta-raspberrypi layer contains a bb called "userland_git.bb" (meta-raspberrypi/recipes-graphics/userland/userland_git.bb). the source for this layer is github.com/raspberrypi/userland.git. I cloned this repository and searched for the undefin

Re: [yocto] building qtbase for raspberry pi fails

2014-04-29 Thread Vaduva alexandru
Did you tried copying the glxx library into the rootfs lib directory? On Tuesday, April 29, 2014 2:38 PM, Felix01 Fischer wrote: I've been able to narrow my problem futher down: the meta-raspberrypi layer contains a bb called "userland_git.bb" (meta-raspberrypi/recipes-graphics/userland/user

[yocto] Antwort: Re: building qtbase for raspberry pi fails

2014-04-29 Thread Felix01 Fischer
Unfortunately there is no library. After either "bitbake -c compile userland" or "bitbake userland" there are the source files (*.h *.c) and one named "*.c.o" but no *.o file exists Vaduva alexandru schrieb am 29.04.2014 14:10:48: > Von: Vaduva alexandru > An: Felix01 Fischer , > "yocto@yoc

Re: [yocto] Antwort: Re: building qtbase for raspberry pi fails

2014-04-29 Thread Vaduva alexandru
You may try and  find the headers containing those undefined functions and include them into rootfs, more exaclty into usr/include or similar. On Tuesday, April 29, 2014 3:56 PM, Felix01 Fischer wrote: Unfortunately there is no library. After either "bitbake -c compile userland" or "bitbake

Re: [yocto] Antwort: Re: building qtbase for raspberry pi fails

2014-04-29 Thread Vaduva alexandru
Another solution is point the location of the necessary headers to the compiler or the necessary task. I believe do_configure() one. On , Vaduva alexandru wrote: You may try and  find the headers containing those undefined functions and include them into rootfs, more exaclty into usr/include

[yocto] Missing kernel, modules and dtb for beaglebone on core-image-minimal

2014-04-29 Thread Diego Sueiro
Folks, I'm using daisy branch of yocto and I realized that kernel and dtb files were not present on /boot and there were no modules installed on /lib/modules/3.14.0-yocto-standard. Regards, -- *dS Diego Sueiro Administrador do Embarcados www.embarcados.com.br

Re: [yocto] Missing kernel, modules and dtb for beaglebone on core-image-minimal

2014-04-29 Thread Stefan Stanacar
That's not a bug :), it's intended. The README.hardware clearly states that for deploying a core-image-minimal you need to unpack the modules and copy the dtbs over. http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/README.hardware#n244 There is a reason for that, mainly beacause the way core-i

Re: [yocto] Missing kernel, modules and dtb for beaglebone on core-image-minimal

2014-04-29 Thread Diego Sueiro
Stefan, On Tue, Apr 29, 2014 at 11:32 AM, Stefan Stanacar wrote: > That's not a bug :), it's intended. The README.hardware clearly states > that for deploying a core-image-minimal you need to unpack the modules and > copy the dtbs over. > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/READ

Re: [yocto] Missing kernel, modules and dtb for beaglebone on core-image-minimal

2014-04-29 Thread Stefan Stanacar
On Tue, Apr 29, 2014 at 5:35 PM, Diego Sueiro wrote: > > Stefan, > > On Tue, Apr 29, 2014 at 11:32 AM, Stefan Stanacar wrote: >> >> That's not a bug :), it's intended. The README.hardware clearly states that >> for deploying a core-image-minimal you need to unpack the modules and copy >> the dt

[yocto] mount.nfs missing

2014-04-29 Thread Rich Wilson
I have a working target hardware, except that /sbin/mount.nfs is missing from my root fs. I was able to get nfs to work by manually copying mount.nfs (and brethren) from my development system to the SD card, but it would be nice to hot have to do this! In local.conf, I have added the following: M

[yocto] Antwort: Re: Antwort: Re: building qtbase for raspberry pi fails

2014-04-29 Thread Felix01 Fischer
Including the headers didn't work, because the dependencies wouldn't be fullfilled. I managed to get around the first error by manipulating the mkspecs and adding the full path of libGLESv2.so to it. The next error is that "eglDestroyContext" is not defined. Via "grep -r -i 'eglDestroyContext

[yocto] can one lay hands on a galileo-based dev kit?

2014-04-29 Thread Robert P. J. Day
i've just been asked to design a linux device drivers course based on the arduino-compatible intel galileo processor, so my first TODO item is to lay hands on a galileo-based dev kit, for which this looks like the obvious choice: https://software.intel.com/en-us/iotdevkit but that page says "u

Re: [yocto] can one lay hands on a galileo-based dev kit?

2014-04-29 Thread Alex J Lennon
On 29/04/2014 17:34, Robert P. J. Day wrote: > i've just been asked to design a linux device drivers course based > on the arduino-compatible intel galileo processor, so my first TODO > item is to lay hands on a galileo-based dev kit, for which this looks > like the obvious choice: > > https://s

Re: [yocto] can one lay hands on a galileo-based dev kit?

2014-04-29 Thread Robert P. J. Day
On Tue, 29 Apr 2014, Alex J Lennon wrote: > > On 29/04/2014 17:34, Robert P. J. Day wrote: > > i've just been asked to design a linux device drivers course based > > on the arduino-compatible intel galileo processor, so my first TODO > > item is to lay hands on a galileo-based dev kit, for which

[yocto] fsl-image-multimedia-full build failure on master branch

2014-04-29 Thread Mahyar Yaghmaee
Hello, I can not build fsl-image-multimedia-full as "fsl_debug.h" seems not to be present. here's the error log: | /home/mahyar/yocto/y02/build/tmp/work/nitrogen6x-poky-linux-gnueabi/gst-fsl-plugin/3.0.10-r0/gst-fsl-plugins-3.0.10/libs/vss/mfw_gst_vss_common.c:52:23: fatal error: fsl_debug.h: No

[linux-yocto] [PULL REQUEST] Kernel: 3.10 Branch: standard/axxia/base

2014-04-29 Thread Paul, Charlie
Bruce, Here is the pull request for the second set of patches Charlie The following changes since commit a72435875d8a4b4e5d61779dd823c59fd4180921: gpio: repairs merge comflict (2014-04-22 14:44:24 -0700) are available in the git repository at: g...@github.com:butlerpaul/lsikernel-3.10 sa

Re: [yocto] fsl-image-multimedia-full build failure on master branch

2014-04-29 Thread Eric Nelson
Hi Mahyar, On 04/29/2014 12:39 PM, Mahyar Yaghmaee wrote: Hello, I can not build fsl-image-multimedia-full as "fsl_debug.h" seems not to be present. here's the error log: This is the wrong forum for the question, and I suspect that this has something to do with Lauren's recent patch set for

Re: [yocto] 1.5.2.rc3 now available for QA

2014-04-29 Thread Saul Wold
On 04/28/2014 09:50 PM, Flanagan, Elizabeth wrote: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.5.2.rc3 bitbake 0a94e568152de550dedc8135a766beb18bf064ab eclipse-poky-juno 79cd3c6ff119526f3f85567253450d2e857afed0 eclipse-poky-kepler e842d41f05066df1533a2788e650f0be213ad5b5

[yocto] Adding qtwebkit fails do_rootfs in qt5

2014-04-29 Thread Manimehalai S
Hi, I have added meta-qt5 layer to my project and the filesystem settings are as below: IMAGE_INSTALL_append += " arm-benchmarks icu qtbase qtbase-tools qtbase-plugins qtbase-fonts qtbase-plugins qtwebkit cinematicexperience gstreamer qtdeclarative oprofile ethtool libstdc++ alsa-lib alsa-ut

Re: [yocto] can one lay hands on a galileo-based dev kit?

2014-04-29 Thread Trevor Woerner
On 29 April 2014 12:50, Robert P. J. Day wrote: > now if > anyone in canada wants to weigh in and point me at the best source for > one of these things, that would be great. Hi Robert, I found this company in B.C. via amazon.ca which appears to have some in stock: http://www.canakit.com/arduino-

Re: [yocto] can one lay hands on a galileo-based dev kit?

2014-04-29 Thread Trevor Woerner
PS. adafruit's website says they currently have them in stock: http://www.adafruit.com/products/1637 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] mount.nfs missing

2014-04-29 Thread Jegan Chandru
Hi, Could you please try adding nfs-utils-client?? I see this in nfs-utils recipe, {{{ FILES_${PN}-client = "${base_sbindir}/*mount.nfs* ${sbindir}/*statd \ }}} -JC On Tue, Apr 29, 2014 at 8:31 PM, Rich Wilson wrote: > I have a working target hardware, except that /sbin/mount.nfs > is missi