From c0d988e676715a138afdff7496c54637e7016c97 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 (From OE-Core rev: 1c6ba3c57eae77adb9ae5c0a60e3a9174ef398b6) (From OE-Core rev: 8bc749b82e5ab1563cfbda2d32c5213681427f35) Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 28c72132ae..71b18cb4d7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.18" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e" +SRCREV_machine ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863" SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf