[oe-commits] Graeme Gregory : dvnixload_0.2.6.bb : add tool to download to davinci chips

git version control git at git.openembedded.org
Wed Dec 9 10:23:16 UTC 2009


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

Author: Graeme Gregory <gg at slimlogic.co.uk>
Date:   Tue Dec  8 19:32:06 2009 -0700

dvnixload_0.2.6.bb : add tool to download to davinci chips

Using BBCLASSEXTEN = "native" to give a native version too

---

 conf/checksums.ini                   |    4 ++++
 recipes/dvnixload/dvnixload_0.2.6.bb |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0cd2fed..8d6c6f5 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -5782,6 +5782,10 @@ sha256=6d851f4117002d3523354b70c3f9be4abe5325b084ff54d01ac6daa5ce9a5944
 md5=cc101da3b436607ee2265b5af5001484
 sha256=ab7c305be32708c4ede670e13783b718e6a28e35b5495e6c42c31c35a8b512a6
 
+[http://www.hugovil.com/repository/dvnixload-0.2.6.tar.gz]
+md5=33308f47405c0e96a8248c7b1229dee5
+sha256=5b76e9cb0ee843208c17053315926e0e168db8a89fe960655a0d0f4871e2b9da
+
 [http://www.threekong.com/download/dweba/dweba-1.0.0-pre14.tar.gz]
 md5=6f0bd0bcda35c6a96cc3853f16ba82d4
 sha256=ea32ca58b6500d9061177da23ef03f918ef0c5bbbdd082a843f4834cef9c4957
diff --git a/recipes/dvnixload/dvnixload_0.2.6.bb b/recipes/dvnixload/dvnixload_0.2.6.bb
new file mode 100644
index 0000000..3c304a0
--- /dev/null
+++ b/recipes/dvnixload/dvnixload_0.2.6.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "UBL and second stage bootloader flasher for davinci"
+HOMEPAGE = "http://www.hugovil.com/en/dvnixload/"
+LICENSE = "GPLv2"
+SRC_URI = "http://www.hugovil.com/repository/dvnixload-0.2.6.tar.gz"
+
+inherit autotools
+
+BBCLASSEXTEND="native"
+





More information about the Openembedded-commits mailing list