[oe-commits] Graeme Gregory : x-load_git.bb : add support for omapzoom2 in x-load

git version control git at git.openembedded.org
Wed Feb 10 18:47:39 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6c94d48a45d1b5bcebacc87fdefdebfb4cd3c67e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c94d48a45d1b5bcebacc87fdefdebfb4cd3c67e

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Wed Feb 10 14:51:41 2010 +0000

x-load_git.bb : add support for omapzoom2 in x-load

this recipe is a bit wierd as omapzoom2 version of x-load refers to
u-boot build directory.

---

 conf/machine/omapzoom2.conf  |    1 +
 recipes/x-load/x-load_git.bb |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf
index 7152dc1..698b241 100644
--- a/conf/machine/omapzoom2.conf
+++ b/conf/machine/omapzoom2.conf
@@ -30,6 +30,7 @@ KERNEL_IMAGETYPE = "uImage"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 UBOOT_MACHINE = "omap3430zoom2_config"
+XLOAD_MACHINE = "omap3430zoom2_config"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # From dmesg:
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb
index 0e0e603..4be7fa7 100644
--- a/recipes/x-load/x-load_git.bb
+++ b/recipes/x-load/x-load_git.bb
@@ -27,6 +27,12 @@ SRC_URI_append_am3517-evm = " \
                                  file://xload-shiva.diff;patch=1 \
 "
 
+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"
+
 S = "${WORKDIR}/git"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"





More information about the Openembedded-commits mailing list