diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-11 10:00:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-11 10:00:43 +0200 |
commit | 9e986556e4f28f989bca9c86abb927c75214a5d4 (patch) | |
tree | 0c2d941b7a7a843148fe46d613cbf8eb98c56b38 /recipes-bsp/x-load/x-load_git.bb | |
parent | dd427bc17f20f35342d6db932c372e221d52d648 (diff) | |
download | meta-ti-9e986556e4f28f989bca9c86abb927c75214a5d4.tar.gz |
x-load: add patch to fix EHCI in panda u-boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/x-load/x-load_git.bb')
-rw-r--r-- | recipes-bsp/x-load/x-load_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb index c01fa8f6..3bf3cb55 100644 --- a/recipes-bsp/x-load/x-load_git.bb +++ b/recipes-bsp/x-load/x-load_git.bb | |||
@@ -3,13 +3,14 @@ require x-load.inc | |||
3 | #FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" | 3 | #FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}" |
4 | 4 | ||
5 | PV = "1.5.0+${PR}+gitr${SRCREV}" | 5 | PV = "1.5.0+${PR}+gitr${SRCREV}" |
6 | PR ="r24" | 6 | PR ="r25" |
7 | PE = "1" | 7 | PE = "1" |
8 | 8 | ||
9 | SRCREV_pn-${PN} = "04b1732220078d47c18a84cbafc52e45db71f13d" | 9 | SRCREV_pn-${PN} = "04b1732220078d47c18a84cbafc52e45db71f13d" |
10 | SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \ | 10 | SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \ |
11 | file://0001-Beagle-Rev-C5-support.patch \ | 11 | file://0001-Beagle-Rev-C5-support.patch \ |
12 | " | 12 | file://panda-frefclk.patch;patch=1 \ |
13 | " | ||
13 | 14 | ||
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
15 | 16 | ||