diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-03-19 23:28:46 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-03-19 23:30:19 +0000 |
commit | 85561b74068e9b59ed8186ec9ac67ada3de54ea1 (patch) | |
tree | 3fee2f46cf12cef2a66dceb4051bf47827246aa8 /recipes/x-load | |
parent | aa4f6eb2b5239533a0f2661c4d661a8617d2e6f7 (diff) |
x-load_git.bb : fix minor mistake in omapzoom36x version
This also needs the u-boot snapshot to exist.
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes/x-load')
-rw-r--r-- | recipes/x-load/x-load_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index 7d96ca0459..cfb1a434f6 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -30,12 +30,14 @@ SRC_URI_append_am3517-evm = " \ SRC_URI_omapzoom2 = "git://dev.omapzoom.org/pub/scm/bootloader/x-loader.git;protocol=git \ http://www.xora.org.uk/~dp/oe/zoom2.u-boot.git_78e778e0ea884306841c6499851a1e35177d81d0.tar.gz;name=uboot" SRCREV_omapzoom2 = "599c6cb87ee0c01fd6632b24f6d7e0a2b3ea5d0a" -SRC_URI[uboot.md5sum] = "e68b30714d22ce2f926d2dd19f94a2be" -SRC_URI[uboot.sha256sum] = "e7e5c87d939cc4c1f14d17ea0814b0bed97021c7afca3ef9053c896c2b5bdd6f" -SRC_URI_omapzoom36x = "git://dev.omapzoom.org/pub/scm/bootloader/x-loader.git;protocol=git" +SRC_URI_omapzoom36x = "git://dev.omapzoom.org/pub/scm/bootloader/x-loader.git;protocol=git \ + http://www.xora.org.uk/~dp/oe/zoom2.u-boot.git_78e778e0ea884306841c6499851a1e35177d81d0.tar.gz;name=uboot" SRCREV_omapzoom36x = "251d92815500143aefdbe3b3558a0ce6daeaebdc" +SRC_URI[uboot.md5sum] = "e68b30714d22ce2f926d2dd19f94a2be" +SRC_URI[uboot.sha256sum] = "e7e5c87d939cc4c1f14d17ea0814b0bed97021c7afca3ef9053c896c2b5bdd6f" + S = "${WORKDIR}/git" PACKAGE_ARCH = "${MACHINE_ARCH}" |