1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

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>
This commit is contained in:
Bruce Ashfield
2016-03-16 12:48:21 -04:00
committed by Richard Purdie
parent 8dc9162a55
commit 2c666af536
3 changed files with 10 additions and 10 deletions
+8 -8
View File
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
SRCREV_machine_qemuarm ?= "3c2c6e8e8b528b9be1e034975623fd98e51bfc52"
SRCREV_machine_qemuarm64 ?= "9073fd86a770707cceb817867460db72eaa9f107"
SRCREV_machine_qemumips ?= "bee0b4b4981c34ea515758d0da3ad68012b8d0bf"
SRCREV_machine_qemuppc ?= "9073fd86a770707cceb817867460db72eaa9f107"
SRCREV_machine_qemux86 ?= "9073fd86a770707cceb817867460db72eaa9f107"
SRCREV_machine_qemux86-64 ?= "9073fd86a770707cceb817867460db72eaa9f107"
SRCREV_machine_qemumips64 ?= "600bca3cd7994a86ce1899132d1665ae0290c67a"
SRCREV_machine ?= "9073fd86a770707cceb817867460db72eaa9f107"
SRCREV_machine_qemuarm ?= "694cc606807a8e5cce762027f51b4179520c9238"
SRCREV_machine_qemuarm64 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
SRCREV_machine_qemumips ?= "9150f6c42a7f3d61c150dd0cc2f2de8749dceac9"
SRCREV_machine_qemuppc ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
SRCREV_machine_qemux86 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
SRCREV_machine_qemux86-64 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
SRCREV_machine_qemumips64 ?= "e068452acbc753215c7e26d4e81cdf437b53b988"
SRCREV_machine ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \