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 replace

[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 happen

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 y

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

2016-02-23 Thread Valentin Le bescond
sy 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:

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

2016-02-23 Thread Valentin Le bescond
Hi, I'm wondering if anyone managed to flash the CHIP board with a (successful) yocto image build. I didn't succeed but here are the few things I found : Comparing the files expected in CHIP-tools/ and the ones available in Yocto deploy/image/chip/ I see some are missing in yocto : uboot-env.bin

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 a écrit : > On Sun, Feb 21, 2016 at 4:30 AM, Valentin Le bescond > wrote: > > Hi, sorry it was my first (tiny) try at a

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

2016-02-21 Thread Valentin Le bescond
out a modification of the md5. That's it ! Le sam. 20 févr. 2016 à 20:09, Khem Raj a écrit : > On Sat, Feb 20, 2016 at 8:25 AM, Valentin LE BESCOND > wrote: > > From: Nitnelav > > > > Signed-off-by: Nitnelav > > --- > > recipes-bsp/u-boot/u-boot-chip_g

[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 2342478..0b9032f 100644 --- a/recipes-bsp/u-boot/u-boot-chip_git.bb +++ b/r

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 +, Karim ATIKI wrote: > > Hi all

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. > > I've dowloaded and bui

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

2015-12-14 Thread Valentin Le bescond
uot; ntp" IMAGE_INSTALL_append = " libusb1" IMAGE_INSTALL_append = " usbutils" IMAGE_INSTALL_append = " udev" IMAGE_INSTALL_append = " usb-modeswitch-data" IMAGE_INSTALL_append = " usbpath" IMAGE_INSTALL_append = " file" IMAGE_INSTALL_

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

2015-12-14 Thread Valentin Le bescond
d on poky 1.8.1 and 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
and have a build on an > external drive? Is there a workaround? > Any advice will be helpful. > > > Thanks, > Durotimi. > -- > ___ > yocto mailing list > yocto@yoctoproject.org

Re: [yocto] how to deploy gdbserver ?

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

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 a écrit : > On 2015-10-15 08:39, Valentin Le bescond wrote: > > Hello > > > > I believe tools-debug works but unfortunately I have errors building

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* > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- Valentin LE BESCOND -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] how to deploy gdbserver ?

2015-10-15 Thread Valentin Le bescond
? Thanks -- Valentin LE BESCOND -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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 : > Hello, > > > > After a long break, I have returned to the Yocto

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 : > 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 the new P

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

2015-02-18 Thread Valentin Le bescond
with meta-cirrus. This time the bbappend will have to change the github source directly as cirrus provides the whole kernel (3.12 amongst others...). Well thank you all very much ! Valentin 2015-02-18 17:48 GMT+01:00 Paul Eggleton : > On Wednesday 18 February 2015 17:33:26 Valentin Le

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 w

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

2015-02-18 Thread Valentin Le bescond
astri : > 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,

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

2015-02-18 Thread Valentin Le bescond
Hi all, I'm working an a meta-wolfson layer to add the wolfson audio card support to the meta-raspberrypi layer. It's a very simple set of patche, but they apply to linux kernel 3.10.* And the PREFERED_VERSION of the machine configuration (raspberrypi.conf) is : PREFERRED_VERSION_linux-raspberr