[yocto] CONF_VERSION and LCONF_VERSION details

2019-10-23 Thread keith . derrick
Could someone explain how these work and what the permissible values are? The documentation is sadly lacking in details beyond that they are incremented when a file changes incompatibly. Specifically, what counts as "incompatible"? The contents of the file (i.e. the templates have been

Re: [yocto-announce] [ANNOUNCEMENT] Yocto Project 3.0 (Zeus 22.0.0) Released

2019-10-23 Thread Tummalapalli, Vineela
Changing the subject.. Hello, We are pleased to announce the Yocto Project 3.0 (zeus-22.0.0) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.0/poky-zeus-22.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.0/poky-zeus-22.0.0.tar.bz2 A

[yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 3.0 (warrior 22.0.0) Released

2019-10-23 Thread Tummalapalli, Vineela
Hello, We are pleased to announce the Yocto Project 3.0 (zeus-22.0.0) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.0/poky-zeus-22.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.0/poky-zeus-22.0.0.tar.bz2 A gpg signed version of

Re: [yocto] Issues adding bare meta toolchain to yocto build

2019-10-23 Thread Richard Purdie
On Wed, 2019-10-23 at 11:23 +, Westermann, Oliver wrote: > Hey, > > I'm having issues adding a build for a bare metal target to my yocto > toolchain. I've a NXP SoC with a M4 core and I would like to > integrate the M4 binary build into yocto. > My M4 binary has a CMAKE file that depends on

Re: [yocto] QA notification for completed autobuilder build (yocto-2.6.4.rc2)

2019-10-23 Thread richard . purdie
On Wed, 2019-10-23 at 08:00 +, Jain, Sangeeta wrote: > Hello all, > > This is the full report for 2.6.4 RC2: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. > No new defect

Re: [yocto] QA notification for completed autobuilder build (yocto-2.6.4.rc2)

2019-10-23 Thread akuster808
Jain, Thanks for the report. On 10/23/19 1:00 AM, Jain, Sangeeta wrote: > Hello all, > > This is the full report for 2.6.4 RC2: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. >

Re: [yocto] [wpe-webkit] Optimising imx6 performance for HTML5 using Cog + WPE WebKit

2019-10-23 Thread Carlos Alberto Lopez Perez
On 23/10/2019 13:27, Andy Pont wrote: > Hello, > > Broadening this out to the Freescale and Yocto mailing lists to see if > any one has any answers… > > We are using Cog and WPE Webkit on an i.MX6 Solo based board with a user > interface that is based on HTML5, Javascript and CSS and are having

Re: [yocto] [wpe-webkit] Optimising imx6 performance for HTML5 using Cog + WPE WebKit

2019-10-23 Thread Andy Pont
Carlos wrote... We start the browser with the following command line: cog --enable-accelerated-2d-canvas=1 appui/index.html How the performance compares if you disable accelerated-2d-canvas? It gets worse or its the same? It is the same. I have been testing with

[yocto] Optimising imx6 performance for HTML5 using Cog + WPE WebKit

2019-10-23 Thread Andy Pont
Hello, Broadening this out to the Freescale and Yocto mailing lists to see if any one has any answers… We are using Cog and WPE Webkit on an i.MX6 Solo based board with a user interface that is based on HTML5, Javascript and CSS and are having some issues with fading and other canvas

[yocto] Issues adding bare meta toolchain to yocto build

2019-10-23 Thread Westermann, Oliver
Hey, I'm having issues adding a build for a bare metal target to my yocto toolchain. I've a NXP SoC with a M4 core and I would like to integrate the M4 binary build into yocto. My M4 binary has a CMAKE file that depends on ARMGCC_DIR being set to locate the toolchain and everything works fine

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 1/2] i2c: cadence: do not clear bus_hold_flag in mrecv

2019-10-23 Thread Quanyang Wang
Hi Shubhrajyoti, On 10/23/19 5:17 PM, Shubhrajyoti Datta wrote: Hi , -Original Message- From: Quanyang Wang Sent: Wednesday, October 23, 2019 2:24 PM To: Michal Simek ; Bruce ; Shubhrajyoti Datta Cc: linux-yocto@yoctoproject.org; git Subject: Re: [linux-yocto][kernel

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 1/2] i2c: cadence: do not clear bus_hold_flag in mrecv

2019-10-23 Thread Quanyang Wang
Hi, On 10/14/19 2:07 PM, Michal Simek wrote: On 13. 10. 19 15:33, quanyang.w...@windriver.com wrote: From: Quanyang Wang When using i2c_smbus_read_byte_data to read one byte from a slave device, because of the commit d358def70688 ("i2c: cadence: Fix the hold bit setting"), the transaction

[yocto] [psplash][PATCH] add SPDX License identifier

2019-10-23 Thread Yann CARDAILLAC
Signed-off-by: Yann CARDAILLAC --- make-image-header.sh | 1 + psplash-bar-img.h| 1 + psplash-colors.h | 2 ++ psplash-config.h | 2 ++ psplash-console.c| 2 ++ psplash-console.h| 2 ++ psplash-fb.c | 2 ++ psplash-fb.h | 2 ++ psplash-hand-img.h | 1 +

[yocto] [psplash][PATCH] Adding SPDX license identifier to psplash

2019-10-23 Thread Yann CARDAILLAC
Hi, If you have any advice please feel free to ask. I've put GPLV2 or later whenever it was mentioned and GPLV2 where nothing was saying otherwise. Also it's my first try with git send-email so some things can go wrong ahah. Best regards, Yann CARDAILLAC Yann CARDAILLAC (1): add SPDX

Re: [yocto] QA notification for completed autobuilder build (yocto-2.6.4.rc2)

2019-10-23 Thread Jain, Sangeeta
Hello all, This is the full report for 2.6.4 RC2: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new defect found in this cycle. The stap test case failure on beaglebone still exists

[yocto] TFS Urls with Git in Recipes

2019-10-23 Thread Lohr, Christian [ext]
Hello, I'm using the following: Yocto Release 2.4 (Rocko), and Bitbake 1.9.x My problem is the following url (actually the "%20" is the problem in bitbake): ssh://tfs-my-company.org:22/tfs/OWN_Projects/FooBar%20500/_git/DummyApplicationForYocto I can do a "git clone " without any problems. Now