summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-18 20:06:26 -0400
committerAnuj Mittal <anuj.mittal@intel.com>2021-04-23 16:14:22 +0800
commit2ce5cf55ab534ea3959daeb3de181a51b313bdec (patch)
tree1a9de530016728f539156e8da7fd5501420c0ad5 /meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
parent8e1d3f54cdba087d84a938ea1fc0e0b0b501b50b (diff)
downloadopenembedded-core-2ce5cf55ab534ea3959daeb3de181a51b313bdec.tar.gz
linux-yocto/5.10: BSP configuration fixes
Integrating the following commit(s) to linux-yocto/5.10.: fa039db710c qemuppc64: Enable the RTC driver f6cfc23fbfc nxp-s32g2xx: add HSE UIO related configs to make hse demo work 2b445fb1e0b firmware: fix CONFIG_FW_LOADER option mismatch warning 60dde01d949 nxp-imx8: Correct DRM_TTM config and delete redundant config 07119316ee5 xlnx: bsp: drop obsolete kernel options for xilinx-zynqmp and xilinx-zynq 0cf78165f8e bcm-2xxx-rpi: update v5.10 kernel config for raspberrypi 4b platform 9b5a9e46778 marvell-cn96xx: Add the preempt-rt support Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6186f21b29e7a152d34c620e81878bf6eff6519d) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
index 3e08b5aec5..1896b2f295 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
@@ -11,8 +11,8 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "8262073e1b09920fb55a32d698c3a98c3af628eb"
-SRCREV_meta ?= "bbff9c3b4b30e741730c2ceb2365ab18639c246a"
+SRCREV_machine ?= "57f0dabaec5ad65d936350e9b1f69791c8ddf97e"
+SRCREV_meta ?= "fa039db710ceb054f8670e09e7e31142c1566253"
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.10;destsuffix=${KMETA}"