summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-02-01 11:28:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-02 09:50:02 +0000
commit885dd2abcc07cb0d3784c96ab7cdb7b33162bdd2 (patch)
tree53bdb58540f389e1a7f330d761cd18091215b194 /meta/recipes-kernel
parentc112613967a5b5d5c1a65ec8559092e20a9fe03b (diff)
downloadpoky-885dd2abcc07cb0d3784c96ab7cdb7b33162bdd2.tar.gz
linux-yocto/6.1: cfg: remove depreciated configs
Integrating the following commit(s) to linux-yocto/.: dcb315fe731 media/media-usb-tv: remove tm6000 config 45a27304655 media/media-pci-capture: remove deprecated configs (From OE-Core rev: 977b95b6f4bbb51776a0d573839370756d8117e8) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
index 71ffdd6a90..80f0f0e260 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "8605b6101efcfdd8dd779db4fd5aafb94727e990" 14SRCREV_machine ?= "8605b6101efcfdd8dd779db4fd5aafb94727e990"
15SRCREV_meta ?= "fdad265d2bff2ddb937b3eebdabe344d1f450cf4" 15SRCREV_meta ?= "dcb315fe731825c2d2f1b443c6ee46df1afbe533"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
index 7cc2920bd7..318eee68a6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 17SRCREV_machine ?= "f1bd1a02a3f480a0b0a234effd548068374d4299"
18SRCREV_meta ?= "fdad265d2bff2ddb937b3eebdabe344d1f450cf4" 18SRCREV_meta ?= "dcb315fe731825c2d2f1b443c6ee46df1afbe533"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
index 437a98b364..1549181b96 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299"
23SRCREV_machine:qemux86-64 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 23SRCREV_machine:qemux86-64 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299"
24SRCREV_machine:qemumips64 ?= "4bfa434ee5da72a5a8b2cb8ec799603883f5d532" 24SRCREV_machine:qemumips64 ?= "4bfa434ee5da72a5a8b2cb8ec799603883f5d532"
25SRCREV_machine ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 25SRCREV_machine ?= "f1bd1a02a3f480a0b0a234effd548068374d4299"
26SRCREV_meta ?= "fdad265d2bff2ddb937b3eebdabe344d1f450cf4" 26SRCREV_meta ?= "dcb315fe731825c2d2f1b443c6ee46df1afbe533"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same