[yocto] [meta-security][PATCH] keynote: remove recipe

2018-09-25 Thread Yi Zhao
The keynote is unmaintained for a long time. It had been removed from main distributions (Fedora, Suse and Debian). See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594867 Signed-off-by: Yi Zhao --- .../configure-remove-hardcode-path.patch | 37

[yocto] [layerindex-web][PATCH 0/5] More minor fixes (cover letter only)

2018-09-25 Thread Paul Eggleton
A tweak for the other distro comparison modals, some fixes for the browse/search forms on the machines/distros/classes pages, and a fix for where bitbake-cookerdaemon.log gets written out when parsing. The following changes since commit 5edeb03cb1a50d68dc2b60c21f807c1f5c2db295: TODO: remove

[linux-yocto] [PATCH 2/2] spi-nor: add support for mx25u51245g

2018-09-25 Thread Meng.Li
From: Marian Florea Signed-off-by: Marian Florea Signed-off-by: Meng Li --- drivers/mtd/spi-nor/spi-nor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index 8ea66cc..6eac6f1 100644 --- a/drivers/mtd/spi-nor/spi-nor.c +++

[linux-yocto] : [yocto-4.12]: intel-socfpga: driver: spi-nor: add new spi-norflash support

2018-09-25 Thread Meng.Li
From: Limeng Hi Bruce, Add 2 spi-norflash support Stratix10 SoC platform. Macronix 512Mb MX25U51245GXDI00 Macronix 2Gb MX66U2G45G patches as below: 0001-spi-nor-add-support-for-mx66u2g45g.patch 0002-spi-nor-add-support-for-mx25u51245g.patch Please help to meger the 2 patches into

[linux-yocto] [PATCH 1/2] spi-nor: add support for mx66u2g45g

2018-09-25 Thread Meng.Li
From: Marian Florea Add support for Macronix 2GB flash device. Upstream-Status: Pending Signed-off-by: Marian Florea Signed-off-by: Meng Li --- drivers/mtd/spi-nor/spi-nor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c

[yocto] Is KCONFIG_MODE test backwards in kernel-yocto.bbclass?

2018-09-25 Thread Aaron Cohen
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/kernel-yocto.bbclass#n297 With no KCONFIG_MODE specified, we check if the user has copied a defconfig to workdir, and then use allnoconfig if so. Shouldn't we be using alldefconfig in this case? The result currently is that if you

Re: [linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread Bruce Ashfield
On 2018-09-25 11:26 AM, akuster808 wrote: On 09/25/2018 06:59 AM, Bruce Ashfield wrote: On 09/25/2018 03:32 AM, Kevin Hao wrote: Cherry-pick three patches from yocto-4.18 branch to fix the config check warnings for beaglebone boards. merged! Bruce Should I backport this to sumo ? Yes,

Re: [linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread akuster808
On 09/25/2018 06:59 AM, Bruce Ashfield wrote: > On 09/25/2018 03:32 AM, Kevin Hao wrote: >> Cherry-pick three patches from yocto-4.18 branch to fix the config >> check warnings for beaglebone boards. > > merged! > > Bruce Should I backport this to sumo ? - armin > >> >> Kevin Hao (3): >>   

[yocto] Yocto Project Status WW39’18

2018-09-25 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M4. Next Deadline: YP 2.6 M4 Build Target is Oct. 1, 2018 SWAT Team Rotation: · SWAT lead is currently: Chen · SWAT team rotation: Chen -> Armin on Sept. 28, 2018 · SWAT team rotation: Armin -> Paul on Oct. 5, 2018 ·

Re: [linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread Bruce Ashfield
On 09/25/2018 03:32 AM, Kevin Hao wrote: Cherry-pick three patches from yocto-4.18 branch to fix the config check warnings for beaglebone boards. merged! Bruce Kevin Hao (3): beaglebone: Drop the obsolete kernel options beaglebone: Drop the needless unsetting of the kernel options

[linux-yocto] [PATCH 1/3] beaglebone: Drop the obsolete kernel options

2018-09-25 Thread Kevin Hao
Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- bsp/beaglebone/beaglebone.cfg | 37 - 1 file changed, 37 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg index a712321297c2..ab42283c645f 100644 ---

[linux-yocto] [PATCH 3/3] beaglebone: Clean up the cfg file

2018-09-25 Thread Kevin Hao
In general we only need to enable the kernel options we really care and leave all other kernel options as is. That is to say we don't need to disable any kernel options explicitly. So drop all of them. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- bsp/beaglebone/beaglebone.cfg |

[linux-yocto] [PATCH 2/3] beaglebone: Drop the needless unsetting of the kernel options

2018-09-25 Thread Kevin Hao
These kernel options are set to 'n' by default without any prompt. So they are not supposed to be set/unset by the users. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- bsp/beaglebone/beaglebone.cfg | 6 -- 1 file changed, 6 deletions(-) diff --git

[linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread Kevin Hao
Cherry-pick three patches from yocto-4.18 branch to fix the config check warnings for beaglebone boards. Kevin Hao (3): beaglebone: Drop the obsolete kernel options beaglebone: Drop the needless unsetting of the kernel options beaglebone: Clean up the cfg file