[yocto] Add --enable-speech-dispatcher

2018-06-01 Thread Laurent JOLI
Hello, I work on the following context : qt: 5.9.2 SRCREV_qtwebengine = "c11c2c8981e647c1eb2c6753ce77d436b92fff87" SRCREV_chromium = "cfe8c60903b327ac94406661350f4ac05aa8c21b" So, I use the layer of QT5 : https://github.com/meta-qt5/meta-qt5 with the commit :

Re: [yocto] Add lib to meta-qt5

2018-03-23 Thread Laurent JOLI
J'ai copier la lib libQt5Declarative dans le SDK /opt/SDK_5.5.1/sysroots/core2-32-oe-linux/usr/lib/ J'ai sourcé mon shel puis relancé qtcreator mais j'ai toujours la même erreur : Project ERROR: Unknown module(s) in QT: declarative De: "Laurent JOLI" <laurent.j...@ka

[yocto] Add lib to meta-qt5

2018-03-23 Thread Laurent JOLI
De: "TEXIER Pierre-Jean" <texier@gmail.com> À: "Laurent JOLI" <laurent.j...@kapelse.com> Cc: "yocto" <yocto@yoctoproject.org> Envoyé: Vendredi 23 Mars 2018 15:20:50 Objet: Re: [yocto] Add lib to meta-qt5 Hi Laurent, The SDK is

[yocto] Add lib to meta-qt5

2018-03-23 Thread Laurent JOLI
Hello, I'm working with an old version of YOCTO, jethro 2.0. And I want to produce an SDK of QT5, version 5.5.1. So, I add the layer meta-qt5 on YOCTO for build the following recipe : https://github.com/meta-qt5/meta-qt5/tree/jethro meta-toolchain-qt5 My question is : How to add an

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hi Gary, 2015-07-29 15:22 GMT+02:00 Gary Thomas g...@mlbassoc.com: On 2015-07-29 07:14, Laurent Joli wrote: Hi everybody, I am try to build an recipe for asterisk 13.1.1 but I have some errors. I will show you my recipe : /**/ DESCRIPTION = asterisk PBX DEPENDS

[yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hi everybody, I am try to build an recipe for asterisk 13.1.1 but I have some errors. I will show you my recipe : /**/ DESCRIPTION = asterisk PBX DEPENDS = openssl ncurses sqlite3 libxml2 jansson curl libxslt HOMEPAGE = http://www.asterisk.org; LICENSE = GPLv2

Re: [linux-yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hi ross.burton , 2015-07-29 15:19 GMT+02:00 Burton, Ross ross.bur...@intel.com: On 29 July 2015 at 14:07, Laurent Joli l.j...@expemb.com wrote: | checking for xml2-config... /media/ljoli/disk_one/compile_fido/build/tmp/sysroots/cgtqmx6/usr/bin/crossscripts/xml2-config Firstly what Bruce

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Laurent Joli
Hello Gary, 2015-07-29 15:38 GMT+02:00 Gary Thomas g...@mlbassoc.com: On 2015-07-29 07:25, Laurent Joli wrote: Hi Gary, 2015-07-29 15:22 GMT+02:00 Gary Thomas g...@mlbassoc.com mailto: g...@mlbassoc.com: On 2015-07-29 07:14, Laurent Joli wrote: Hi everybody, I

[linux-yocto] sky2 not created

2015-05-26 Thread Laurent Joli
Hi, I use the git of congatec : https://git.congatec.com/yocto/bsp-scripts/tree/dizzy-3.10.17 My configuration is : Build Configuration: BB_VERSION= 1.24.0 BUILD_SYS = i686-linux NATIVELSBSTRING = Ubuntu-14.04 TARGET_SYS= arm-poky-linux-gnueabi MACHINE =

[yocto] bitbake co from SVN with Authentication

2014-04-15 Thread Laurent Joli
Hello, I am try to checkout some file from a SVN with authentification. But bitbake say that : ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 1, output: svn: E170001: Unable to connect to a repository at URL 'http://XXX' svn: E170001: OPTIONS of 'http://XXX':

Re: [yocto] bitbake co from SVN with Authentication

2014-04-15 Thread Laurent Joli
'yes' or 'no' in '/home/user/.subversion/servers'. --- yes Store password unencrypted (yes/no)? Checked out revision 104. And after, I do the bitbake command and all is DONE. Thanks you, Laurent JOLI On 04/15/2014 11:39 AM, Erik