dvnixload_0.2.6.bb : add tool to download to davinci chips
authorGraeme Gregory <gg@slimlogic.co.uk>
Wed, 9 Dec 2009 02:32:06 +0000 (19:32 -0700)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 9 Dec 2009 02:34:07 +0000 (02:34 +0000)
Using BBCLASSEXTEN = "native" to give a native version too

conf/checksums.ini
recipes/dvnixload/dvnixload_0.2.6.bb [new file with mode: 0644]

index 0cd2fed..8d6c6f5 100644 (file)
@@ -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 (file)
index 0000000..3c304a0
--- /dev/null
@@ -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"
+