[yocto] Qtwebengine recipe in yocto zeus (latest version) #yocto #zeus #qt

2020-11-12 Thread anthony . marchand
Hello. I hope you're going well in this period. I'm working with yocto (zeus version) with a soc i.MX6 and kernel 4.19. Actually, I meet a weird issue about the recipe "qtwebengine" in all of my projects that are using zeus version. The compilation was working fine until there, but since approxim

[yocto] Writing a simple python recipe to add pydevd support to a personnal layer #yocto #zeus #make python recipe

2020-12-04 Thread anthony . marchand
Hello everyone, I have to add a python module named "pydevd" in my personnal image machine. Pydevd is a python module that can be used for remote debbuging with the Ecipse IDE. So normally, I used to go to the site: http://layers.openembedded.org/layerindex/branch/zeus/recipes to see what are

[yocto] Qftp absent of qt5 and yocto "zeus" #zeus #QT5 #ftp

2020-12-07 Thread anthony . marchand
Hello everyone, I'm working with Qt5 and I would like to use Qftp QT module on my embedded system, but Yocto project "zeus" seems to don't have the recipe Qftp. Do you know if it exists an alternative or if Qt5 is not compatible with Qftp? Thanks for all and best reguards. -=-=-=-=-=-=-=-=-=-=

[yocto] pyqt5 in yocto dunfell version #dunfell #pyqt5

2020-12-08 Thread anthony . marchand
Hello everyone, I'm trying the dunfell version of yocto, to migrate from zeus to dunfell. I added the layer "meta-qt5", "meta-python2", "meta-openembedded". The problem I meet follows: In zeus version, I installed pyqt5 in my rootfs (recipe name is: python3-pyqt5). Actually, I tested the command

[yocto] make two ways to halt an embedded system #runlevel #yocto #poweroff #halt

2021-03-17 Thread anthony . marchand
Hello all, I need two specific way to halt my embedded Linux system. The first halt mode is used to halt the system while maintaining watchdog trigger. The second halt mode is used to halt the system without maintaining watchdog trigger. These two behavior are working fine, but actually, I test

[yocto] Yocto Dunfell: u-boot-fw-utils ERROR #yocto #dunfell #swupdtae #libubootenv #imx6

2021-04-20 Thread anthony . marchand
Hello, I'm actually migrating a yocto project zeus version to dunfell LTS to build my imx6 Linux system on this LTS release. Almost all works fine except the following message I try to understand when I try to compile the image: --

[yocto] YOCTO Zeus: Qt remote objects compiler repc missing from sdk toolchain #toolchain #sdk #qtremoteobjects #repc

2021-08-19 Thread anthony . marchand
Hello, I permit myself to contact you because I got a weird issue in my sdk toolchain. So, as I need " qtremoteobjects" in my embedded linux image, I add it like this: QT = " \ qtbase \ qtbase-dev \ qtbase-plugins \ qtbase-mkspecs \ qtbase-too