Re: [yocto] [auh] [PATCH 5/5] consistent naming for upgradehelper.py

2020-08-16 Thread Alexander Kanavin
Can you please also send a patch to update http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/tree/scripts/run-auh#n25 ? Then I can take this patch. I will add the first four patches now, thanks! Alex On Sat, 15 Aug 2020 at 21:55, Quentin Schulz wrote: > Rename

[yocto] [auh] [PATCH RESEND 3/5] upgradehelper.py: merge dict.get() followed by if into dict.get with a default

2020-08-16 Thread Quentin Schulz
Signed-off-by: Quentin Schulz --- - RESEND because I was not subscribed to the ML with this address already, - please ignore, resent only for archive purposes on the ML, this patch has been merged already upgradehelper.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[yocto] [auh] [PATCH RESEND 5/5] consistent naming for upgradehelper.py

2020-08-16 Thread Quentin Schulz
Rename upgradehelper.py into upgrade-helper.py since the conf file and the git repo are named with a dash to separate "upgrade" and "helper". The documentation in the README and upgradehelper.py were also already using upgrade-helper.py instead of upgradehelper.py. For all those reasons, let's

[yocto] [auh] [PATCH RESEND 1/5] modules: statistics: handle recipes without maintainers

2020-08-16 Thread Quentin Schulz
Even though a recipe might not have a MAINTAINER set, one still might want to upgrade it. This makes it possible to upgrade said kind of recipes and still keep the stats meaningful by displaying one for all maintainerless recipes. Signed-off-by: Quentin Schulz --- - RESEND because I was not

[yocto] [auh] [PATCH RESEND 2/5] upgrade-helper.conf: update comments and default values

2020-08-16 Thread Quentin Schulz
A few comments were misleading or incomplete and some defaults were incorrect. Signed-off-by: Quentin Schulz --- - RESEND because I was not subscribed to the ML with this address already, - please ignore, resent only for archive purposes on the ML, this patch has been merged already

[yocto] [auh] [PATCH RESEND 4/5] README: update mailing list address

2020-08-16 Thread Quentin Schulz
Signed-off-by: Quentin Schulz --- - RESEND because I was not subscribed to the ML with this address already, - please ignore, resent only for archive purposes on the ML, this patch has been merged already README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README

Re: [yocto] [auh] [PATCH RESEND 5/5] consistent naming for upgradehelper.py

2020-08-16 Thread Alexander Kanavin
Thanks, I have added this to AUH repo too now; I assume there are no changes in the re-sent patchset otherwise? Alex On Sun, 16 Aug 2020 at 23:39, Quentin Schulz wrote: > Rename upgradehelper.py into upgrade-helper.py since the conf file and the > git > repo are named with a dash to separate

[yocto] [yocto-autobuilder-helper] [PATCH] scripts: run-auh: update upgrade-helper name

2020-08-16 Thread Quentin Schulz
Since https://lists.yoctoproject.org/g/yocto/message/50282 was merged in autoupgrade-helper git repo, the python script isn't called upgradehelper.py anymore but upgrade-helper.py for consistency sake. Let's update the run-auh script so that it's still working. Signed-off-by: Quentin Schulz ---

Re: [linux-yocto][v5.4/standard/nxp-s32g2xx][PATCH] hse: remove the default config for HSE

2020-08-16 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.4/standard/nxp-s32g2xx][PATCH] hse: remove the default config for HSE on 13/08/2020 Xulin Sun wrote: > The NXP HSE config could be added through defconfig clearly. > Avoid the feature is involved by default and resolve the following error > even if

[linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: driver: net: lan78xx: fix building issue introduced by merging code from v5.4/standard/base

2020-08-16 Thread Meng Li
From: Limeng Hi Bruce, There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from v5.4/standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Could you please help to merge the

[linux-yocto] [PATCH] driver: net: lan78xx: fix building issue introduced by merging code from v5.4/standard/base

2020-08-16 Thread Meng Li
From: Limeng There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from v5.4/standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Signed-off-by: Meng Li ---

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: fix a kernel config typo

2020-08-16 Thread Meng Li
From: Limeng Hi Bruce, fix a kernel config typo for common USB camera. Could you please help to merge this patch into yocto-kernel-cache, branches is only master? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=-

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable USB camera support on raspberry pi 4 platform

2020-08-16 Thread Bruce Ashfield
merged! Bruce In message: [yocto-kernel-cache]: bcm-2xxx-rpi: enable USB camera support on raspberry pi 4 platform on 14/08/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Set CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV as 'y' to support common USB camera. > > Could you please

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: fix a kernel config typo

2020-08-16 Thread Meng Li
From: Limeng Hi Bruce, fix a kernel config typo for common USB camera. Could you please help to merge this patch into yocto-kernel-cache, branches is only yocto-5.4? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=-

[linux-yocto] [PATCH] bcm-2xxx-rpi: fix a kernel config typo

2020-08-16 Thread Meng Li
From: Limeng Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index 8ad7561e..ee4d8080 100755 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++

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

2020-08-16 Thread Bruce Ashfield
In message: v5.2.x - stable updates comprising v5.2.53 on 13/08/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 next v5.2.x post-EOL release. > > This maintenance is going to wind

[linux-yocto][yocto-kernel-cache][master/yocto-5.4][PATCH] bsp/intel-x86: Fix badly formatted config GPIO_GENERIC_PLATFORM

2020-08-16 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index 863c061e..525a2ec3 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -76,7

Re: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH 0/3] fix switch fall-through warnings

2020-08-16 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH 0/3] fix switch fall-through warnings on 14/08/2020 Xulin Sun wrote: > Hi Bruce, > > These three patches are to fix compile warnings for nxp-s32g2xx. > > Could you please help merge these patches to branch >