[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 --

Re: [yocto] Need Help for meta-qt5

2018-05-01 Thread Vincent Daanen
ase... Any idea ? Thanks Vince -Message d'origine- De : Zoran Stojsavljevic Envoyé : jeudi 19 avril 2018 08:00 À : Vincent Daanen Cc : yocto@yoctoproject.org Objet : Re: [yocto] Need Help for meta-qt5 http://developer.toradex.com/knowledge-base/how-to-set-up-qt-creator-to-cr

[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] PXE booting ISO image fails with message "Waiting for removable media..."

2018-05-04 Thread Vincent Daanen
LABEL) the support 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 he

[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 not

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 Cc : yocto@yoctoproject.org Objet : Re: [yocto] bbappend file not used Does your layer.conf tell bitbake to read bbappends? Should be something like: BBFILES += "${LAY

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 Cc : yocto@yoctoproject.org Objet : Re: [yocto] bbappend file not used Does your layer.conf tell bitbake to read bbappends? Should be something like

[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 not

[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] 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-13 Thread Vincent Daanen
the archive file is corrupted 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

[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] 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 star

[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 star

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 Socket

[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 CONF

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/defco

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

2018-03-29 Thread Vincent Daanen
Hi, What’s the difference between fragment and patch ? I can easily make a patch but how do I make sure the patch will be applied to the .config file ? Thanks for your help Vincent De : Prakash Ks Envoyé : jeudi 29 mars 2018 11:46 À : Khem Raj Cc : Vincent Daanen ; yocto@yoctoproject.org

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 wit

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

2018-04-04 Thread Vincent Daanen
Hi, On 03/30/2018, Bruce Ashfield wrote > > Is this using master of oe-core ? Is this a setup that I can configure and > build here ? > > If I can easily reproduce it, I can offer better suggestions. I'm using rocko version Do you need more info to help me ? Thanks 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 https://patchwork.ozlabs.org/patch/56638