Re: [yocto] layerindex

2015-06-04 Thread Paul Eggleton
On Thursday 04 June 2015 15:54:18 Nathan Rossi wrote: > On Thu, Jun 4, 2015 at 8:34 AM, Trevor Woerner wrote: > > Hi, > > > > Does the layer index provide a REST api? > > http://layers.openembedded.org/layerindex/api/ > > It is self documented to some degree :). > > > -or- > > > > Would (coul

Re: [yocto] cortexa15 toolchain compilation option (Neelkumar Patel)

2015-06-04 Thread Taek Hyun Shin
If we do not provide that option (arm-XXX-gcc hello.c ) then it gives below error. fatal error: gnu/stubs-soft.h: No such file or directory => your toolchain support only hard fpu if you want to use softfp , you must change your toolchain do you use linaro-toolchain gcc-4.9??? linaro-toolchai

[yocto] Removing rootfs from SDK

2015-06-04 Thread John Ernberg
Hi We're trying to optimize the SDK generated by bitbake -c populate_sdk. Currently we're trying to remove the kernel, modules and other executables which we have no use for, most of it could be removed using IMAGE_INSTALL = "" and IMAGE_FEATURES = "". Due to us using 2 different kernel module

Re: [yocto] Library not getting installed to intended path

2015-06-04 Thread Burton, Ross
On 4 June 2015 at 05:14, Yogesh Tyagi wrote: > I am using yocto 1.6 and I have written a component and written bitbake > recipe file for this component. When rootfs is created my library is found > in "/lib" directory but I want it to be installed to "/lib/gstreamer-0.10" > directory (which is al

[yocto] Kernel config fragments are no longer applied after update to Fido

2015-06-04 Thread Neuer User
Hello I have the following kernel recipe, which is based on some help from Bruce Ashfield last year: - inherit kernel require recipes-kernel/linux/linux-yocto.inc SUMMARY = "Linaro Kernel 3.14 with additional machine specific patches"

[yocto] [meta-raspberrypi] Issue with 8250/16550 UART1 access in raspberrypi (meta-raspberrypi)

2015-06-04 Thread Andreas Enbacka
Hello, After a long break, I have returned to the Yocto project, and generally very pleased. A lot of progress has been done since I last used the project (two years ago), and now in my opinion everything works very smoothly. I have used yocto to build a custom image for the RaspberryPi Com

Re: [yocto] Kernel config fragments are no longer applied after update to Fido

2015-06-04 Thread Bruce Ashfield
On Thu, Jun 4, 2015 at 6:47 AM, Neuer User wrote: > Hello > > I have the following kernel recipe, which is based on some help from > Bruce Ashfield last year: > > - > inherit kernel > require recipes-kernel/linux/linux-yocto.inc > > SUMMA

Re: [yocto] [meta-raspberrypi] Issue with 8250/16550 UART1 access in raspberrypi (meta-raspberrypi)

2015-06-04 Thread Valentin Le bescond
Hi ! I'm really no expert but am very interested in the subject. Did you modify the device tree ? From what I understand in the DT that you'll find pinmux definition right ? Regards. 2015-06-04 14:01 GMT+02:00 Andreas Enbacka : > Hello, > > > > After a long break, I have returned to the Yocto

Re: [yocto] [meta-raspberrypi] Issue with 8250/16550 UART1 access in raspberrypi (meta-raspberrypi)

2015-06-04 Thread Andreas Enbacka
Hello Valentin, I used the wiringPi library to put the pins into the alternative mode. Regards, Andreas > 4 jun 2015 kl. 15:31 skrev Valentin Le bescond : > > Hi ! > > I'm really no expert but am very interested in the subject. > > Did you modify the device tree ? From what I understand in t

Re: [yocto] layerindex

2015-06-04 Thread Aníbal Limón
Hi Trevor, You can review the machine models at [1], the db schema is generated by Django. Regards, alimon [1] http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/tree/layerindex/models.py#n331 On 04/06/15 09:44, Trevor Woerner wrote: Thanks Nathan and Paul! Any chance the datab

Re: [yocto] layerindex

2015-06-04 Thread Trevor Woerner
Thanks Nathan and Paul! Any chance the database schema drawing is available somewhere? I'm guessing the machines.layerbranch points to layerItems.id? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] how to activate piTFT stagging driver?

2015-06-04 Thread abhishek srivastava
HiI need to interface raspberrypi with piTFT 2.8" resistive. I can find the driver in stagging directory in linux.I have enabled the driver from $make menuconfig option but could not get the display working. Is their some more settings needed to be done in other files in linux kernel ? please sp

[yocto] Yocto's udev not generating dev/dri/card0 file

2015-06-04 Thread Chen, Simon
Hello, I am trying to integrate an external Radeon graphics card (E8860), and the FOSS xf86-video-ati driver, with the poky-dizzy-12.0.1 version of Yocto. I have the FOSS driver installed successfully with Glamor and udev enabled. However I am getting errors in my Xorg.0.log file, which says th

Re: [yocto] [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14

2015-06-04 Thread Philip Tricca
On 05/18/2015 07:15 PM, Khem Raj wrote: > >> On May 16, 2015, at 12:04 PM, Philip Tricca wrote: >> >> Upstream 3.19 isn't supported by meta-selinux yet. Set PREFERRED_VERSION >> to 3.14 as a work-around to keep the reference images bootable. >> >> Signed-off-by: Philip Tricca >> --- >> conf/dist