summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-22 13:19:50 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-24 17:45:29 +0000
commit9bc13f657bf621fb50c80eca748d035b36433406 (patch)
treecc90075840ba3039b797be40bc385f22afce3314 /meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
parent1479c0da441aed605f580b2995a572933676a95d (diff)
downloadpoky-9bc13f657bf621fb50c80eca748d035b36433406.tar.gz
linux-yocto: nohz_full boot arg fix
Integrating the following commit(s) to linux-yocto/5.15: 81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation 97c963889222 sched/isolation: really align nohz_full with rcu_nocbs (From OE-Core rev: 11de5ad0cfee5bf8bcdd28da6b27447280add2cf) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb4
1 files changed, 2 insertions, 2 deletions
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 244b907cd8..eaa496dbf7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine:qemuarm ?= "000e76cff61c46e4a89c253d499bb92433807196" 18SRCREV_machine:qemuarm ?= "25cfdd5cd20eb874209ee632b8b4ed567686523b"
19SRCREV_machine ?= "ba4a30c056f9fbb4286f9a79cd574025bae86c8f" 19SRCREV_machine ?= "e54b9d06bee4c182cb376d570017c7b425369f3a"
20SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95" 20SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"