aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap de Jong <jaap.dejong@nedap.com>2009-11-03 03:35:45 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-28 14:21:00 +0100
commiteafb1e0e3d08904e39f5b145420e72c104518c7e (patch)
tree0ca4273cb7faa5a9b7218a672e7c655cd7911a67
parent75a6698c7855944bbb544623acd784a59e88a303 (diff)
downloadopenembedded-eafb1e0e3d08904e39f5b145420e72c104518c7e.tar.gz
suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs
Updated. Much simpeler now... On Tue, 2009-11-03 at 13:30 +0100, Koen Kooi wrote: > On 03-11-09 13:10, Jaap de Jong wrote: > > Hi there, > > > > attached a proposal for a recipe for building a jtag tool for programming xilinx cpld's, fpga's and eeprom's. > > Disclaimer: this is my first recipe; possibly not optimal... > > Please use something like > > SRC_URI = > "svn://xc3sprog.svn.sourceforge.net/svnroot/xc3sprog;proto=https;module=trunk" > > > and set SRCREV accordingly instead of overriding do_fetch. > > regards, > > Koen > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel Suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs
-rw-r--r--recipes/xc3sprog/xc3sprog_411.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/xc3sprog/xc3sprog_411.bb b/recipes/xc3sprog/xc3sprog_411.bb
new file mode 100644
index 0000000000..4b776ed31b
--- /dev/null
+++ b/recipes/xc3sprog/xc3sprog_411.bb
@@ -0,0 +1,15 @@
+# xc3sprog build file
+LICENSE="GPL"
+DESCRIPTION="suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs"
+HOMEPAGE="http://sourceforge.net/projects/xc3sprog"
+
+DEPENDS += "libftdi"
+
+SRC_URI = "svn://xc3sprog.svn.sourceforge.net/svnroot/xc3sprog;proto=https;module=trunk"
+SRCREV = ${PV}
+
+S="${WORKDIR}/trunk"
+PR = "r0"
+
+inherit cmake
+