Re: [yocto] Could not inherit qt5 in to custom linux image.

2017-03-27 Thread Valentin Le bescond
Hi, I'm also interested in this question. I am planning to write a qt5 app recipe in the next few days. I might be totally wrong but I looked a bit at the meta-qt5 examples ( https://github.com/meta-qt5/meta-qt5/blob/master/recipes-qt/examples/quitbattery_1.0.0.bb) and it seems you should

[yocto] Toaster fail to clone meta-oe

2016-12-26 Thread Valentin Le bescond
Hello, After several successful builds with toaster I got an error (UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 226: ordinal not in range(128)). I cloned a brand new poky directory, set up toaster in a virtualenv, etc. and am stuck with the same error. It seems to

Re: [yocto] Use 3G modem on Intel Galileo Gen 2

2016-04-19 Thread Valentin Le bescond
Hi Ivan, I've had success connecting my machine to internet with a 3G dongle with connman and ofono recipes. Ofono doesn't recognizes every dongle out of the box. I tried the ones I had and only managed to connect to internet with a "hso" dongle (that would be the name of the driver I think). If

Re: [yocto] [meta-chip] How to flash yocto's output into CHIP

2016-02-23 Thread Valentin Le bescond
to generate it as it is made with the "mkenvimage" program that is found (an built by yocto) in the CHIP-uboot repo. Still not flashing though. I will look on the UART port of the chip for further tests. I hope to see u-boot messages while flashing. Le mar. 23 févr. 2016 à 21:09, V

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-23 Thread Valentin Le bescond
Cool, By the way @Olivier, did you manage to flash the board at some point ? I spent a hole weekend trying to... Le lun. 22 févr. 2016 à 19:00, Khem Raj <raj.k...@gmail.com> a écrit : > On Sun, Feb 21, 2016 at 4:30 AM, Valentin Le bescond > <valentin.lebesc...@gmail.com> wr

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-21 Thread Valentin Le bescond
a modification of the md5. That's it ! Le sam. 20 févr. 2016 à 20:09, Khem Raj <raj.k...@gmail.com> a écrit : > On Sat, Feb 20, 2016 at 8:25 AM, Valentin LE BESCOND > <valentin.lebesc...@gmail.com> wrote: > > From: Nitnelav <valentin.lebesc...@gmail.com> > > > >

[yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-20 Thread Valentin LE BESCOND
From: Nitnelav Signed-off-by: Nitnelav --- recipes-bsp/u-boot/u-boot-chip_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-chip_git.bb b/recipes-bsp/u-boot/u-boot-chip_git.bb index

Re: [yocto] How to get the latest version of Qt5 with meta-qt5

2016-02-01 Thread Valentin Le bescond
Hi, In the meta-qt5 repo on github : fido branch is Qt 5.4 jethro branch is Qt 5.5 master branch is Qt 5.6 a simple "git checkout -b jethro" should get you there... Le lun. 1 févr. 2016 à 09:56, Martin Jansa a écrit : > On Mon, Feb 01, 2016 at 08:39:08AM +,

Re: [yocto] Question about sftp package

2016-01-22 Thread Valentin Le bescond
Hi ! I personally use : IMAGE_INSTALL_append = " openssh-sftp-server" in my image recipe. cheers Le ven. 22 janv. 2016 à 17:05, Max Sht a écrit : > Hi. > > Thank you in advance for your support. > I'm using Yocto project Linux for the iMX6 CPU and imx6ulevk board. > >

Re: [yocto] [meta-qt5] meta-toolchain-qt5 internal compiler error

2015-12-14 Thread Valentin Le bescond
> > > the 2nd time it built the qt3d ok but threw the qtwebkit error. > > it threw the same error the third time, and the fourth time ... > > "all task succeeded"... > > > > I didn't modify anything between those bitbake commands... run ran them > again... > &

[yocto] [meta-qt5] meta-toolchain-qt5 internal compiler error

2015-12-14 Thread Valentin Le bescond
a custom image based on "rpi-hwup-image" for raspberrypi2. Cheers ! -- Valentin LE BESCOND -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] External Build

2015-10-23 Thread Valentin Le bescond
o install poky on the local drive and have a build on an > external drive? Is there a workaround? > Any advice will be helpful. > > > Thanks, > Durotimi. > -- > ___ > yocto mailing list > yocto@yoctoproje

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
> >> >> >> >> -- >> ___ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto >> > > > > -- > *"Do or do not. There is no try"* > *Yoda Master

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
that Thanks ! Le jeu. 15 oct. 2015 à 17:31, Gary Thomas <g...@mlbassoc.com> a écrit : > On 2015-10-15 09:16, Valentin Le bescond wrote: > > sure ! > > > > something like this ? > > > > Build Configuration: > > BB_VERSION = "1.24.0" > >

Re: [yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
ta-ruby meta-oe meta-python = "dizzy:5b6f39ce325d490fc382d5d59c5b8b9d5fa38b38" Le jeu. 15 oct. 2015 à 17:10, Gary Thomas <g...@mlbassoc.com> a écrit : > On 2015-10-15 08:39, Valentin Le bescond wrote: > > Hello > > > > I believe tools-debug works but unfortuna

Re: [yocto] [meta-raspberrypi] Issue with 8250/16550 UART1 access in raspberrypi (meta-raspberrypi)

2015-06-04 Thread Valentin Le bescond
Hi ! I'm really no expert but am very interested in the subject. Did you modify the device tree ? From what I understand in the DT that you'll find pinmux definition right ? Regards. 2015-06-04 14:01 GMT+02:00 Andreas Enbacka andreas.enba...@gasera.fi: Hello, After a long break, I have

Re: [yocto] [meta-raspberrypi] Pi-2 support?

2015-02-25 Thread Valentin Le bescond
Look there: https://github.com/agherzan/meta-raspberrypi It has the Raspberry pi 2 machine conf. Cheers 2015-02-24 22:49 GMT+01:00 Gary Thomas g...@mlbassoc.com: On 2015-02-24 14:45, Christian Ege wrote: Am 24.02.2015 um 22:07 schrieb Gary Thomas: Any ideas when this layer might support

Re: [yocto] How to switch kernel version without touching PREFERED VERSION

2015-02-18 Thread Valentin Le bescond
Valentin Le bescond wrote: I tryed editing /meta-wolfson/conf/layer.conf or /build/conf/layer.conf, adding : PREFERED_VERSION_linux-raspberrypi = 3.10.% but neither worked (still using 3.12) I assume you tried build/conf/local.conf not build/conf/layer.conf? If so, that should have worked

Re: [yocto] How to switch kernel version without touching PREFERED VERSION

2015-02-18 Thread Valentin Le bescond
...@gmail.com: Well, if you want to use your own kernel source, you can use something like this: == inherit kernel externalsrc EXTERNALSRC = /home/xyz/linux-stable S = ${EXTERNALSRC} ... == //Gaurang Shastri On Wed, Feb 18, 2015 at 4:23 PM, Valentin Le bescond valentin.lebesc

Re: [yocto] How to switch kernel version without touching PREFERED VERSION

2015-02-18 Thread Valentin Le bescond
Hi Paul, thank you. I tryed editing /meta-wolfson/conf/layer.conf or /build/conf/layer.conf, adding : PREFERED_VERSION_linux-raspberrypi = 3.10.% but neither worked (still using 3.12) I endded up editing meta-raspberrypi's machine configuration and it works fine. It's good, but that means I