Re: [yocto] Support UBI u-boot

2020-02-05 Thread Gabriele
Hi JH, have you tried what we suggested you in your last thread? More specifically adding your defconfig and tweaking it through menuconfig. and then specify the UBOOT_MACHINE. However you should be able to create and apply patches for external repo without any problem and the needs to push your

[yocto] Support UBI u-boot

2020-02-05 Thread JH
Hi, Sorry for cross-posting, I have been asking for helping solving the issue many days ago, but could not get those work. (1) UBI support I added NAND and UBIFS support to my Yocto layer machine config file: UBOOT_CONFIG = "nand" UBOOT_CONFIG[nand] += "mx6ull_14x14_evk_config"

Re: [linux-yocto] [linux-yocto v5.2] Another patch series for the Marvell cn96xx SoC support

2020-02-05 Thread Kevin Hao
On Wed, Feb 05, 2020 at 04:34:35PM -0500, Bruce Ashfield wrote: > In message: [linux-yocto v5.2] Another patch series for the Marvell cn96xx > SoC support > on 31/01/2020 Kevin Hao wrote: > > > Hi Bruce, > > > > Here are several Ethernet bug fixes for the Marvell cn96xx SoC. Please help > > me

[linux-yocto] Strange Build failure for Warrior release - kmod-native linker error

2020-02-05 Thread Randy MacLeod
Hi Martin, I don't have any suggestions for your odd build failure but... The yocto-buildls list (BCC'ed here) is used for project build reports so your email likely won't get much attention there. I'm resending it to the main linux-yocto list. ../Randy - Hi, We perform a complete

Re: [V2] [linux-yocto][PATCH 1/1] mtd: spi-nor: fix erasesize for dual qspi mode

2020-02-05 Thread quanyang.wang
Hi Bruce, On 2/6/20 5:42 AM, Bruce Ashfield wrote: In message: [V2] [linux-yocto][PATCH 1/1] mtd: spi-nor: fix erasesize for dual qspi mode on 06/01/2020 quanyang.w...@windriver.com wrote: From: Quanyang Wang The zcu102 and zc706 boards support qspi dual mode, and in the dual mode, the

Re: [V2] [linux-yocto][PATCH 1/1] mtd: spi-nor: fix erasesize for dual qspi mode

2020-02-05 Thread Bruce Ashfield
In message: [V2] [linux-yocto][PATCH 1/1] mtd: spi-nor: fix erasesize for dual qspi mode on 06/01/2020 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The zcu102 and zc706 boards support qspi dual mode, and in > the dual mode, the erasesize for mtd device should be twice > as much

Re: [linux-yocto] [linux-yocto v5.2] Another patch series for the Marvell cn96xx SoC support

2020-02-05 Thread Bruce Ashfield
In message: [linux-yocto v5.2] Another patch series for the Marvell cn96xx SoC support on 31/01/2020 Kevin Hao wrote: > Hi Bruce, > > Here are several Ethernet bug fixes for the Marvell cn96xx SoC. Please help me > merge them into following two branches: > v5.2/standard/cn96xx >

Re: [linux-yocto] [linux-yocto-dev v5.5] Another patch series for the Marvell cn96xx SoC support

2020-02-05 Thread Bruce Ashfield
In message: [linux-yocto-dev v5.5] Another patch series for the Marvell cn96xx SoC support on 31/01/2020 Kevin Hao wrote: > Hi Bruce, > > Here are several Ethernet bug fixes for the Marvell cn96xx SoC. Please help me > merge them into standard/cn96xx branch. Thanks Kevin, This is now merged

Re: [linux-yocto] [linux-yocto-dev v5.4] Another patch series for the Marvell cn96xx SoC support

2020-02-05 Thread Bruce Ashfield
In message: [linux-yocto-dev v5.4] Another patch series for the Marvell cn96xx SoC support on 31/01/2020 Kevin Hao wrote: > Hi Bruce, > > Here are several Ethernet bug fixes for the Marvell cn96xx SoC. Please help me > merge them into v5.4/standard/cn96xx branch. merged. Bruce > > The

Re: [linux-yocto] v5.2.x - stable updates comprising v5.2.31

2020-02-05 Thread Bruce Ashfield
In message: v5.2.x - stable updates comprising v5.2.31 on 31/01/2020 Paul Gortmaker wrote: > Bruce, Yocto kernel folks: > > Here is the next 5.2.x stable update "extension" primarily created for > the Yocto project, as the 10th v5.2.x post-EOL release. > > This release is "normal" -- where it

Re: [yocto] Building and selecting multiple kernel versions

2020-02-05 Thread Ryan Harkin
On Wed, 5 Feb 2020 at 10:02, Mike Looijmans < mike.looijm...@topicproducts.com> wrote: > > Met vriendelijke groet / kind regards, > > Mike Looijmans > System Expert > > > TOPIC Embedded Products B.V. > Materiaalweg 4, 5681 RJ Best > The Netherlands > > T: +31 (0) 499 33 69 69 > E:

Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python

2020-02-05 Thread Georgi Georgiev via Lists.Yoctoproject.Org
Sorry Khem, With esc character '\' before & it can't take the full path. So briefly: Yocto build with char '\' before & in SRC_URI: online - OK offline - Error - svn: E170013: Unable to connect to a repository... Yocto build without '\' in SRC_URI: online and offline same

Re: [EXTERNAL] Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python

2020-02-05 Thread Georgi Georgiev via Lists.Yoctoproject.Org
Hi Khem, Yes, no issues with that. When I am connected to network it fetches the code with and without escape character before & in the path. svn co " http://cocosubversion/svn/Embedded/Valve/DVPII/trunk/SOCPACManEnvEngKeys; works fine and fetches the package. Georgi -Original

Re: [yocto] Busybox and scripts licensing

2020-02-05 Thread Ross Burton
On Wed, 5 Feb 2020 at 12:16, wrote: > Let's assume we have busybox on our device (that's populated by default by > Yocto). What license shall be chosen for package containing custom shell > scripts? > I heard opinion, that all shell scripts running on Busybox shall be GPLv2(?). That opinion is

[yocto] Busybox and scripts licensing

2020-02-05 Thread lukasz . odw39
Hello, Let's assume we have busybox on our device (that's populated by default by Yocto). What license shall be chosen for package containing custom shell scripts? I heard opinion, that all shell scripts running on Busybox shall be GPLv2(?). Best regards, Lukasz -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [yocto] [meta-qt5, zeus-next, python3-pyqt5] QtChart can't be imported

2020-02-05 Thread Adrian
Hi, I turn out PyQtChart was simply missing in the meta-qt5 layer. I have created a recipe which adds it and hopefully will be merged to the upstream. Regards, Adrian On 31.01.2020 17:52, Adrian Fiergolski wrote: > > Hi, > > I use python3-pyqt5