Re: [yocto] PXE booting ISO image fails with message "Waiting for removable media..."

2018-05-04 Thread Vincent Daanen
port it was launched from and then searches on this support for the final rootfs. I guess this approach would unify all booting: from USB, CD-ROM and PXE.. But at the moment, I don't know how to reproduce the archlinux initrd works with Yocto... If only a guru of Yocto could help ... Vincen

[yocto] PXE booting ISO image fails with message "Waiting for removable media..."

2018-05-03 Thread Vincent Daanen
Hi, We want to deploy image created with Yocto (Rocko) via PXE. The target board is a Intel-based SBC (AAEON GENE BT05). At first, we tried with a ISO from Archlinux and the target-board successfully booted. Then we create a ISO using Yocto but boot hangs with a message “Waiting for removable

Re: [yocto] Need Help for meta-qt5

2018-05-01 Thread Vincent Daanen
idea ? Thanks Vince -Message d'origine- De : Zoran Stojsavljevic <zoran.stojsavlje...@gmail.com> Envoyé : jeudi 19 avril 2018 08:00 À : Vincent Daanen <vincent.daa...@orthotaxy.com> Cc : yocto@yoctoproject.org Objet : Re: [yocto] Need Help for meta-qt5 http://developer

[yocto] Need Help for meta-qt5

2018-04-18 Thread Vincent Daanen
Hi, I have to add Qt5 QtCore libs to my image. I know I must use meta-qt5 but as I'm not familiar with qt configuration, I simply do not know how to start ! So can someone help me to configure meta-qt5 to simply build and add QtCore to my image ? Thank you Vincent --

[yocto] Adding support for GPIO chipset, Am I doing it right ?

2018-04-06 Thread Vincent Daanen
Hi, I'm using poky Rocko. I'm building a linux-rt based system (I'm using bitbake image-core-rt). The GPIO chip (Fintek F81866d) is not supported by the kernel we selected (4.4). I downloaded the patch which adds support of Fintek F81866d to kernel (from

Re: [yocto] defconfig file (or fragment files) not used

2018-03-30 Thread Vincent Daanen
Hi > On 03/29/18 16:12 PM, Bruce Ashfield wrote: > [cut] > Do you have all of the CAN* Kconfig dependencies in your defconfig ? No only the ones I need > If you don't, the kernel config subsystem will turn them off. > > Also note that a 'defconfig' translates to a merge config run (yes, even

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Vincent Daanen
l.com> Cc : Vincent Daanen <vincent.daa...@orthotaxy.com>; yocto@yoctoproject.org Objet : Re: [yocto] defconfig file (or fragment files) not used Hi Vincent, Its better to create patch and apply from platform specific kernel recipes. if you need more info let me know. Thanks! Prakash On

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Vincent Daanen
>On 3/28/18 9:27 AM, Vincent Daanen wrote: >> Hi, >> >> I want to add CAN driver support to the kernel. Here is the procedure >> I >> followed: >> >> 1. Generate a .config file >> 2. Copy it to meta-myWork/recipes-kernel/linux/files/de

[yocto] defconfig file (or fragment files) not used

2018-03-28 Thread Vincent Daanen
Hi, I want to add CAN driver support to the kernel. Here is the procedure I followed: 1. Generate a .config file 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig 3. Update it: set at the end the config to enable CAN as follows # CAN Bus CONFIG_NET=y CONFIG_CAN=y

Re: [yocto] how to "compute" path to install module file

2018-03-23 Thread Vincent Daanen
Hi Thanks for your answer, it helps me to get module installation work. But now I have another problem ... Stay tune the mail willarrive soon on the mailing list > On 3/22/18 12:31 AM, Vincent Daanen wrote: > > Hi, > > > > I'm porting the makefile to build SocketC

[yocto] TR: how to "compute" path to install module file

2018-03-22 Thread Vincent Daanen
Hi, I'm porting the makefile to build SocketCan for Ixxat on yocto. At this time I successfully build the module file. I now have to install it in the target image. The "install" procedure from the original makefile does not work out-of-the-box. It copies files in the following directories

[yocto] how to "compute" path to install module file

2018-03-22 Thread Vincent Daanen
Hi, I'm porting the makefile to build SocketCan for Ixxat on yocto. At this time I successfully build the module file. I now have to install it in the target image. The "install" procedure from the original makefile does not work out-of-the-box. It copies files in the following directories

[yocto] directory not created in /lib/firmware rootfs

2018-03-14 Thread Vincent Daanen
Hi, I have to install a firmware in /lib/firmware. In the recipe, the function do_install() is the following do_install() { install -d ${base_libdir}/firmware install -m 0755 ${WORKDIR}/firmware_manufacturer/firmware.fw ${base_libdir}/firmware } FILES_${PN} += "

[yocto] Integrating Ixxat SocketCAN Drivers in image

2018-03-13 Thread Vincent Daanen
pted but this is not the case. I could unpack the file manually using unzip . Can someone point me to information or help me to figure out what's wrong ?? Thanks Vincent ------------ Vincent Daanen, PhD - System Integration Director

[yocto] Fwd: Integrating Ixxat SocketCAN Drivers in image

2018-03-12 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

[yocto] Integrating Ixxat SocketCAN Drivers in image

2018-03-12 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

[yocto] bbappend file not used

2018-03-11 Thread Vincent Daanen
Dears, I want to build an image using systemd and system-networkd as network manager and set static ip address to eth0. To do so, I use a bbappend file to systemd. The problem is that the systemd_%.bbappend file does not appear when calling bitbake-layers show-appends. I'm quite sure it is

Re: [yocto] bbappend file not used

2018-03-06 Thread Vincent Daanen
Yes these lines are in the layer.conf file De : Burton, Ross [mailto:ross.bur...@intel.com] Envoyé : mardi 6 mars 2018 13:28 À : Vincent Daanen <vincent.daa...@orthotaxy.com> Cc : yocto@yoctoproject.org Objet : Re: [yocto] bbappend file not used Does your layer.conf tell bitbake t

Re: [yocto] bbappend file not used

2018-03-06 Thread Vincent Daanen
.. Regards Vince De : Burton, Ross [mailto:ross.bur...@intel.com] Envoyé : mardi 6 mars 2018 13:28 À : Vincent Daanen <vincent.daa...@orthotaxy.com> Cc : yocto@yoctoproject.org Objet : Re: [yocto] bbappend file not used Does your layer.conf tell bitbake to read bbappends? Should be somethin

[yocto] bbappend file not used

2018-03-06 Thread Vincent Daanen
Dears, I want to build an image using systemd and system-networkd as network manager and set static ip address to eth0. To do so, I use a bbappend file to systemd. The problem is that the systemd_%.bbappend file does not appear when calling bitbake-layers show-appends. I'm quite sure it is