diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-06-07 09:59:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-08 21:52:09 +0100 |
commit | a13622703747eb1d7bc4085693d468c2772441b5 (patch) | |
tree | 9478df93d8270e71a07360983ceba45c9838ad58 /meta/recipes-kernel/linux | |
parent | 161888872b8c02c77733c7b74d11db3ec59c93e5 (diff) | |
download | openembedded-core-contrib-a13622703747eb1d7bc4085693d468c2772441b5.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
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/linux')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.15.bb | 2 |
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 059c0e9a99b..034656017c5 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 () { } SRCREV_machine ?= "0349dadc971ea2a9ad780b9be95df3c7b9f08eac" -SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3" +SRCREV_meta ?= "ad633e2276497d00ecc9b7dab7ce03e429cb2f39" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 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 40212beed95..e9991a66fab 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" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "bec753cf26f9924ed9e4e583032687e4a2a947f4" -SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3" +SRCREV_meta ?= "ad633e2276497d00ecc9b7dab7ce03e429cb2f39" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 2128f85355f..b7fdaebd3ec 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" SRCREV_machine:qemux86-64 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d" SRCREV_machine:qemumips64 ?= "cc95aac05d6fb9f0fbe1c336127568df916e2fed" SRCREV_machine ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d" -SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3" +SRCREV_meta ?= "ad633e2276497d00ecc9b7dab7ce03e429cb2f39" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the <version>/base branch, which is pure upstream -stable, and the same |