1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-29 23:12:45 +00:00

linux-ti33x-psp 3.1rc8: include latest MUSB code, remove machine ID patches

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-21 16:15:36 +02:00
parent 77dbc42e7a
commit ab07a0ea4b
2 changed files with 6 additions and 9 deletions
@@ -345,7 +345,6 @@ CONFIG_MACH_IGEP0020=y
CONFIG_MACH_TI8168EVM=y
CONFIG_MACH_AM335XEVM=y
CONFIG_MACH_AM335XIAEVM=y
CONFIG_MACH_BEAGLEBONE=y
# CONFIG_OMAP3_EMU is not set
# CONFIG_OMAP3_SDRC_AC_TIMING is not set
CONFIG_OMAP3_EDMA=y
@@ -2591,8 +2590,6 @@ CONFIG_USB_GADGET=y
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
CONFIG_USB_GADGET_PORT_USB1=y
# CONFIG_USB_GADGET_PORT_USB0 is not set
# CONFIG_USB_FUSB300 is not set
# CONFIG_USB_OMAP is not set
# CONFIG_USB_R8A66597 is not set
@@ -2601,6 +2598,10 @@ CONFIG_USB_GADGET_MUSB_HDRC=y
# CONFIG_USB_NET2272 is not set
# CONFIG_USB_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_G_DBGP=y
CONFIG_USB_G_DBGP_PRINTK=y
CONFIG_USB_GADGET_PORT_USB1=y
# CONFIG_USB_GADGET_PORT_USB0 is not set
CONFIG_USB_ZERO=m
CONFIG_USB_AUDIO=m
CONFIG_USB_ETH=m
@@ -2623,7 +2624,6 @@ CONFIG_USB_G_MULTI=m
CONFIG_USB_G_MULTI_RNDIS=y
# CONFIG_USB_G_MULTI_CDC is not set
CONFIG_USB_G_HID=m
# CONFIG_USB_G_DBGP is not set
CONFIG_USB_G_WEBCAM=m
#
@@ -10,8 +10,8 @@ S = "${WORKDIR}/git"
MULTI_CONFIG_BASE_SUFFIX = ""
BRANCH = "master"
SRCREV = "a95ceb11b5858feae89895d14d7f7bc41cca9fd6"
MACHINE_KERNEL_PR_append = "h+gitr${SRCREV}"
SRCREV = "c7fc664a6a36a4721b43dc287e410a2453f0b782"
MACHINE_KERNEL_PR_append = "i+gitr${SRCREV}"
COMPATIBLE_MACHINE = "(ti33x)"
@@ -27,9 +27,6 @@ SRC_URI += "git://arago-project.org/git/projects/linux-am33x.git;protocol=git;br
PATCHES_OVER_PSP = " \
file://0001-f_rndis-HACK-around-undefined-variables.patch \
file://0001-am335x-Add-pin-mux-and-init-for-beaglebone-specific-.patch \
file://0001-mach-types-Add-new-machine-type-beaglebone-to-mach-t.patch \
file://0002-Kconfig-Add-support-for-beaglebone-machine-id.patch \
file://0003-am335xevm-Use-new-beaglebone-machine-id.patch \
"
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "", "${PATCHES_OVER_PSP}", d)}"