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...
Jaap
Suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs --- recipes/xc3sprog/xc3sprog_411.bb | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 recipes/xc3sprog/xc3sprog_411.bb diff --git a/recipes/xc3sprog/xc3sprog_411.bb b/recipes/xc3sprog/xc3sprog_411.bb new file mode 100644 index 0000000..21527dd --- /dev/null +++ b/recipes/xc3sprog/xc3sprog_411.bb @@ -0,0 +1,25 @@ +# xc3sprog build file +LICENSE="GPL" +DESCRIPTION="suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs" +HOMEPAGE="http://sourceforge.net/projects/xc3sprog" + +DEPENDS += "libftdi" + +S="${WORKDIR}/xc3sprog-${PV}/xc3sprog/trunk" +PR = "r0" + +inherit cmake + +do_fetch() { + mkdir -p ${WORKDIR}/${P} + cd ${WORKDIR}/${P} + svn co -r ${PV} https://xc3sprog.svn.sourceforge.net/svnroot/xc3sprog +} + +do_unpack() { +} + +do_install() { + oe_runmake install DESTDIR="${D}" +} + -- 1.6.3.3
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
