Re: [yocto] Fedora 20 building core-image-miminal failed for danny

2014-01-03 Thread Martin Jansa
On Sat, Jan 04, 2014 at 12:07:59AM +0100, Belisko Marek wrote: > Hi, > > I'm trying to build minimal image for beagleboard in Fedora 20 in poky-danny. > With small tweaks (basically fix texinfo errors by replacing @colophon > and d...@cygnus.com) I get rid of some initial bugs but > binutils-cross

Re: [yocto] Fedora 20 building core-image-miminal failed for danny

2014-01-03 Thread Robert P. J. Day
On Sat, 4 Jan 2014, Belisko Marek wrote: > Hi, > > I'm trying to build minimal image for beagleboard in Fedora 20 in poky-danny. > With small tweaks (basically fix texinfo errors by replacing @colophon > and d...@cygnus.com) I get rid of some initial bugs but > binutils-cross-2.22 failing during i

Re: [yocto] toolchain

2014-01-03 Thread Gary Thomas
On 2014-01-03 15:48, Philip Balister wrote: Please post meta-xilinx questions to the meta-xilinx list. On 01/03/2014 11:46 AM, Edward Vidal wrote: Hello all, I am currently working with the zedboard using a rootfs generated with a dylan branch of yocto (gsl, gnuplot, gnuradio, java, vlc, v4l-ut

Re: [yocto] toolchain

2014-01-03 Thread Philip Balister
Please post meta-xilinx questions to the meta-xilinx list. On 01/03/2014 11:46 AM, Edward Vidal wrote: > Hello all, > I am currently working with the zedboard using a rootfs generated with a > dylan branch of yocto (gsl, gnuplot, gnuradio, java, vlc, v4l-utils, and > openCV with C920 camera). My

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Update v3.10.18 to v3.10.24

2014-01-03 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 5:59 PM, Andrei Gherzan wrote: > Change-Id: Icf95ec58d39eb187c0cf0fe31fd1822f81f3f038 > Signed-off-by: Andrei Gherzan > All updates in this series merged. -- *ag* ___ yocto mailing list yocto@yoctoproject.org https://lists.y

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add version 3.12.4+

2014-01-03 Thread Andrei Gherzan
On Mon, Dec 16, 2013 at 9:13 PM, Gary Thomas wrote: > This kernel enables camera video via the new 'bcm2835-v4l2' module. > Just add 'start_x=1' to your boot config.txt > > Signed-off-by: Gary Thomas > Merged. Thanks. -- *ag* ___ yocto mailing list y

Re: [yocto] [meta-raspberrypi][PATCH 1/2] README: Add video camera control

2014-01-03 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 6:59 PM, Gary Thomas wrote: > Add optional 'VIDEO_CAMERA' setting to enable video > camera at boot time. > > Signed-off-by: Gary Thomas > Merged. Thanks. -- *ag* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoct

Re: [yocto] [meta-raspberrypi][PATCH 2/2] rpi-config: Add video camera control

2014-01-03 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 6:59 PM, Gary Thomas wrote: > Add video camera enable 'VIDEO_CAMERA' for config.txt > > Signed-off-by: Gary Thomas > > Merged. Thanks. -- *ag* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinf

Re: [yocto] CAN bus protocol error

2014-01-03 Thread r10kindsofpeople
With the caution that I'm a bit clumsy at Yocto myself, here's how I did it, using kernel fragments. So in meta-myboard/recipes-kernel/linux/ I have something like the attached .bbappend file. Then in meta-myboard/recipes-kernel/linux/linux-yocto is the can-socket-support-kernel.cfg file. The ver

[yocto] libtool problem? - In poky dora

2014-01-03 Thread Ridish Rema Aravindan
Hi, I work for Comcast and basically we are trying to cross compile using the toolchain and rootfs generated as part of poky-dora-10.0.0.0 compilation. We used the target image for compilation as core-image-x11 with the machine configured as qemux86. Now the issue described by Hans dated Sep 4th

[yocto] toolchain

2014-01-03 Thread Edward Vidal
Hello all, I am currently working with the zedboard using a rootfs generated with a dylan branch of yocto (gsl, gnuplot, gnuradio, java, vlc, v4l-utils, and openCV with C920 camera). My zImage and devicetree.dtb were built with yocto sdk. My BOOT.BIN (FSBL system.bit and u-boot) were built with 1

Re: [yocto] CAN bus protocol error

2014-01-03 Thread wuteng wu
Hi, I think i have just found where to do the configure, under the dir: /poky/meta-atmel/recipes-kernel/linux/files/sama5d3xek, i will try out your config file, thanks alot. 2014/1/3 wuteng wu > Hi, could you tell me how to clean and rebuild the kernel? > I'm newbie to yocto, i have done somet

Re: [yocto] CAN bus protocol error

2014-01-03 Thread wuteng wu
Hi, could you tell me how to clean and rebuild the kernel? I'm newbie to yocto, i have done something like linux-menuconfig when i used the build-root, bu which i can config the kernel configuration, but i don't know how to do it in yocto, at least i didn't find any reference in ref-manual. 2014/

[yocto] CAN bus protocol error

2014-01-03 Thread wuteng wu
Hi, I have cross compiled the canutils and installed it into the target rootfs, but when i tried to test the CAN bus by using the candump command as below: candump can0 interface = can0, family = 29, type = 3, proto = 1 *socket: Protocol not supported* I got the "socket: Protocol not supported"