diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-08 08:52:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-08 08:52:31 +0100 |
commit | f9e942c6b1c31f1fbb5e108b7f1fa859fd0f7412 (patch) | |
tree | ff83dfd7c32a0737534bd956f94182e8bb0c9271 /recipes-bsp/x-load/x-load_git.bb | |
parent | e377e1378cd3e3421dc7d3c500a5f41b93fad64d (diff) | |
download | meta-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.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 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 | ||
5 | PV = "1.44+${PR}+gitr${SRCREV}" | 5 | PV = "1.44+${PR}+gitr${SRCREV}" |
6 | PR ="r20" | 6 | PR ="r21" |
7 | PE = "1" | 7 | PE = "1" |
8 | 8 | ||
9 | SRCREV_pn-${PN} = "24b8b7f41a83540433024854736518876257672c" | 9 | SRCREV_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 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |