summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-04 20:25:17 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-05 22:58:48 +0000
commitb1a26ed85358936bb3db87e0528c1243fab9be35 (patch)
tree767792de73c50ae30d2f1fde42b429c4fd05012c
parent1f659763bcb4c7c7d8bbc80332067b4d2317732a (diff)
downloadpoky-b1a26ed85358936bb3db87e0528c1243fab9be35.tar.gz
linux-yocto/5.15: riscv32: drop MAXPHYSMEM_1GB
Integrating the following commit(s) to linux-yocto/.: ea948a0983d riscv32: drop MAXPHYSMEM_128GB (From OE-Core rev: 8517e9db5306af0a3d6e341400d88a4ef28044fa) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 153e48b578..ebd811c7bd 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 ?= "d6781443bac8b711a2c55898223dab38f2ed5896" 14SRCREV_machine ?= "d6781443bac8b711a2c55898223dab38f2ed5896"
15SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" 15SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95"
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 d4ec34beff..244b907cd8 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine:qemuarm ?= "000e76cff61c46e4a89c253d499bb92433807196" 18SRCREV_machine:qemuarm ?= "000e76cff61c46e4a89c253d499bb92433807196"
19SRCREV_machine ?= "ba4a30c056f9fbb4286f9a79cd574025bae86c8f" 19SRCREV_machine ?= "ba4a30c056f9fbb4286f9a79cd574025bae86c8f"
20SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" 20SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
index 481cfe9ab5..b9715e71ee 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 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4"
23SRCREV_machine:qemux86-64 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" 23SRCREV_machine:qemux86-64 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4"
24SRCREV_machine:qemumips64 ?= "98e983921ddecb99fe11439c033273b90cc5d413" 24SRCREV_machine:qemumips64 ?= "98e983921ddecb99fe11439c033273b90cc5d413"
25SRCREV_machine ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" 25SRCREV_machine ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4"
26SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" 26SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95"
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