diff options
-rw-r--r-- | recipes-kernel/linux/linux-intel-rt_5.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb index 6b61e168..2ec2a002 100644 --- a/recipes-kernel/linux/linux-intel-rt_5.4.bb +++ b/recipes-kernel/linux/linux-intel-rt_5.4.bb | |||
@@ -18,9 +18,9 @@ KMETA_BRANCH = "yocto-5.4" | |||
18 | 18 | ||
19 | DEPENDS += "elfutils-native openssl-native util-linux-native" | 19 | DEPENDS += "elfutils-native openssl-native util-linux-native" |
20 | 20 | ||
21 | LINUX_VERSION ?= "5.4.102" | 21 | LINUX_VERSION ?= "5.4.115" |
22 | SRCREV_machine ?= "7bbaa89ee7f0cb8e912e52b17247d0c0a7b2db15" | 22 | SRCREV_machine ?= "00c7e2e1841e0ed3c1249c0e4bcacbd70435d62e" |
23 | SRCREV_meta ?= "19738ca97b999a3b150e2d34232bb44b6537348f" | 23 | SRCREV_meta ?= "9e2546ab8d63f70ba458eb159d29ce6736ffd3e4" |
24 | 24 | ||
25 | LINUX_KERNEL_TYPE = "preempt-rt" | 25 | LINUX_KERNEL_TYPE = "preempt-rt" |
26 | 26 | ||