[yocto] [poky] Build failure gcc-4.8

2014-04-25 Thread Elvis Dowson
uot;arm-poky-linux-gnueabi" MACHINE = "zc706-zynq7" DISTRO = "poky" DISTRO_VERSION= "1.6+snapshot-20140425" TUNE_FEATURES = " armv7a vfp neon zynq" TARGET_FPU= "vfp-neon" meta meta-yocto

Re: [yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

2014-04-25 Thread Florin Sarbu
Will take it into consideration for next Genivi release. (a.k.a. 6.0.1) Florin On 04/25/2014 03:59 PM, sujith h wrote: Hi, Any comment for the new patch? On Thu, Apr 24, 2014 at 6:09 PM, Sujith H > wrote: Adding weston.ini to /etc/xdg. With this change us

Re: [yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

2014-04-25 Thread sujith h
Hi, Any comment for the new patch? On Thu, Apr 24, 2014 at 6:09 PM, Sujith H wrote: > Adding weston.ini to /etc/xdg. With this change > user can login and launch weston with ivi-shell. > > Signed-off-by: Sujith H > --- > recipes-graphics/wayland/weston_1.4.0.bbappend | 15 +++ >

Re: [yocto] New recipe writing documentation

2014-04-25 Thread Jerrod Peach
This was actually intended to go to an internal mailing list for my company. Anyone on yocto@yoctoproject.org can safely ignore this (although that documentation is useful!). On Fri, Apr 25, 2014 at 8:46 AM, Jerrod Peach wrote: > If you've ever struggled with writing a recipe, the Yocto Project

[yocto] New recipe writing documentation

2014-04-25 Thread Jerrod Peach
If you've ever struggled with writing a recipe, the Yocto Project has some new documentation that extensively covers the topic. Do note that this is from the Yocto 1.6 documentation which was just f

[yocto] building qtbase for raspberry pi fails

2014-04-25 Thread Felix01 Fischer
Hello everybody, first, I hope I have choosen the right mailing list for my problem. If not, please tell me. I have problems getting Qt5 building and running on a raspberry pi (512 Mb Version). I'm using today's master branch from yocto & meta-raspberrypi ( git.yoctoproject.org ) and meta-qt5 (

Re: [yocto] Modify RFS before final image is created

2014-04-25 Thread Tobias Blom
Hi all, I’ll answer my own question. It seem ROOTFS_POSTPROCESS_COMMAND or ROOTFS_POSTINSTALL_COMMAND is the way to go. I did however run into a problem when running my script. Using variable ${D} in my ROOTFS_POSTINSTALL_COMMAND gives the “wrong” path - it points to …/image and I’d expect it

Re: [yocto] ROOTFS_POSTPROCESS_COMMAND warning

2014-04-25 Thread Erik Botö
Ok, I got it working now. Just create a function that does what you want, e.g.: function fix_my_rootfs() { echo "foo" } Then run this function from ROOTFS_POSTPROCESS_COMMAND, e.g. ROOTFS_POSTPROCESS_COMMAND += "fix_my_rootfs; " That works for me. When I first tried it I accidentally added (

[yocto] Porting yocto to Gentoo

2014-04-25 Thread Kai Ulrich
Hi, Thanks to the yocto and gentoo community I am able to use yocto on gentoo now. The result is documented at the Gentoo Wiki https://wiki.gentoo.org/wiki/Yocto If you have any remarks to improve the Wiki or the porting please let me know. fr Kai -- __

[yocto] Modify RFS before final image is created

2014-04-25 Thread Tobias Blom
Hi all, I have run into a problem that I’m not able to figure out how to solve, and turn to the list to ask for general directions. I need to modify my root FS just before the final image is created. The problem is that I do now know where to implement my code. More specific, I want to copy a