Re: [yocto] Targeting Windows platform

2018-03-13 Thread Florian Doersch
Hi Isaac, here we also have a mixture of embedded and desktop applications. We use yocto for our embedded devices (Xilinx Zynq, Raspberry Pi, Gumstix). The SDKs and images are very helpful for (cross platform) CI and deployment. A first milestone definitly would be having a minimal platform s

[yocto] Targeting Windows platform

2018-03-13 Thread Isaac Nickaein
I know the idea is wild and possibly not a top priority (or even priority) of the community, but extending the area of Yocto to support Windows platform can make it the ubiquitous build system for the enterprise, especially in embedded companies that have a mixture of embedded and desktop applicati

Re: [yocto] [meta-java][PATCH 1/2] openjdk-8: fix MAKE detection patch

2018-03-13 Thread Maxin B. John
Hi André, On Mon, Mar 12, 2018 at 04:38:05PM +, André Draszik wrote: > From: André Draszik > > The patch had a few typos, leading to errors during ./configure >../jdk8u-4be07cb28b21/common/autoconf/configure: line 8408: test: too many > arguments > > Change-Id: I867eba7aae3390aa869e69c

Re: [yocto] Two packages installing same file (with different content) to rootfs

2018-03-13 Thread Vuille, Martin (Martin)
Tracked down the problem to the fact that conflict checking in RPM 5.4.16 in Morty is broken. Backported some changes from upstream and it is working for me now (i.e., detecting and reporting the conflict.) MV From: Vuille, Martin (Martin) Sent: March 09, 2018 20:50 To: yocto@yoctoproject.org

[yocto] Multiple distros with one bitbake

2018-03-13 Thread Bartłomiej Osiński
Hi, With one bitbake command I'm making 2 images: 1. image-my-initramfs, combined with kernel. I want it to make as small as possible. 2. core-image-minimal, loaded separately The problem I have with no. 1 is that some features (most notably cryptsetup) force relatively big librar

[yocto] Integrating Ixxat SocketCAN Drivers in image

2018-03-13 Thread Vincent Daanen
Hi, I have to integrate Ixxat SocketCAN driver in the image which will run our system. The organisation of the files is the following Yocto/MyCompany/meta-myCompany/recipes-candriver/ixxat-socketcan This directory contains the file ixxat-socketcan.bb. The content of this file is