diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-25 11:16:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:16 +0100 |
commit | fcc2c3c4b3ca08528722442c90acd27e89291405 (patch) | |
tree | dfa198cde0e19508c0c0584bd00269a9299b4394 | |
parent | 04777ae19637e132e2a751e423f9ce8cc3322433 (diff) | |
download | poky-fcc2c3c4b3ca08528722442c90acd27e89291405.tar.gz |
yocto-bsps: Update to 4.1 to include musb fixes
This fixes issues compiling musb for beaglebone.
(From meta-yocto rev: ac7c70f0b3ed9ddc766f655d26cc142a83e29b3e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend index 9ea2576ebb..a39a577d91 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | |||
@@ -7,11 +7,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | |||
7 | KMACHINE_genericx86 ?= "common-pc" | 7 | KMACHINE_genericx86 ?= "common-pc" |
8 | KMACHINE_genericx86-64 ?= "common-pc-64" | 8 | KMACHINE_genericx86-64 ?= "common-pc-64" |
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "ecc983477682203619da0e456fa4a8689ac41097" | 10 | SRCREV_machine_genericx86 ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" |
11 | SRCREV_machine_genericx86-64 ?= "ecc983477682203619da0e456fa4a8689ac41097" | 11 | SRCREV_machine_genericx86-64 ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" |
12 | SRCREV_machine_edgerouter ?= "ecc983477682203619da0e456fa4a8689ac41097" | 12 | SRCREV_machine_edgerouter ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" |
13 | SRCREV_machine_beaglebone ?= "9b0076ea94ed3ce4b73a3aad982e73ecdaa3b16f" | 13 | SRCREV_machine_beaglebone ?= "859aecf685fcd9d30490a6da459fb76b48947075" |
14 | SRCREV_machine_mpc8315e-rdb ?= "ecc983477682203619da0e456fa4a8689ac41097" | 14 | SRCREV_machine_mpc8315e-rdb ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |