[yocto] Regarding Use the Latest LTP on Latest YOCTO build

2018-06-27 Thread Abhishek Kumar Rai
Hi Team, I am planning to use the LTP latest version on YOCTO latest vesion. It seems that the earlier YOCTO versions are released with LTP and latest version are not. Found the below difficulties so far: 1. Latest LTP version(20180118) suitable for old gcc version(4.8). 2. But at the same time, l

Re: [yocto] Rocko: how to remove python3 from target's rootfs

2018-06-27 Thread Bejar-Colonia, Carlos
Hi Martin, Just an update: The patch you pointed out, includes following line: +PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,,python3-core" However, I found another patch from you: https://patchwork.openembedded.org/patch/147883/ which includes: +PACKAGECONFIG[python] = "

Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-27 Thread Philip Balister
You might have better luck asking on the meta-xilinx list. Philip On 06/26/2018 08:05 PM, Simon VII wrote: > Goodmorning, > > > I hope you can help me with the following matter. > > > I am currently using the poky reference distribution to build a minimal > working example for the Zybo board

Re: [yocto] cmake toolchain file missing in SDK

2018-06-27 Thread Guy Morand
If I copy the missing toolchain file (meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake) manually into the extracted SDK, this fixes the issue. But why was it not deployed automatically by yocto? Regards, Guy On 06/27/18 12:31, Guy Morand wrote: Hallo Yocto developpers! Since my l

[yocto] cmake toolchain file missing in SDK

2018-06-27 Thread Guy Morand
Hallo Yocto developpers! Since my last SDK release, I cannot cross compile applications with cmake. I'm using yocto sumo. I get this error: build$ cmake ../ CMake Error at /opt/comet-linux/0.0.0-2018.06-last-guy/sysroots/x86_64-cometsdk-linux/usr/share/cmake-3.10/Modules/CMakeDetermineSystem.

Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-27 Thread Nathan Rossi
On 27 June 2018 at 16:58, Alan Levy wrote: > This is really a question for the meta-xilinx list but I'll answer it here > anyway. > > You need to add the following command (suitably edited) to uEnv.txt on the SD > card: > > fatload mmc 0 && fpga loadb 0 > > > is a location in RAM i

Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-27 Thread Alan Levy
This is really a question for the meta-xilinx list but I'll answer it here anyway. You need to add the following command (suitably edited) to uEnv.txt on the SD card: fatload mmc 0 && fpga loadb 0 is a location in RAM in which the bitstream is temporarily stored (e.g. 0