Re: [yocto] Add lib to meta-qt5

2018-03-23 Thread TEXIER Pierre-Jean
. --- Pierre-Jean 2018-03-23 16:09 GMT+01:00 Laurent JOLI <laurent.j...@kapelse.com>: > > > -- > *De: *"TEXIER Pierre-Jean" <texier@gmail.com> > *À: *"Laurent JOLI" <laurent.j...@kapelse.com> > *Cc: *"yoct

Re: [yocto] Add lib to meta-qt5

2018-03-23 Thread TEXIER Pierre-Jean
Hi Laurent, The SDK is defined by the following packagegroup: https://github.com/meta-qt5/meta-qt5/blob/jethro/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb . --- Pierre-Jean 2018-03-23 14:39 GMT+01:00 Laurent JOLI : > Hello, > > I'm working with an

Re: [yocto] Add a module/library to meta-toolchain-qt5 sdk

2018-02-09 Thread TEXIER Pierre-Jean
Hi Peneh, 2018-02-09 12:39 GMT+01:00 Pehen Azam : > Hi, > I try to add qtcharts to meta-toolchain-qt5. My question is to which > recipes/files should I add qtcharts to have qtcharts on meta-toolchain-qt5 > sdk? > I need to compile my program with qmake at

Re: [yocto] libQt5Core.so.5 not found

2018-01-23 Thread TEXIER Pierre-Jean
o add the line below in your qtbase_git.bbappend: QT_CONFIG_FLAGS += "--no-feature-getentropy" (see example <https://github.com/B2Qt/b2qt/blob/74e070d149f2bb8aaf3bf2d7889c21d8467748b5/meta-tegra-extras/recipes/qt5/qtbase_git.bbappend> ) --- Pierre-Jean > *From:* TEXIER Pierre-Jean [m

Re: [yocto] libQt5Core.so.5 not found

2018-01-23 Thread TEXIER Pierre-Jean
Hi, 2018-01-24 8:01 GMT+01:00 구동현 : > Hi. > > > > Since last year, I worked with Qt5 with Yocto, exactly 5.9.2. > > And few days ago, I lost whole working environment. So I should > re-download openembedded layers, include meta-qt5. > > After that, when I going to use Qt5