summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-03-16 12:48:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 23:12:25 +0000
commit2c666af53642719ca998721a4e54c6bef1b09711 (patch)
treec53933a7a59e7b96c2b1f20905fabd3711f4b8cd /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent8dc9162a55ef2e0861a2ba479b8e744af3e17e5e (diff)
downloadpoky-2c666af53642719ca998721a4e54c6bef1b09711.tar.gz
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. (From OE-Core rev: 06ab1c7f60fbc0a9aebb9fd9321a1b7213378037) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "9073fd86a770707cceb817867460db72eaa9f107" 12SRCREV_machine ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
13SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" 13SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"