summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-06-07 09:59:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-08 21:52:12 +0100
commit549875c382523899ffc7e7f0cc2047d3b3ea4e78 (patch)
treea56d4589ce383faa753f2b3f2bca0d4dff3285ca /meta/recipes-kernel
parentd62403a6ff442da3bac9d78674c807171fe5ed57 (diff)
downloadpoky-549875c382523899ffc7e7f0cc2047d3b3ea4e78.tar.gz
linux-yocto/5.15: cfg/xen: Move x86 configs to separate file
Integrating the following commit(s) to linux-yocto/.: ad633e22764 features/xen: Move x86 configs to separate file (From OE-Core rev: a13622703747eb1d7bc4085693d468c2772441b5) Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.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_5.15.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.15.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
index 059c0e9a99..034656017c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "0349dadc971ea2a9ad780b9be95df3c7b9f08eac" 14SRCREV_machine ?= "0349dadc971ea2a9ad780b9be95df3c7b9f08eac"
15SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3" 15SRCREV_meta ?= "ad633e2276497d00ecc9b7dab7ce03e429cb2f39"
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-5.15;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
index 40212beed9..e9991a66fa 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "bec753cf26f9924ed9e4e583032687e4a2a947f4" 17SRCREV_machine ?= "bec753cf26f9924ed9e4e583032687e4a2a947f4"
18SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3" 18SRCREV_meta ?= "ad633e2276497d00ecc9b7dab7ce03e429cb2f39"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
index 2128f85355..b7fdaebd3e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
23SRCREV_machine:qemux86-64 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d" 23SRCREV_machine:qemux86-64 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
24SRCREV_machine:qemumips64 ?= "cc95aac05d6fb9f0fbe1c336127568df916e2fed" 24SRCREV_machine:qemumips64 ?= "cc95aac05d6fb9f0fbe1c336127568df916e2fed"
25SRCREV_machine ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d" 25SRCREV_machine ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
26SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3" 26SRCREV_meta ?= "ad633e2276497d00ecc9b7dab7ce03e429cb2f39"
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