diff options
author | Geetha T <geethat@ti.com> | 2010-03-19 16:13:49 -0600 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-03-19 23:30:18 +0000 |
commit | fe529294f93e83b6332fc3d984ba7d7afbe4478f (patch) | |
tree | ff3f9c62fb23810d0c999cf3a40c0be5fc63d670 /recipes | |
parent | 01b04b9a7775a2c8123a6d7ecee7f4d085681f09 (diff) |
x-load_git: Added support for OMAPZoom36x
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/x-load/x-load_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb index 4be7fa71cf..7d96ca0459 100644 --- a/recipes/x-load/x-load_git.bb +++ b/recipes/x-load/x-load_git.bb @@ -33,6 +33,9 @@ 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" +SRCREV_omapzoom36x = "251d92815500143aefdbe3b3558a0ce6daeaebdc" + S = "${WORKDIR}/git" PACKAGE_ARCH = "${MACHINE_ARCH}" |