[yocto] iso-codes project

2020-07-07 Thread Michael Nazzareno Trimarchi
Hi all anyone has problem on iso-codes in thud. Seems that project was changed and not possible to download with the actual configuration Michael -- | Michael Nazzareno Trimarchi Amarula Solutions BV | | COO - Founder Cruquiuskade 47 |

[yocto] Yocto Technical Team Minutes, Engineering Sync, for July 7, 2020

2020-07-07 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for July 7, 2020 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-07 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache on 08/07/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I upgrades kernel patches for BSP bcm-2xxx-rpi when linux-yocto-dev upgrades > its version. > So, the kernel

Re: [linux-yocto] [yocto-kernel-cache]: [master branch]: renesas-rcar: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel configuration

2020-07-07 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: [master branch]: renesas-rcar: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel configuration on 08/07/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Kernel version has beed upgraded to v5.8, it is need to enable > CONFIG_MEDIA_PLATFORM_SUPPORT

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc] xlnx-soc: SDK patches for kernel v5.8

2020-07-07 Thread Bruce Ashfield
On Tue, Jul 7, 2020 at 3:22 AM Quanyang Wang wrote: > > Hi Bruce, > > Would you please help to remove the obsolete branch standard/xlnx-soc in > linux-yocto-dev > and apply these patches for v5.8 as below to the new branch > standard/xlnx-soc? > > There are 1130 patches in this pull request. > >

[linux-yocto] [PATCH] renesas-rcar: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel configure

2020-07-07 Thread Meng Li
From: Limeng Kernel version has beed upgraded to v5.8, it is need to enable CONFIG_MEDIA_PLATFORM_SUPPORT to support media related features on renesas-rcar platform. Signed-off-by: Meng Li --- bsp/renesas-rcar/renesas-rcar.cfg | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [yocto-kernel-cache]: [master branch]: renesas-rcar: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel configuration

2020-07-07 Thread Meng Li
From: Limeng Hi Bruce, Kernel version has beed upgraded to v5.8, it is need to enable CONFIG_MEDIA_PLATFORM_SUPPORT to support media related features on renesas-rcar platform. Could you please merge this patch into yocto-kernel-cache, only branch is master?

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-07 Thread Meng Li
From: Limeng Hi Bruce, I upgrades kernel patches for BSP bcm-2xxx-rpi when linux-yocto-dev upgrades its version. So, the kernel config also should be updated accordingly. Could you please help to merge this patch into yocto-kernel-cache, branch is only master? diffstat info ad below:

[linux-yocto] [PATCH] bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-07 Thread Meng Li
From: Limeng In order to match with latest kernel v5.7, some kernel configs need to be updated. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 39 +-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg

[yocto-announce] [ANNOUNCEMENT] meta-intel 13.1 layer for yocto project "dunfell" 3.1.1 is now available

2020-07-07 Thread Vineela
Hello, We are pleased to announce the meta-intel 13.1 layer for the Yocto Project 3.1.1 "dunfell" release is now available for download. Thank you for everyone's contributions to this release. Vineela Tummalapalli Intel Corporation 13.1-dunfell-3.1.1 Release

Re: [yocto] [yocto-autobuilder2][PATCH 0/2] Clarification and formatting of README-Guide.md

2020-07-07 Thread Trevor Gamblin
On 6/22/20 10:18 AM, Trevor Gamblin wrote: Long-overdue patches based on experiences trying to set up an autobuilder instance. I've split it into two patches because the second patch (the one that line wraps the majority of the document) may not be desired, if the doc is meant to be read in the

[yocto] Yocto Project Status WW27'20

2020-07-07 Thread Stephen Jolley
Current Dev Position: YP 3.2 M2 Next Deadline: YP 3.2 M2 build date 2020/7/27 Next Team Meetings: * Bug Triage meeting Thursday July 9th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday July 7th at 8am PDT (

Re: [yocto] [ptest-runner][PATCH] Fix inappropriate ioctl when detaching tty

2020-07-07 Thread Anibal Limon
Hi Tero, First thanks for the patch, Is there an option to test for isatty(fd) for run ioctl instead?. Regards, Anibal On Tue, 7 Jul 2020 at 02:21, Tero Kinnunen wrote: > Fixes error > > ERROR: Unable to detach from controlling tty, Inappropriate ioctl for > device > > when running

[yocto] [meta-selinux][PATCH 1/4] refpolicy: remove version 2.20190201

2020-07-07 Thread Yi Zhao
There is no need to maintain two versions of repolicy. Drop this version and only keep the git version. Signed-off-by: Yi Zhao --- ...tile-alias-common-var-volatile-paths.patch | 36 - ...fix-update-alternatives-for-sysvinit.patch | 53

[yocto] [meta-selinux][PATCH 3/4] audit: set correct security context for /var/log/audit

2020-07-07 Thread Yi Zhao
By default /var/log is a symbolic link of /var/volatile/log. But restorecon does not follow symbolic links then we will encounter the following error when set /var/log/audit directory: $ /sbin/restorecon -F /var/log/audit /sbin/restorecon: SELinux: Could not get canonical path for /var/log/audit

[yocto] [meta-selinux][PATCH 4/4] sysklogd: set correct security context for /var/log in initscript

2020-07-07 Thread Yi Zhao
We don't need to set security context for /dev/log after syslogd daemon startup because it is already set by udev. We just need to set the correct security context for symbolic link /var/log before syslogd startup. Signed-off-by: Yi Zhao --- recipes-extended/sysklogd/files/sysklogd | 2 +- 1

[yocto] [meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git

2020-07-07 Thread Yi Zhao
Here is the changelog for this is patchset: * Drop refpolicy 2.20190201 If we still keep two versions of refpolicy, it is difficult to maintain two huge local patchsets. So drop this version and only keep the git version. * Add patches to make systemd/sysvinit can work with all policy types.

Re: [yocto] #yocto howto use deltask

2020-07-07 Thread Hans-Ulrich Schlieben
Hi Quentin, thank you, the empty variant "removes" the task and the read-only-rootfs check works: pkg_postinst_ontarget_${PN}() { } There are some issues which let me into the wrong direction. First I commented out the former code in the bbappend file. Apparmor builds, but the

[yocto] [ptest-runner][PATCH] Fix inappropriate ioctl when detaching tty

2020-07-07 Thread Tero Kinnunen
Fixes error ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device when running multiple ptests ptest-runner a b or when invoked over ssh single command, like $ ssh localhost ptest-runner a For ssh case, fd 0 is not a tty. (isatty(0) is false). When running