[yocto] Qt/QML support on i.MX6 ultralite

2017-02-06 Thread Alankar Dhobale
I am working on getting Qt/QML on i.mx6 Ultra lite. As there is no hardware GPU on i.MX6 ultralite, I am trying to get qt 2D renderer on it so that Qt/QML can use software libraries. To do this I have done following 1. Got fsl-community-bsp from morty branch, as morty supports QT 5.7.

Re: [yocto] Build only one specific C source from git clone with many C files

2017-02-06 Thread Paul Eggleton
On Monday, 6 February 2017 11:45:19 AM NZDT Burton, Ross wrote: > On 6 February 2017 at 11:27, Prasant J wrote: > > Is it possible to modify SRC_URI to take only one source file from a > > git clone and build it? > > No, you can't do that with git. > > One way would be to use the http fetcher to

Re: [yocto] [PATCH 2/3] rmc: Enable reading the contents of an existing fingerprint file

2017-02-06 Thread Jianxun Zhang
> On Feb 6, 2017, at 2:28 PM, Todor Minchev > wrote: > > On Mon, 2017-02-06 at 12:01 -0800, Jianxun Zhang wrote: >> Tudor, >> Please refer to my 3 inline comments. >> >>> On Feb 2, 2017, at 2:37 PM, Todor Minchev >>> wrote: >>> >>> The contents of an existing fingerprint file can be read an

Re: [yocto] [PATCH 3/3] rmc: add database extraction functionality

2017-02-06 Thread Todor Minchev
On Mon, 2017-02-06 at 13:09 -0800, Jianxun Zhang wrote: > Todor, > Nice change overall. I haven’t run any test and just share multiple (11) > inline comments for this patch. A patchset incorporating these comments is in progress. > This should be the last one in the series. Please let me know if

Re: [yocto] [PATCH 2/3] rmc: Enable reading the contents of an existing fingerprint file

2017-02-06 Thread Todor Minchev
On Mon, 2017-02-06 at 12:01 -0800, Jianxun Zhang wrote: > Tudor, > Please refer to my 3 inline comments. > > > On Feb 2, 2017, at 2:37 PM, Todor Minchev > > wrote: > > > > The contents of an existing fingerprint file can be read and output on > > the command line with the following options: > >

Re: [yocto] [PATCH 1/3] Makefile: add verbosity and debug options to Makefile

2017-02-06 Thread Todor Minchev
On Mon, 2017-02-06 at 11:06 -0800, Jianxun Zhang wrote: > Todor, > Please refer to my 2 inline comments. > > > On Feb 2, 2017, at 2:37 PM, Todor Minchev > > wrote: > > > > By default Makefile verbosity is disabled (V=0). Verbosity can be enabled by > > setting the V environment variable to any

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Feb 7, 2017 8:00 AM US Pacific Time

2017-02-06 Thread Jolley, Stephen K
Tuesday, Feb. 7, 2017 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.3_Status https://wiki.yoctoproject.org/wiki/Yocto_2.3_Schedule https://wiki.yoctoproject.org/wiki/Yo

Re: [yocto] [PATCH 3/3] rmc: add database extraction functionality

2017-02-06 Thread Jianxun Zhang
Todor, Nice change overall. I haven’t run any test and just share multiple (11) inline comments for this patch. This should be the last one in the series. Please let me know if I missed any other RMC patches for review. I plan to run rmc internal test once we have an updated patch set. We could

Re: [yocto] [PATCH 2/3] rmc: Enable reading the contents of an existing fingerprint file

2017-02-06 Thread Jianxun Zhang
Tudor, Please refer to my 3 inline comments. > On Feb 2, 2017, at 2:37 PM, Todor Minchev > wrote: > > The contents of an existing fingerprint file can be read and output on > the command line with the following options: > > ./rmc -F -i input_fingerprint_file Suggest we have a new top option fo

Re: [yocto] [PATCH 1/3] Makefile: add verbosity and debug options to Makefile

2017-02-06 Thread Jianxun Zhang
Todor, Please refer to my 2 inline comments. > On Feb 2, 2017, at 2:37 PM, Todor Minchev > wrote: > > By default Makefile verbosity is disabled (V=0). Verbosity can be enabled by > setting the V environment variable to any value not equal to 0 (e.g V=1) > > Example: > make clean V=1; make V=1

[yocto] Yocto Project Status WW06’17

2017-02-06 Thread Jolley, Stephen K
Current Dev Position: YP 2.3 M3 Next Deadline: YP 2.3 M3 by Feb. 27, 2017 SWAT team rotation: Ross -> Leo on Feb. 3, 2017. SWAT team rotation: Leo-> Juro on Feb. 10, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·The issues encountered in

[yocto] 请教关于linux-yocto_3.8.bbappend里面的内容

2017-02-06 Thread liangzi
你好: 请问meta-fsl-arm-2.1/recipes-kernel/linux/目录下面的linux-yocto_3.8.bbappend文件里面 #SRCREV_machine_pn-linux-yocto_mini2440 ?= "a4d2a08f3bfc57ff5d7d1307fb23f52f1e681aca" #SRCREV_meta_pn-linux-yocto_mini2440 ?= "459165c1dd61c4e843c36e6a1abeb30949a20ba7" 其中 这些数字是从哪里得到的呢 谢谢 -- __

Re: [yocto] [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards

2017-02-06 Thread Jacob Chen
Hi all, Thanks for reviewing, I will looking at comments and suggestions after the other work finished. : ) 在 2017年01月27日 22:37, Romain Perier 写道: Hey, Could you: - Make one patch per new machine file and not one patch for all new added machine - Add a clear @DESCRIPTION for each board,

Re: [yocto] Build only one specific C source from git clone with many C files

2017-02-06 Thread Burton, Ross
On 6 February 2017 at 11:27, Prasant J wrote: > Is it possible to modify SRC_URI to take only one source file from a > git clone and build it? > No, you can't do that with git. One way would be to use the http fetcher to get the file directly from the web interface to the kernel. Ross --

[yocto] [PATCH][yocto-docs] poky.ent: Fix Debian essential packages

2017-02-06 Thread Jussi Kukkonen
pip3, pexpect do not exist on any Debian version. Replace with python3-pip, python3-pexpect. Signed-off-by: Jussi Kukkonen --- documentation/poky.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/poky.ent b/documentation/poky.ent index 46e1137..e7d76bd 100644

[yocto] Build only one specific C source from git clone with many C files

2017-02-06 Thread Prasant J
Hi, I want to build only spidev_test.c from kernel sources (kernel/Documentation/spi/spidev_test.c) Is it possible to modify SRC_URI to take only one source file from a git clone and build it? Any inputs will be of help! Regards, Pj -- ___ yocto ma

[yocto] live core-image-minimal 'Waiting for removable media ...' problem

2017-02-06 Thread Belisko Marek
Hi, I'm adding new bsp layer for x86_64 machine and I successfully build core-image-minimal. I burn iso file to usb key and after startup I can see grub options. When choose boot option I can see kernel is booted and init script from initrd is started but I see only : Waiting for removable media a