[yocto] bitbake error

2018-09-13 Thread idealsim
Hi, i'm trying to build an image with Yocto on a new machine (ubuntu 16.04 LTS)but i have this error that i can't resolve. Can you help ? ERROR: Execution of event handler 'uninative_event_fetchloader' failed Traceback (most recent call last): File

Re: [yocto] [meta-raspberry]rpi-config

2018-09-12 Thread idealsim
Hi, this patch didn't resolve this issue. On my image, i just add rpi-congig on IMAGE_INSTALL += The recipe is builded witout error but after can't build my image ! regards Le Tue, 11 Sep 2018 18:43:22 +0200, Khem Raj a écrit: On 9/11/18 8:17 AM, idealsim wrote: Hi i'm trying to build

[yocto] [meta-raspberry]rpi-config

2018-09-11 Thread idealsim
Hi i'm trying to build an image for a raspberry-pi 3 on branch sumo but i have an error when i try to include rpi-config. See the issue under : ERROR: Task do_populate_sdk in /media/xxx/data/raspberry/yocto/yocto_official/poky-sumo/meta-xxx/recipes-/images/console-image-.bb

[yocto] [php7] packageconfig apache2 error

2017-08-17 Thread idealsim
Hi i would like to add modphp to my image (pyro branch). For this i add this to my local.conf : PACKAGECONFIG_append_pn-php = "apache2 pam" IMAGE_INSTALL_append = "\ apache2 \ php \ php-cli \ " But during the build of php (7.1.0 by default in pyro) i have this error during install : /|

Re: [yocto] samba create user with password

