diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2009-12-08 19:32:06 -0700 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-12-09 02:34:07 +0000 |
commit | c178abb2944784a49700ef19a1843e96db23f204 (patch) | |
tree | 6a0c66ae981a35ee768f32ba7c6b5c7e6c4d10b6 | |
parent | 97ac254aec3231ca3c6534182f4bd82d3cc41215 (diff) |
dvnixload_0.2.6.bb : add tool to download to davinci chips
Using BBCLASSEXTEN = "native" to give a native version too
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | 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 0cd2fed9e6..8d6c6f5aa9 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 0000000000..3c304a0be2 --- /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" + |