summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load/x-load_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-11 10:00:43 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-11 10:00:43 +0200
commit9e986556e4f28f989bca9c86abb927c75214a5d4 (patch)
tree0c2d941b7a7a843148fe46d613cbf8eb98c56b38 /recipes-bsp/x-load/x-load_git.bb
parentdd427bc17f20f35342d6db932c372e221d52d648 (diff)
downloadmeta-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.bb5
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
5PV = "1.5.0+${PR}+gitr${SRCREV}" 5PV = "1.5.0+${PR}+gitr${SRCREV}"
6PR ="r24" 6PR ="r25"
7PE = "1" 7PE = "1"
8 8
9SRCREV_pn-${PN} = "04b1732220078d47c18a84cbafc52e45db71f13d" 9SRCREV_pn-${PN} = "04b1732220078d47c18a84cbafc52e45db71f13d"
10SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \ 10SRC_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
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16