[yocto] [meta-rockchip][PATCH 3/3] nanopi-m4: add common override

2021-09-28 Thread Trevor Woerner
Add a common override for both nanopi-m4 MACHINEs. Signed-off-by: Trevor Woerner --- conf/machine/include/nanopi-m4.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/nanopi-m4.inc b/conf/machine/include/nanopi-m4.inc index b8e1db1..aaf07a3 100644 ---

[yocto] [meta-rockchip][PATCH 2/3] include/nanopi-m4: remove KMACHINE

2021-09-28 Thread Trevor Woerner
There is no "nanopi-m4" defined in any yocto kernel metadata (yet?), therefore remove this superfluous line. Build (core-image-base) and run tested (both systemd and sysvinit) on: - nanopi-m4 Signed-off-by: Trevor Woerner --- conf/machine/include/nanopi-m4.inc | 1 - 1 file changed, 1

[yocto] [meta-rockchip][PATCH 1/3] linux-yocto: remove mmc aliases

2021-09-28 Thread Trevor Woerner
Now that we're booting via UUID, we no longer need these aliases in the DT. Personally I wasn't able to prove to myself that they actually worked (at least not with 5.13.y) and fiddling with these aliases didn't seem to affect the mmc probe order on boot. Additionally it looks like some of these

Re: [yocto] Enabling tk for Python tkinter module

2021-09-28 Thread Tim Orling
On Tue, Sep 28, 2021 at 2:58 PM Chris Tapp wrote: > I am trying to get PySimpleGUI running on an RPi4 using meta-raspberrypi > with hardknott. > > I have created a recipe for PySimpleGUI and added the following to my > local.conf: > > PACKAGECONFIG_pn-python3 = “tk” > IMAGE_INSTALL_append = "

[yocto] [meta-security][PATCH 2/2] swtpm: fix build issues of missing expect

2021-09-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb index 807c02b..d602ee0 100644 ---

[yocto] [meta-security][PATCH 1/2] swtpm: update to 0.6.1

2021-09-28 Thread Armin Kuster
From: "Kristian Klausen via lists.yoctoproject.org" swtpm no longer depends on Python[1] so the dependencies have been removed. "inherit perlnative" has been added due to (in oe-core): deda455b3c ("bitbake.conf: drop pod2man from hosttools") Some leftover dependencies have also been removed,

Re: [yocto] [meta-security][PATCH] dmverity: Make use of DATA_BLOCK_SIZE variable in initrdscript.

2021-09-28 Thread Armin Kuster
merged. On 9/23/21 8:45 AM, Paulo Neves wrote: > From: Christer Fletcher > > DATA_BLOCK_SIZE variable was set in dm-verity-img.bbclass at build > time but the initrdscript was not updated to pass the DATA_BLOCK_SIZE > to the veritysetup. Now the functionality is complete. > > Signed-off-by:

Re: [yocto] [meta-security][PATCH] Upgrade parsec-service 0.8.1 and parsec-tool 0.4.0

2021-09-28 Thread Armin Kuster
merged. On 9/27/21 12:57 PM, Anton Antonov wrote: > Signed-off-by: Anton Antonov > --- > .../parsec-service/files/cryptoki.patch | 18 -- > .../parsec-service/parsec-service_0.7.0.inc | 147 --- > ...rvice_0.7.0.bb => parsec-service_0.8.1.bb} | 15 +- >

Re: [yocto] [meta-security][PATCH] libtpm: update to 0.8.7

