From: Koen Kooi Date: Fri, 8 Aug 2008 06:59:24 +0000 (+0000) Subject: x-load: bump SRCREV to get NAND boot working when there's no MMC inserted X-Git-Tag: Release-2010-05/1~6337 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176d63c83d6645930ad5f33caf8d9834ea65e884;p=openembedded.git x-load: bump SRCREV to get NAND boot working when there's no MMC inserted --- 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"