summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load/x-load_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-08 08:52:31 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-08 08:52:31 +0100
commitf9e942c6b1c31f1fbb5e108b7f1fa859fd0f7412 (patch)
treeff83dfd7c32a0737534bd956f94182e8bb0c9271 /recipes-bsp/x-load/x-load_git.bb
parente377e1378cd3e3421dc7d3c500a5f41b93fad64d (diff)
downloadmeta-ti-f9e942c6b1c31f1fbb5e108b7f1fa859fd0f7412.tar.gz
x-load: fall back to xM when detecting beagleboard revisions
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.bb3
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 5be261b7..eb8f3eaf 100644
--- a/recipes-bsp/x-load/x-load_git.bb
+++ b/recipes-bsp/x-load/x-load_git.bb
@@ -3,7 +3,7 @@ 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.44+${PR}+gitr${SRCREV}" 5PV = "1.44+${PR}+gitr${SRCREV}"
6PR ="r20" 6PR ="r21"
7PE = "1" 7PE = "1"
8 8
9SRCREV_pn-${PN} = "24b8b7f41a83540433024854736518876257672c" 9SRCREV_pn-${PN} = "24b8b7f41a83540433024854736518876257672c"
@@ -13,6 +13,7 @@ SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git
13 file://0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch \ 13 file://0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch \
14 file://0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch \ 14 file://0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch \
15 file://0005-omap4-Make-1GHz-as-default-MPU-clock.patch \ 15 file://0005-omap4-Make-1GHz-as-default-MPU-clock.patch \
16 file://xmc.patch \
16 " 17 "
17 18
18S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"