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 /recipes/dvnixload | |
parent | 97ac254aec3231ca3c6534182f4bd82d3cc41215 (diff) |
dvnixload_0.2.6.bb : add tool to download to davinci chips
Using BBCLASSEXTEN = "native" to give a native version too
Diffstat (limited to 'recipes/dvnixload')
-rw-r--r-- | recipes/dvnixload/dvnixload_0.2.6.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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" + |