2021-09-28 Thread Armin Kuster
merged On 9/27/21 4:07 AM, Kristian Klausen via lists.yoctoproject.org wrote: > Signed-off-by: Kristian Klausen > --- > .../recipes-tpm/libtpm/{libtpm_0.8.2.bb => libtpm_0.8.7.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-tpm/recipes-tpm/libtpm/{libtpm_0.8.2.bb

Re: [yocto] [meta-security][PATCH] clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install

2021-09-28 Thread Armin Kuster
merged. On 9/26/21 5:25 AM, Zoltán Böszörményi wrote: > From: Zoltán Böszörményi > > Also, rearrange the runtime-dependencies a little so > clamav-freshclam is installed later than clamav. > > The issue is that clamav-freshclam ships /var/lib/clamav > and the main clamav package uses chown in

[yocto] Enabling tk for Python tkinter module

2021-09-28 Thread Chris Tapp
I am trying to get PySimpleGUI running on an RPi4 using meta-raspberrypi with hardknott. I have created a recipe for PySimpleGUI and added the following to my local.conf: PACKAGECONFIG_pn-python3 = “tk” IMAGE_INSTALL_append = " python3 python3-modules python3-pysimplegui tk" However, the

[yocto] Yocto Project Status WW39`21

2021-09-28 Thread Stephen Jolley
Current Dev Position: YP 3.4 M4 Next Deadline: 4th Oct. 2021 YP 3.4 M4 build Next Team Meetings: * Bug Triage meeting Thursday Sept. 30th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

Re: [yocto] [OE-core] Incorrect systemd timer

2021-09-28 Thread Manuel Wagesreither
Am Di, 28. Sep 2021, um 03:43, schrieb JH: >> perhaps use >> OnCalendar=*-*-* *:*:00 > > No, the same result, completely bewildered why the timer does not work > in Yocto Linux Is the timer unit shadowed by some other timer? Mind that units can live in * `/lib/systemd/system/`, *

Re: [linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc][kernel-source][PATCH 1/2] dmaengine: imx-sdma: Fix a build error: redefinition of 'sdma_set_channel_priority'

2021-09-28 Thread Bruce Ashfield
merged! Bruce In message: [linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc][kernel-source][PATCH 1/2] dmaengine: imx-sdma: Fix a build error: redefinition of 'sdma_set_channel_priority' on 28/09/2021 Xiaolei Wang wrote: > Delete redundant definition functions > > Signed-off-by:

Re: [linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx/octeon

2021-09-28 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx/octeon on 28/09/2021 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. Thanks for the fix! This is now merged. Bruce > > repo: > linux-yocto >

Re: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 1/1] Revert "drm: xlnx: zynqmp: release reset to DP controller before accessing DP registers"

2021-09-28 Thread Bruce Ashfield
Thanks for the fix! merged. Bruce In message: [linux-yocto][linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 1/1] Revert "drm: xlnx: zynqmp: release reset to DP controller before accessing DP registers" on 28/09/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The

Re: [linux-yocto] [linux-yocto v5.10/standard/bcm-2xxx-rpi]: driver: gpu: vc4: fix building issue caused by upgrading kernel to v5.10.69

2021-09-28 Thread Bruce Ashfield
In message: [linux-yocto v5.10/standard/bcm-2xxx-rpi]: driver: gpu: vc4: fix building issue caused by upgrading kernel to v5.10.69 on 28/09/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > This patch is used to fix building issue caused by upgrading kernel to > v5.10.69.

Re: [linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86] Driver update for Intel AX210 Wi-Fi and Intel Bluetooth Device Typhoon Peak

2021-09-28 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86] Driver update for Intel AX210 Wi-Fi and Intel Bluetooth Device Typhoon Peak on 28/09/2021 Liu, Yongxin wrote: > Hi Bruce, > > Could you please help to merge the following 159 patches to branch >

Re: [linux-yocto]: [kernel/kernel-rt]: dpaa_ethernet: fix kmemleak false-positive reports for skb

2021-09-28 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel/kernel-rt]: dpaa_ethernet: fix kmemleak false-positive reports for skb on 27/09/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > This patch is used to fix a memory leak issue. > Could you please help merge these patches into linux-ycoto

Re: [yocto] [meta-security][PATCH] swtpm: update to 0.6.1

2021-09-28 Thread Armin Kuster
On 9/27/21 4:39 AM, Kristian Klausen via lists.yoctoproject.org wrote: > swtpm no longer depends on Python[1] so the dependencies have been > removed. > > "inherit perlnative" has been added due to (in oe-core): > deda455b3c ("bitbake.conf: drop pod2man from hosttools") > > Some leftover

Re: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon

2021-09-28 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon on 27/09/2021 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.10/standard/cn-sdkv5.4/octeon >

Re: [linux-yocto][linux-yocto v5.10/standard/preempt-rt/base][PATCH] cgroup/cpuset: use raw_spin_lock/unlock for accessing callback_lock

2021-09-28 Thread Bruce Ashfield
I had done the same fix last Tuesday for 5.14, and hadn't gotten around to cherry picking it yet: https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/?h=v5.14/standard/preempt-rt/base=7630ebb9fd510cf7aa31b6f1dd472f3b0442afb3 So I've grabbed that 5.14 change I made, and I'm now up and

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc][kernel-source][PATCH 2/2] drm: mxsfb: Fix a build error: 'CTRL1_RECOVER_ON_UNDERFLOW' undeclared

2021-09-28 Thread Xiaolei Wang
Use CTRL1_RECOVERY_ON_UNDERFLOW to replace the CTRL1_RECOVER_ON_UNDERFLOW macro definition Signed-off-by: Xiaolei Wang --- drivers/gpu/drm/mxsfb/mxsfb_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mxsfb/mxsfb_kms.c b/drivers/gpu/drm/mxsfb/mxsfb_kms.c

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc][kernel-source][PATCH 1/2] dmaengine: imx-sdma: Fix a build error: redefinition of 'sdma_set_channel_priority'

2021-09-28 Thread Xiaolei Wang
Delete redundant definition functions Signed-off-by: Xiaolei Wang --- drivers/dma/imx-sdma.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index 7d46aa1e9d66..8c8deddd7325 100644 --- a/drivers/dma/imx-sdma.c +++

[linux-yocto] [kernel-source][PATCH 2/2] drm: mxsfb: Fix a build error: 'CTRL1_RECOVER_ON_UNDERFLOW' undeclared

2021-09-28 Thread Xiaolei Wang
Use CTRL1_RECOVERY_ON_UNDERFLOW to replace the CTRL1_RECOVER_ON_UNDERFLOW macro definition Signed-off-by: Xiaolei Wang --- drivers/gpu/drm/mxsfb/mxsfb_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mxsfb/mxsfb_kms.c b/drivers/gpu/drm/mxsfb/mxsfb_kms.c

[linux-yocto] [kernel-source][PATCH 1/2] dmaengine: imx-sdma: Fix a build error: redefinition of 'sdma_set_channel_priority'

2021-09-28 Thread Xiaolei Wang
Delete redundant definition functions Signed-off-by: Xiaolei Wang --- drivers/dma/imx-sdma.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index 7d46aa1e9d66..8c8deddd7325 100644 --- a/drivers/dma/imx-sdma.c +++

[linux-yocto][linux-yocto v5.10/standard/preempt-rt/base][PATCH] cgroup/cpuset: use raw_spin_lock/unlock for accessing callback_lock

2021-09-28 Thread Xu, Yanfei
Since the commit a653b0f0ab79 ("cpuset: Convert callback_lock to raw_spinlock_t") has changed the lock type of callbak_lock to raw_spinlock_t, we should use raw_spin_lock/unlock funciton for accessing it. Fixes: 10dfcfda5c6f ("cgroup/cpuset: Fix violation of cpuset locking rule") Signed-off-by:

[linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx/octeon

2021-09-28 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v5.10/standard/cn-sdkv4.18/cn96xx v5.10/standard/preempt-rt/cn-sdkv4.18/cn96xx v5.10/standard/cn-sdkv5.4/octeon

[linux-yocto] [PATCH] net: octeontx2: Fix compile error in function rvu_npc_init()

2021-09-28 Thread Ruiqiang Hao
From: Ruiqiang Hao When upgrade kernel version, some code to resolve merge conflicts has been submitted, will cause build issue. I found these code has been integrated into function rvu_npc_setup_interfaces(). Delete these code to fix compile errors below.

[linux-yocto] [linux-yocto v5.10/standard/bcm-2xxx-rpi]: driver: gpu: vc4: fix building issue caused by upgrading kernel to v5.10.69

2021-09-28 Thread Meng Li
From: Limeng Hi Bruce, This patch is used to fix building issue caused by upgrading kernel to v5.10.69. Could you please help to merge this patch into linux-yocto, branch is only v5.10/standard/bcm-2xxx-rpi? diffstat info ad below: vc4_hdmi.c | 108

[linux-yocto] [PATCH] driver: gpu: vc4: fix building issue caused by upgrading kernel to v5.10.69

2021-09-28 Thread Meng Li
From: Meng Li When upgrade kernel verriosn, there are some upstream code that conflict with SDK patch, so causing build issue. In order to fix the building issue, restore code to align with SDK kernel code. Signed-off-by: Meng Li --- drivers/gpu/drm/vc4/vc4_hdmi.c | 108