[linux-yocto][yocto-kernel-cache][master && yocto-6.1][PATCH 2/2] intel-snd-sof.cfg: kernel configurations for Intel SOF Soundwire driver

2024-02-25 Thread LiweiSong via lists.yoctoproject.org
This will enable kernel options for Intel Sound Open Firmware support, only fewer Intel platforms use Soundwire audio by default, but when SOF enabled, this will replace HD audio driver which most of Intel boards used. So we need enable it carefully only for some specific boards. Signed-off-by:

[linux-yocto][yocto-kernel-cache][master && yocto-6.1][PATCH 1/2] intel-x86: correct KARCH option for intel-x86 bsp

2024-02-25 Thread LiweiSong via lists.yoctoproject.org
Adjust KARCH to x86_64 and i386 accordingly to avoid condition check failed in some scc files like features/thermal/coretemp.scc This will ensure some kernel options be correcly set for intel-x86 bsp. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86-32-preempt-rt.scc | 2 +-

[yocto] [meta-selinux][PATCH] refpolicy: drop ${SRCPV} usage

2024-02-25 Thread Yi Zhao
Drop SRCPV as this variable is no longer needed in PV[1]. [1] https://git.openembedded.org/openembedded-core/commit/?id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Yi Zhao --- recipes-security/refpolicy/refpolicy_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [yocto] [meta-security][PATCH] meta-security: Drop ${PYTHON_PN}

2024-02-25 Thread Armin Kuster
On 2/23/24 12:22 AM, Anuj Mittal wrote: On Tue, 2024-02-20 at 12:32 -0500, Armin Kuster wrote: +    pyhton3-ctypes \ +    pyhton3-fcntl \ +    pyhton3-io \ +    pyhton3-logging \ +    pyhton3-misc \ +    pyhton3-shell \ +    pyhton3-threading \ pyhton3 -> python3 ? thanks for catching

[yocto] [meta-security][v2][PATCH] meta-security: Drop ${PYTHON_PN}

2024-02-25 Thread Armin Kuster
Signed-off-by: Armin Kuster --- V2] Fix typo in python3-pyinotify changes --- .../python/python3-flask-script_2.0.6.bb | 2 +- .../python/python3-pyinotify_0.9.6.bb | 14 +++--- .../fail2ban/python3-fail2ban_1.0.2.bb | 2 +-

Re: [linux-yocto] 'kgit-s2q' doesn't remove 'rebase-apply' directory

2024-02-25 Thread Bruce Ashfield
On Sat, Feb 24, 2024 at 3:34 AM Konstantin Aladyshev wrote: > > I still don't understand. Shouldn't it be a build error, when patches > couldn't be applied with 'git am', but can be applied with 'git > apply'? So the user would have to stop and fix the issue? > Because 'bitbake linux-yocto'

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][Pull Request ] cstate, uncore, i10nm_edac and isst update for some x86 platforms

2024-02-25 Thread Yongxin Liu via lists.yoctoproject.org
Hi Bruce and others, Please help to review and merge this Pull Request for linux-yocto, branch "v6.1/standard/x86" and "v6.1/standard/preempt-rt/x86". All patches are from mainline kernel. Just some context change in several patches. This patch series basically did the following changes.