Re: [linux-yocto] [kernel-cache][PATCH] bsp/qemuarm*-gfx: use virtio graphics

2021-09-26 Thread Jon Mason
On Thu, Sep 23, 2021 at 8:29 PM Bruce Ashfield wrote: > > sorry for the slow reply, I was bogged down with 5.14 and 5.15. > > What branches (kernel versions) did you want this applied to ? 5.10+ ? Since this is only for honister and newer, I would say 5.14+ Thanks, Jon > > Bruce > > In message:

Re: [linux-yocto] [PATCH] scripts/gcc-plugins: consistently use HOSTCC

2021-09-26 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto] [PATCH] scripts/gcc-plugins: consistently use HOSTCC on 24/09/2021 Ross Burton wrote: > The GCC plugins are built using HOSTCC, but the path to the GCC plugins > headers is obtained using CC. This can lead to interesting failures if > the host compiler an

Re: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.10/ti-j72xx][PATCH] can: m_can_platform: Fix freeing of can device from failed to get phy

2021-09-26 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.10/ti-j72xx][PATCH] can: m_can_platform: Fix freeing of can device from failed to get phy on 24/09/2021 Xulin Sun wrote: > Fix leaking can_netdev device from failed to get phy during > m_can_plat_probe(), to > avoid b

Re: [linux-yocto]: [kernel/kernel-rt]: arch: arm64: dts: disable sec_jr2 dts node

2021-09-26 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel/kernel-rt]: arch: arm64: dts: disable sec_jr2 dts node on 24/09/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Disable sec_jr2 dts node in kernel, because the resource sec_jr2 has been > used in firmware in advance. > > So, could you ple

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

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