2017-06-15 Thread idealsim
erSamba.sh } But this don't work ! Do you have some advices to resolve this please ? regards Mickael. Le Mon, 12 Jun 2017 21:30:55 +0200, idealsim <ideal...@laposte.net> a écrit: Hi, i'm trying to configure a samba server from yocto for my card. I have a working server (add samba

[yocto] samba create user with password

2017-06-12 Thread idealsim
Hi, i'm trying to configure a samba server from yocto for my card. I have a working server (add samba in local.conf), but i would like to add the user with password to samba at yocto build step. For this i add this recipe (samba_%.bbappend) FILESEXTRAPATHS_prepend := "${THISDIR}/files:" #

Re: [yocto] Re: How to add libudev.h

2016-11-04 Thread idealsim
Hi, it works fine ( dev-pkgs + DEPENDS). thanks Mickaël Le Thu, 03 Nov 2016 14:17:23 +0100, idealsim <ideal...@laposte.net> a écrit: Ok, i will try to add dev-pkgs to my recipe here https://github.com/modjo756/meta-udoo-modjo/blob/krogoth-modjo/qt5-layer/recipes-qt/images/udoo->

Re: [yocto] How to add libudev.h

2016-11-03 Thread idealsim
bur...@intel.com> a écrit: On 3 November 2016 at 12:55, idealsim <ideal...@laposte.net> wrote: Thanks for your answer. It seems that i didn't have DEPENDS = "udev". How i can add it ? - to my local.conf or - to myImage.bb Regards, If you want to do comp

Re: [yocto] How to add libudev.h

2016-11-03 Thread idealsim
Thanks for your answer. It seems that i didn't have DEPENDS = "udev". How i can add it ? - to my local.conf or - to myImage.bb Regards, Le Thu, 03 Nov 2016 13:29:57 +0100, Gary Thomas <g...@mlbassoc.com> a écrit: On 2016-11-03 13:19, idealsim wrote:

[yocto] How to add libudev.h

2016-11-03 Thread idealsim
Hi all, i need to build a lib --> openZwave (on a imx6 card) libudev.h. I have this error during the build : /home/root/openzwave-1.4.164/cpp/hidapi/linux/hid.c:44:21: fatal error: libudev.h: No such file or directory I have tried to add udev to my local.conf but this not resolve the problem.

[yocto] [yocto/meta-qt5] broken qt5 sdk

2016-10-17 Thread idealsim
Hi, since one week now i have a problem with my generated sdk. When i deploy sdk and configure qtCreator i have this error when i try do deploy an app : /usr/bin/ld: skipping incompatible /opt/poky/secoA62/sysroots/cortexa9hf-neon-poky-linux-gnueabi/usr/lib/libQt5Charts.so when searching for

Re: [yocto] Re: add dejavu-fonts to image

2016-10-17 Thread idealsim
Hi Michel, your solution work fine thanks a lot for that ! Le Fri, 14 Oct 2016 10:08:37 +0200, idealsim <ideal...@laposte.net> a écrit: Ok, i will test this week end and let you know ! Otherwise, if you build qt5.7 perhaps you can have the same issue like me with sdk, see here fo

Re: [yocto] add dejavu-fonts to image

2016-10-14 Thread idealsim
Ok, i will test this week end and let you know ! Otherwise, if you build qt5.7 perhaps you can have the same issue like me with sdk, see here for more details : https://github.com/graugans/meta-udoo/issues/20 regards Le 13/10/2016 à 18:12, Michel D'HOOGE a écrit : After solving all the QA

Re: [yocto] add dejavu-fonts to image

2016-10-13 Thread idealsim
Thanks for this. I will try and let you know the solution worked for me ! regards Le Thu, 13 Oct 2016 16:56:34 +0200, Michel D'HOOGE a écrit: Hello, thanks a lot the build work now ! I'm very proud: this is the 1st time I can help someone on Yocto! This means a

Re: [yocto] add dejavu-fonts to image

2016-10-13 Thread idealsim
Hello, thanks a lot the build work now ! But i have another issue, i would like to install the font in /usr/lib/fonts, this is not the case for the moment (it 's for Qt5.7 use). How i can said to yocto to install font (.ttf) on this folder please ? regards Mickaël Le Thu, 13 Oct 2016

[yocto] add dejavu-fonts to image

2016-10-11 Thread idealsim
Hi, i have build an image for an imx6 card (secoA62) based on this good layer https://github.com/graugans/meta-udoo (krogoth branch). All work fine but since the last version of qt 5.7, qtbase-font is not provided and now i have this error when i deploy an app : /QFontDatabase: Cannot find

[yocto] problem with developer sdk

2016-10-11 Thread idealsim
Hi, i have rebuild an image of yocto krogoth with qt 5.6.2 (lasted release). The problem is now i have a problem with developer sdk. The problem is when i use it with a host machine (after install the script and configure qt creator), i obtain this error when i want to deploy an app :

[yocto] fix-parallel-build.patch error Krogoth branch

2016-10-03 Thread idealsim
Hi, i have a problem with the patch give in sources/poky/meta/recipes-support/db/db/fix-parallel-build.patch. I have this error during the build : NOTE: Applying patch 'fix-parallel-build.patch' (../sources/poky/meta/recipes-support/db/db/fix-parallel-build.patch) ERROR: Command Error:

[yocto] Qt base font and Qt5.7

2016-07-11 Thread idealsim
Hi i have build an image for an imx6 card with yocto Krogoth and meta Qt5 master to have qt5.7 (especially for chart). To build the image i needed to remove qtbase-font from my conf to remove an error. But now when i deploy an app on the card i have this error : QFontDatabase: Cannot

Re: [yocto] Re: Re: Qt5.6 new modules

2016-03-19 Thread idealsim
image now Mickaël Le 18/03/2016 11:39, Christian Ege a écrit : Hi, 2016-03-18 10:00 GMT+01:00 idealsim <ideal...@laposte.net>: Hi and thank you, now i know where to find SRCREV ! After adjust this variable and LICENSE.FDL the source is fetched. My bb : require qt5.inc require qt5-g

Re: [yocto] Re: Qt5.6 new modules

2016-03-19 Thread idealsim
c769f6cc1b6aaf7e \// //file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \// //"// // //DEPENDS += "qtbase qtserialport"// // //SRCREV = "6a16281aceedb713676e16c3074e6f7ea1e70b79"// /An idea is welcome ! Regards, Mickaël Le 16/03/2016 14:57, idealsim a écrit : Th

Re: [yocto] Qt5.6 new modules

2016-03-19 Thread idealsim
Thanks for the tip. I will try it out and let you know ... Regards, Mickaël Le 16/03/2016 10:17, Christian Ege a écrit : Hi,, 2016-03-16 9:04 GMT+01:00 idealsim <ideal...@laposte.net>: Hi, we have build an image for udoo neo from meta-qt5 jansa/master-5.6 and works fine (thanks to Chr

Re: [yocto] Re: Re: Qt5.6 new modules

2016-03-18 Thread idealsim
package) : usr/ include/ lib/ src/ I'm looking to meta-qt5 BSP to find where i can precise to build my new recipe but didn't find anything can help. Do you know how to proceed ? regards, Le 18/03/2016 08:16, Christian Ege a écrit : Hi, 2016-03-17 17:16 GMT+01:00 idealsim <ideal...

[yocto] Qt5.6 new modules

2016-03-16 Thread idealsim
Hi, we have build an image for udoo neo from meta-qt5 jansa/master-5.6 and works fine (thanks to Christian Ege ). The problem is that I'm looking for https://github.com/qtproject/qtquickcontrols2 and https://github.com/qtproject/qtserialbus. My question is how we can add this modules to our

Re: [yocto] yocto and linux mint 17.3

2016-02-04 Thread idealsim
Up ! nobodies have an idea ? Le Thu, 04 Feb 2016 13:08:00 +0100, a écrit: Hi all, i'm new on yocto and i have a problem to start a buil with my host pc. My pc is under linux mint 17.3 (cinnamon) 64 bits. When i launch a bitbake, i >have this error : ImportError: No module named

Re: [yocto] yocto and linux mint 17.3

2016-02-04 Thread idealsim
I don't think, probably install by default ! do you think i can remove python 3 to solve the problem ? Le Thu, 04 Feb 2016 13:32:10 +0100, Burton, Ross <ross.bur...@intel.com> a écrit: On 4 February 2016 at 12:09, idealsim <ideal...@laposte.net> wrote: apparently bb