summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-18 20:06:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-20 13:56:52 +0100
commit6186f21b29e7a152d34c620e81878bf6eff6519d (patch)
treeeaa3b09bb200ae40b1b7bc13bd96f882ed3fab72 /meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
parentfd27f302df886c27cb424191c27152ad9d0e8d80 (diff)
downloadopenembedded-core-contrib-6186f21b29e7a152d34c620e81878bf6eff6519d.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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index 92c15e9b5b..a7b93fce7a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "2825075bb360f256c3a9dcdf3cf67b34423d657d"
-SRCREV_machine ?= "ca8e7981378c7ab461ae9e2b9b96d702fbb0af2a"
-SRCREV_meta ?= "bbff9c3b4b30e741730c2ceb2365ab18639c246a"
+SRCREV_machine_qemuarm ?= "ae643fde3bb3d99f194ec0b6b9662bdd1d508c2f"
+SRCREV_machine ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c"
+SRCREV_meta ?= "fa039db710ceb054f8670e09e7e31142c1566253"
PV = "${LINUX_VERSION}+git${SRCPV}"