From b746223787a0195c3a4d16523003c62ec0ac8451 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 27 May 2016 12:18:35 -0400 Subject: linux-yocto/4.1: fix musb compilation error We had a partial musb change merged into the 4.1 tree, which resulted in: | kernel-source/drivers/usb/musb/musb_dsps.c: In function 'dsps_create_musb_pdev': | kernel-source/drivers/usb/musb/musb_dsps.c:750:8: error: 'struct musb_hdrc_config' has no member named 'maximum_speed' | config->maximum_speed = usb_get_maximum_speed(&parent->dev); | ^~ By backporting commit: 9b7537642cb6a [usb: musb: set the controller speed based on the config setting] We get our missing structure field, and we can once again build musb. [YOCTO: #9680] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index e0d288b6e9..c325bc59c6 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "d11c336b38ab0d4e55eb683aca5ca9c6b6cd8b42" -SRCREV_machine_qemuarm64 ?= "ecc983477682203619da0e456fa4a8689ac41097" -SRCREV_machine_qemumips ?= "f8e363f638b283738369155b4a9990b5d0f902a7" -SRCREV_machine_qemuppc ?= "ecc983477682203619da0e456fa4a8689ac41097" -SRCREV_machine_qemux86 ?= "ecc983477682203619da0e456fa4a8689ac41097" -SRCREV_machine_qemux86-64 ?= "ecc983477682203619da0e456fa4a8689ac41097" -SRCREV_machine_qemumips64 ?= "1db47ec6c39071b29f82a040b9b9a81584f50461" -SRCREV_machine ?= "ecc983477682203619da0e456fa4a8689ac41097" +SRCREV_machine_qemuarm ?= "cadb80aa4bcee282f1b0798ef35ad8b96ec44931" +SRCREV_machine_qemuarm64 ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" +SRCREV_machine_qemumips ?= "737eda6388a529d0937e9d91daa3644b11f322dc" +SRCREV_machine_qemuppc ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" +SRCREV_machine_qemux86 ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" +SRCREV_machine_qemux86-64 ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" +SRCREV_machine_qemumips64 ?= "f276d128428b031521d766bfbfe84f9f9f992930" +SRCREV_machine ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" SRCREV_meta ?= "4b4199bd24f206d459061bb0a920d009429d5ed3" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ -- cgit 1.2.3-korg