[yocto] do_rootfs fails during bitbake pulsar-image

2019-01-24 Thread rajshekharsanda
Iam trying build an image for R-CAR H3 using GENIVI 14 (ROCKO). *My Native System:* OS: Ubuntu 16.04 RAM: 64 GB *The build configuration is:* BB_VERSION = "1.36.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "aarch64-poky-linux"

Re: [yocto] wic command, partitioned image, multiple boot loader entries

2019-01-24 Thread Burke, David
I should add the following information: - The UEFI boot manager used by my image is systemd-boot - The version of wic being used is 0.2.0 - The version of Yocto Project is 2.2 (Morty) - My hardware architecture is x86 According to the documentation on " systemd-boot" boot manager, each .conf

Re: [yocto] Yocto Project support for Numeric/Scientific Python

2019-01-24 Thread Mike Looijmans
+1 Got lapack to compile, but no such luck with any "blas" package (like openblas). And that's a requirement for octave, which was what I was aiming at. I'll share some recipes, tomorrow or so (today is stuffed with other work). On 23-01-19 22:39, Philip Balister wrote: > I care :) > > On

[yocto] Yocto Project Team Development Environment

2019-01-24 Thread Scott Rifenbark
Hi, I am looking for real-world feedback from people involved with YP development in a team environment. I have a section ( https://yoctoproject.org/docs/2.6.1/dev-manual/dev-manual.html#usingpoky-changes-collaborate) that discusses that environment. If anyone is inclined, it would be cool to

[yocto] Trouble Enabling UART on Raspberry Pi when booting with U-Boot

2019-01-24 Thread Karl Eaves
Hello, I am a fairly new to developing with yocto. I have been able to successfully build a raspberry pi image with all the dtoverlays required to enable UART and RTC on the raspberry pi. However, when I added the meta-updater and meta-updater-raspberry pi layers, they required me to boot using

Re: [yocto] libstdc++fs on toolchain

2019-01-24 Thread João Gonçalves
> > > I've tested with gcc 7.3 and with gcc 8.2 and and none have the > libstdc++fs > > library. > > On my host machine the library is at > > /usr/lib/gcc/x86_64-linux-gnu/7/libstdc++fs.a > > > > Does anyone know how to include this library on a yocto generated > toolchain? > > At least on x86

Re: [yocto] libstdc++fs on toolchain

2019-01-24 Thread Mikko.Rapeli
On Thu, Jan 24, 2019 at 03:24:00PM +, João Gonçalves wrote: > Hello, > I'm trying to build a c++ cross toolchain to compile to imx6 (armv7). But I > need libstdc++fs library, which does not come with it. Until gcc 8.0 this > is an experimental library. > > I've tested with gcc 7.3 and with

[yocto] libstdc++fs on toolchain

2019-01-24 Thread João Gonçalves
Hello, I'm trying to build a c++ cross toolchain to compile to imx6 (armv7). But I need libstdc++fs library, which does not come with it. Until gcc 8.0 this is an experimental library. I've tested with gcc 7.3 and with gcc 8.2 and and none have the libstdc++fs library. On my host machine the

[yocto] How to prevent dnf to check for dependencies during do_rootfs task

2019-01-24 Thread Måns Zigher
Hi, I have a recipe where I am getting a set of binaries files from a third party. These files are not well put together. For example they are linked to none versioned so-files for example 0x0001 (NEEDED) Shared library: [libnss3.so] 0x0001 (NEEDED)

[yocto] preferred version 6.% of gcc-sanitizers not available

2019-01-24 Thread Damien LEFEVRE
Hi, I have updated my stack to sumo and the platform image builds fine. Now I'm adding an application which builds against CUDA 9 and due to some bugs with gcc 7, gcc 6 is highest supported version. The issues has been fixed in CUDA 10, but I cannot upgrade at time point of time. So I went to