Re: [yocto] Support UBI u-boot

2020-02-06 Thread Pelle Windestam
> >>I added NAND and UBIFS support to my Yocto layer machine config file: > >> > >>UBOOT_CONFIG = "nand" > >>UBOOT_CONFIG[nand] += "mx6ull_14x14_evk_config" > >>UBOOT_CONFIG[nand] += "mx6ull_14x14_evk_nand_config" > >>UBOOT_CONFIG[nand] += "ubi" > >>UBOOT_CONFIG[nand] += "ubifs" > >> > >>But my

Re: [yocto] Support UBI u-boot

2020-02-06 Thread JH
Hi Andy, On 2/6/20, Andy Pont wrote: > JH wrote... > > >>I added NAND and UBIFS support to my Yocto layer machine config file: >> >>UBOOT_CONFIG = "nand" >>UBOOT_CONFIG[nand] += "mx6ull_14x14_evk_config" >>UBOOT_CONFIG[nand] += "mx6ull_14x14_evk_nand_config" >>UBOOT_CONFIG[nand] += "ubi"

Re: [yocto] Support UBI u-boot

2020-02-06 Thread JH
Hi Gabriele, On 2/6/20, Gabriele Zampieri wrote: > As far as I know uboot (usually virtual/bootloader) does not have a task to > run menuconfig directly from bitbake. > I usually have a local clone of uboot and I simply run `make [...] > menuconfig|savedefconfig` , then I create a patch > to add

[yocto-announce] [ANNOUNCEMENT]Milestone 2 for Yocto Project 3.1 (yocto-3.1_M2) now available

2020-02-06 Thread Vineela
Hello, We are pleased to announce the second milestone release for Yocto Project 3.1 (yocto-3.1_M2) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M2 bitbake: d5a4a352723258b4d499d3a51f340109c4f36f60 meta-gplv2:

[yocto] [ANNOUNCEMENT]Milestone 2 for Yocto Project 3.1 (yocto-3.1_M2) now available

2020-02-06 Thread Vineela
Hello, We are pleased to announce the second milestone release for Yocto Project 3.1 (yocto-3.1_M2) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M2 bitbake: d5a4a352723258b4d499d3a51f340109c4f36f60 meta-gplv2:

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

2020-02-06 Thread Bruce Ashfield
On Wed, Feb 5, 2020 at 8:24 PM Quanyang Wang wrote: > > 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 > >>

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

2020-02-06 Thread Bruce Ashfield
On Wed, Feb 5, 2020 at 9:02 PM Kevin Hao wrote: > > 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

Re: [yocto] ttyS0 timeout but not using ttyS0 #yocto #systemd

2020-02-06 Thread William Durocher
Got it figured out, Seems that the default values from meta/recipes-core/systemd/systemd-serialgetty.bb for SERIAL_CONSOLES in are being processed instead of the expansion in our layer. Even though SERIAL_CONSOLES is using SERIAL_CONSOLE. Our solution is to declare SERIAL_CONSOLE and

Re: [linux-yocto] [kernel-cache][PATCH] standard.cfg: enable RAID 4/5/6

2020-02-06 Thread Alexander Kanavin
Thanks, I was simply polling the git repo every sometimes, and not seeing my commit in it made me think it was overlooked. Alex On Thu, 6 Feb 2020 at 14:28, Bruce Ashfield wrote: > I do have it queued! Just due to the other kernel issues I'm fighting, > I only sent the tools pull request

Re: [linux-yocto] [kernel-cache][PATCH] standard.cfg: enable RAID 4/5/6

2020-02-06 Thread Bruce Ashfield
I do have it queued! Just due to the other kernel issues I'm fighting, I only sent the tools pull request yesterday. Assuming I can fix the bug that that series triggered, I'll do the kernel config/content updates shortly thereafter. Bruce On Thu, Feb 6, 2020 at 6:22 AM Alexander Kanavin

Re: [linux-yocto] [kernel-cache][PATCH] standard.cfg: enable RAID 4/5/6

2020-02-06 Thread Alexander Kanavin
Ping :) Alex On Thu, 23 Jan 2020 at 15:07, Alexander Kanavin via Lists.Yoctoproject.Org wrote: > This in particular allows testing mdraid inside qemu as it > expects RAID 4/5/6 to be available. > > Signed-off-by: Alexander Kanavin > --- > ktypes/standard/standard.cfg | 1 + > 1 file changed,

Re: [yocto] Support UBI u-boot

2020-02-06 Thread Gabriele
Hi, On Thu, Feb 6, 2020 at 11:07 AM JH wrote: > Thanks Gabriele and Andy, > > On 2/6/20, Gabriele Zampieri wrote: > > 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 >

Re: [yocto] Support UBI u-boot

2020-02-06 Thread JH
On 2/6/20, JH wrote: > I think I need to add an appended recipes-bsp to my layer just like I > added the recipes-kernel to my layer to overwrite kernel defconfig, I > need to overwrite u-boot defconfig. > > In kernel, to overwrite defconfig, I run bitbake -c menuconfig > virtual/kernel, how can I

Re: [yocto] Support UBI u-boot

2020-02-06 Thread JH
Thanks Gabriele and Andy, On 2/6/20, Gabriele Zampieri wrote: > 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. Yes, as I posted in another thread, the MTD,