Re: [yocto] armv7 firmware recipe in armv8 distro

2015-05-27 Thread Mike Looijmans
On 27-05-15 21:19, Joel (Xi Zhou) Zhou wrote: Hi all, We have a Yocto BSP based on arm64/aarch64 machine. On top of this, I need to create a firmware recipe, which need armv7 cross-compiler. So question is, how to support multiple toolchain in Yocto? Yocto/OE doesn't support multiple "machin

Re: [yocto] GCC 4.8.2 build errors

2015-05-27 Thread Jesse Cobra
Always reproducible on this build folder. Just created a new build folder and kicked off a brand new build. See if that works... my setup: repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.28-1.0.0_ga repo sync MACHINE=imx6qsabreauto source fsl-setup-release.sh -b newbui

Re: [yocto] GCC 4.8.2 build errors

2015-05-27 Thread Khem Raj
On Wed, May 27, 2015 at 3:46 PM, Jesse Cobra wrote: > /media/build_drive/3_10/build/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/gcc/cp/parser.c > -o cp/parser.o > | > /media/build_drive/3_10/build/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/gcc/cp/parser.c: > In function 'bool cp_parser_tokens_start_cast_ex

[yocto] GCC 4.8.2 build errors

2015-05-27 Thread Jesse Cobra
Noob over here, any idea why my build is choking on GCC 4.8.2? $ bitbake core-image-minimal Loading cache: 100% |###| ETA: 00:00:00 Loaded 2185 entries from dependency cache. NOTE: Resolving any missing task queue dependencies NOTE: multiple providers are av

[yocto] getting started...

2015-05-27 Thread Ed Sutter
Hi, I'm new to Yocto. I've used it to build/install linux on the Wandboard, and I've installed host-based cross devlopement environment (bitbake -c populate_sdk ). Everything worked, but basically I just followed some "getting started" steps so, I still don't really have a clue... Last year

Re: [yocto] Changing VIRTUAL-RUNTIME_init_manager for initramfs image

2015-05-27 Thread Burton, Ross
On 27 May 2015 at 18:55, mar.krzeminski wrote: > I have machine and in this machine I have two images. One of this images > is image for kernel initramfs. > In this image I want to change init manager to busybox mdev, while ine the > other one I use udev. > I can do that by changing VIRTUAL-RUNTI

[yocto] armv7 firmware recipe in armv8 distro

2015-05-27 Thread Joel (Xi Zhou) Zhou
Hi all, We have a Yocto BSP based on arm64/aarch64 machine. On top of this, I need to create a firmware recipe, which need armv7 cross-compiler. So question is, how to support multiple toolchain in Yocto? Thanks, Joel -- ___ yocto mailing list yocto@y

Re: [yocto] Start openvpn with my own config at startup

2015-05-27 Thread Christian Ege
> Am 27.05.2015 um 20:07 schrieb Matthew Karas : > > I have an ovpn file I'd like my system to start up with. I was able > to install the openvpn file into /etc/openvpn using a bbappends file - > but the system doesn't start openvpn like the openvpn docs describes. > > How do I set up openvpn t

Re: [yocto] Start openvpn with my own config at startup

2015-05-27 Thread Alex J Lennon
Hi Matthew, On 27/05/2015 20:07, Matthew Karas wrote: > I have an ovpn file I'd like my system to start up with. I was able > to install the openvpn file into /etc/openvpn using a bbappends file - > but the system doesn't start openvpn like the openvpn docs describes. > > How do I set up openvpn

Re: [yocto] How to use a local SVN repository as a premirror?

2015-05-27 Thread spdev31
Hello all, Just to share the info – it looks like bitbake’s fetch2 is adding the tar.gz extension. See build-bundle/poky/bitbake/lib/bb/fetch2/svn.py. For now, I’m skipping the idea to use PREMIRRORS to fetch from a local SVN repository to avoid making bitbake modifications. FYI, Shau

[yocto] Start openvpn with my own config at startup

2015-05-27 Thread Matthew Karas
I have an ovpn file I'd like my system to start up with. I was able to install the openvpn file into /etc/openvpn using a bbappends file - but the system doesn't start openvpn like the openvpn docs describes. How do I set up openvpn to launch with my config file at start up? Thanks -- _

[yocto] Changing VIRTUAL-RUNTIME_init_manager for initramfs image

2015-05-27 Thread mar.krzeminski
Hi, I have machine and in this machine I have two images. One of this images is image for kernel initramfs. In this image I want to change init manager to busybox mdev, while ine the other one I use udev. I can do that by changing VIRTUAL-RUNTIME_init_manager variable. And now is time for dumm

Re: [yocto] Help getting started developing.

2015-05-27 Thread Alex J Lennon
Hi Rafael, On 26/05/2015 22:13, Rafael E. Herrera wrote: > Hello, > I have purchased a TI UEVM5432 board. I have also successfully setup the > development environment as described on the online documentation from the TI > web site > (http://processors.wiki.ti.com/index.php/OMAP5_GLSDK_Software