[oe-commits] Khem Raj : u-boot-efikamx_1.1.8.bb: Efika MX bootloader

git version control git at git.openembedded.org
Mon Aug 23 15:14:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 231757d9f3e9aa4c57c3afd2d4b86860d805e5b0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=231757d9f3e9aa4c57c3afd2d4b86860d805e5b0

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Aug 22 20:09:21 2010 -0700

u-boot-efikamx_1.1.8.bb: Efika MX bootloader

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/u-boot/u-boot-efikamx_1.1.8.bb |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/recipes/u-boot/u-boot-efikamx_1.1.8.bb b/recipes/u-boot/u-boot-efikamx_1.1.8.bb
new file mode 100644
index 0000000..2094bf7
--- /dev/null
+++ b/recipes/u-boot/u-boot-efikamx_1.1.8.bb
@@ -0,0 +1,25 @@
+require u-boot.inc
+PR ="r0"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://www.powerdeveloper.org/asset/by-id/89;name=uboot-efikamx \
+          "
+SRC_URI[uboot-efikamx.md5sum] = "072fbd97b293ac96d3f166e261c56131"
+SRC_URI[uboot-efikamx.sha256sum] = "ee813d15e0e699340e5099641e01ac2952d42329d168deb48692a22a66d48965"
+
+S = "${WORKDIR}/uboot-efikamx-${PV}"
+
+python do_fetch () {
+        import os,shutil
+        bb.build.exec_func("base_do_fetch", d)
+        if os.access(bb.data.expand("${DL_DIR}/89", d), os.R_OK):
+                shutil.copy(bb.data.expand("${DL_DIR}/89", d), bb.data.expand("${DL_DIR}/${PN}-${PV}.tar.lzma", d))
+}
+
+python do_unpack () {
+        bb.build.exec_func('efikamx_uboot_do_unpack', d)
+}
+
+efikamx_uboot_do_unpack (){
+       (cd ${WORKDIR}; tar xf ${DL_DIR}/${PN}-${PV}.tar.lzma)
+}





More information about the Openembedded-commits mailing list