aboutsummaryrefslogtreecommitdiffstats
path: root/packages/x-load
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-08 06:59:24 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-08 06:59:24 +0000
commit176d63c83d6645930ad5f33caf8d9834ea65e884 (patch)
tree4385ea83891a1c6afddc05a86fc7f4d71d776f51 /packages/x-load
parent8298e3a2a32c27489940de1f654051097438cffc (diff)
downloadopenembedded-176d63c83d6645930ad5f33caf8d9834ea65e884.tar.gz
x-load: bump SRCREV to get NAND boot working when there's no MMC inserted
Diffstat (limited to 'packages/x-load')
-rw-r--r--packages/x-load/x-load_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/x-load/x-load_git.bb b/packages/x-load/x-load_git.bb
index ab926eddca..82c39da5dd 100644
--- a/packages/x-load/x-load_git.bb
+++ b/packages/x-load/x-load_git.bb
@@ -2,10 +2,10 @@ require x-load.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
-SRCREV = "04ad40d5c8bca196aa4a5dfe945a007e21f1b149"
+SRCREV = "0c9ba2fb18aaad9f92faad2351e59721ae71bec4"
PV = "1.41+${PR}+git${SRCREV}"
-PR="r6"
+PR="r7"
SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"