diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-07 09:59:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-07 09:59:30 +0200 |
commit | 0c460d4e83c139af29a9bf1104ef3e4ae25ae9ff (patch) | |
tree | 7ca347f0cd25b971eb232fd8ffc955aa26dcd58a /recipes-bsp/x-load/x-load_git.bb | |
parent | 9495db8c91d7c544cfdfa9bdeadf1aa697db3b06 (diff) | |
download | meta-ti-0c460d4e83c139af29a9bf1104ef3e4ae25ae9ff.tar.gz |
x-load: add support for beagleboard C5
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load_git.bb index 933e2b42..c01fa8f6 100644 --- a/recipes-bsp/x-load/x-load_git.bb +++ b/recipes-bsp/x-load/x-load_git.bb | |||
@@ -3,11 +3,12 @@ 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 ="r23" | 6 | PR ="r24" |
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 | " | 12 | " |
12 | 13 | ||
13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |