From 06ab1c7f60fbc0a9aebb9fd9321a1b7213378037 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 16 Mar 2016 12:48:21 -0400 Subject: linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure. We backported a series of usb OTG commits for BSPs that required updated support, but this commit was missed. We backport it as well to fix build issues in some configurations. Signed-off-by: Bruce Ashfield 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 1002b29ae7..3de6f0efbd 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 ?= "9073fd86a770707cceb817867460db72eaa9f107" +SRCREV_machine ?= "304caa9480f19875e717faf3cad8cb7ecd758733" SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg