diff options
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb index 9f05701c83..3d6d750c86 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "24e4d6489a5e552339cf9318bcaa06a546bdfde1" -SRCREV_meta ?= "1e2680147ee76ca61b252f6d72060322a7bd0564" +SRCREV_machine ?= "5981001bf03f0d0c1cf641a2287ab6368baf628a" +SRCREV_meta ?= "34775c20bc4f4ac32ac7eded79f9dc8ca77e4277" 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.8;destsuffix=${KMETA}" -LINUX_VERSION ?= "5.8.12" +LINUX_VERSION ?= "5.8.13" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |