From c72389f6336ee6db6d791a745467c8fffaf4d85d Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 9 Aug 2021 19:05:09 -0400 Subject: [PATCH] arm-bsp: update 5.6 Linux kernel recipe to 5.6.19 Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.6.bb b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.6.bb index 33e6dd93..9b536c9e 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.6.bb +++ b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.6.bb @@ -2,14 +2,14 @@ KBRANCH ?= "v5.6/standard/base" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine = "e3ac9117b18596b7363d5b7904ab03a7d782b40c" +SRCREV_machine = "cd5b55b99dab4da10ffd084f00f2ba088a74f45f" SRCREV_meta = "b152cd93ea7046a835c869a76085aefdb6ce7421" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.6;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION = "5.6.14" +LINUX_VERSION = "5.6.19" DEPENDS += "openssl-native util-linux-native"