From c178abb2944784a49700ef19a1843e96db23f204 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 8 Dec 2009 19:32:06 -0700 Subject: [PATCH] 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(+) create mode 100644 recipes/dvnixload/dvnixload_0.2.6.bb 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" + -- 2.39.2