From edc4785967a574f7329cf1bf92350aa261336244 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 6 Feb 2024 15:53:32 -0500 Subject: linux-yocto/6.6: can: drop obsolete CONFIG_PCH_CAN Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Anuj Mittal Email: anuj.mittal@intel.com Subject: can: drop obsolete CONFIG_PCH_CAN Date: Fri, 26 Jan 2024 09:45:25 +0800 The driver was removed in v6.2. https://github.com/torvalds/linux/commit/1dd1b521be85417ec409062319520ca26c1c589e Signed-off-by: Anuj Mittal Signed-off-by: Bruce Ashfield ] (From OE-Core rev: 6a06e227bb3539b868e7e0aaf3d9d8c7eb67930a) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb index 80bb901924..374fd80318 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb @@ -15,7 +15,7 @@ python () { } SRCREV_machine ?= "55f4682a75d1673cd78504a7342918c1b5dc4d16" -SRCREV_meta ?= "b45c991cb442e78a307565783e14d31048ad3ee6" +SRCREV_meta ?= "c32ab927d38291b1d2003ff491aa2ad4b60e1241" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb index fed7220116..d391292488 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb @@ -18,7 +18,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "43f7233f561431ae4c0e745985921bc84095a39e" -SRCREV_meta ?= "b45c991cb442e78a307565783e14d31048ad3ee6" +SRCREV_meta ?= "c32ab927d38291b1d2003ff491aa2ad4b60e1241" PV = "${LINUX_VERSION}+git" diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb index 513a55dfa4..9f2fd64b34 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb @@ -29,7 +29,7 @@ SRCREV_machine:qemux86 ?= "43f7233f561431ae4c0e745985921bc84095a39e" SRCREV_machine:qemux86-64 ?= "43f7233f561431ae4c0e745985921bc84095a39e" SRCREV_machine:qemumips64 ?= "5915b5fa9b827e29cf1946dc0f92ab2b481de011" SRCREV_machine ?= "43f7233f561431ae4c0e745985921bc84095a39e" -SRCREV_meta ?= "b45c991cb442e78a307565783e14d31048ad3ee6" +SRCREV_meta ?= "c32ab927d38291b1d2003ff491aa2ad4b60e1241" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same -- cgit v1.2.3-54-g00ecf