summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-04-04 11:19:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-05 10:49:36 +0100
commit3a2b9dfa75c222db9ba08de7cdd08a242c143379 (patch)
treea6354e1ee8aa508d609cbaed1cca51f3b2c8511c
parent7d45877e26e851dd3d14cb25c9375719efef518a (diff)
downloadpoky-3a2b9dfa75c222db9ba08de7cdd08a242c143379.tar.gz
linux-yocto-rt/5.15: aufs: compile fix
Integrating the following commit(s) to linux-yocto-rt/5.15: 29d051cc421a aufs: update compile fix for v5.15+ preempt-rt kernels (From OE-Core rev: 11d560625541757beff331ef13d372e6d73c0584) 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>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb2
1 files changed, 1 insertions, 1 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 4efe51ec6b..73a720d348 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
@@ -11,7 +11,7 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "2982a893fea6919a3ffd1fb6d600fb8cfe8c58b4" 14SRCREV_machine ?= "29d051cc421a76432897019edc33edae35b16e39"
15SRCREV_meta ?= "7dd85143b4ed77bdcb6628ac8ea69917e1cd29e5" 15SRCREV_meta ?= "7dd85143b4ed77bdcb6628ac8ea69917e1cd29e5"
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 \