From 1c6ba3c57eae77adb9ae5c0a60e3a9174ef398b6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 20 Apr 2016 19:30:07 -0400 Subject: linux-yocto/uvesafb: print error message when task timeout occurs Integrating the following commit to have a more informative error message: uvesafb: print error message when task timeout occurs The driver waits for response from user space for a pending task until a timeout (UVESAFB_TIMEOUT) occurs. But the existing error message in later steps is a little obscure. This patch throws out an error message when timeout happens. Signed-off-by: Jianxun Zhang Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 684e880985..96ed8221d9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb @@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.4.3" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05" -SRCREV_meta ?= "bcc65090840f51a6ac937297be5c22fe268d01ab" +SRCREV_machine ?= "5a562b765837414416d609058c4e8dd7a8072dab" +SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg