* [PATCH] Introduce xc3sprog recipe @ 2010-07-23 8:44 Jaap de Jong 2010-07-23 9:02 ` Frans Meulenbroeks 0 siblings, 1 reply; 2+ messages in thread From: Jaap de Jong @ 2010-07-23 8:44 UTC (permalink / raw) To: openembedded-devel Hi, below a recipe to build a great tool for programming Xilinx fpga's etc. thanks and best regards, Jaap --- diff --git a/recipes/xc3sprog/xc3sprog_461.bb b/recipes/xc3sprog/xc3sprog_461.bb new file mode 100644 index 0000000..66775d4 --- /dev/null +++ b/recipes/xc3sprog/xc3sprog_461.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs" +LICENSE = "GPL" +HOMEPAGE = "http://sourceforge.net/projects/xc3sprog" +SECTION = "console/utils" + +DEPENDS += "libftdi libusb" + +SRC_URI = "svn://${PN}.svn.sourceforge.net/svnroot/${PN};module=trunk;proto=https" +SRCREV = ${PV} + +SRC_URI[md5sum] = "916f65fa68d154621fc0cf1f405f2726" +SRC_URI[sha256sum] = "5b6f3c3ee51c6aa24d3b87135e01762cf68821d1c3599d87d349fea4ede74c62" + +S = "${WORKDIR}/trunk" +PR = "r0" + +inherit cmake + ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Introduce xc3sprog recipe 2010-07-23 8:44 [PATCH] Introduce xc3sprog recipe Jaap de Jong @ 2010-07-23 9:02 ` Frans Meulenbroeks 0 siblings, 0 replies; 2+ messages in thread From: Frans Meulenbroeks @ 2010-07-23 9:02 UTC (permalink / raw) To: openembedded-devel 2010/7/23 Jaap de Jong <jaap.dejong@nedap.com> > Hi, > > below a recipe to build a great tool for programming Xilinx fpga's etc. > > thanks and best regards, > > Jaap > --- > diff --git a/recipes/xc3sprog/xc3sprog_461.bb b/recipes/xc3sprog/ > xc3sprog_461.bb > new file mode 100644 > index 0000000..66775d4 > --- /dev/null > +++ b/recipes/xc3sprog/xc3sprog_461.bb > @@ -0,0 +1,18 @@ > +DESCRIPTION = "suite of utilities for programming Xilinx FPGAs, CPLDs, and > EEPROMs" > +LICENSE = "GPL" > +HOMEPAGE = "http://sourceforge.net/projects/xc3sprog" > +SECTION = "console/utils" > + > +DEPENDS += "libftdi libusb" > + > +SRC_URI = "svn://${PN}. > svn.sourceforge.net/svnroot/${PN};module=trunk;proto=https<http://svn.sourceforge.net/svnroot/$%7BPN%7D;module=trunk;proto=https> > " > +SRCREV = ${PV} > + > +SRC_URI[md5sum] = "916f65fa68d154621fc0cf1f405f2726" > +SRC_URI[sha256sum] = > "5b6f3c3ee51c6aa24d3b87135e01762cf68821d1c3599d87d349fea4ede74c62" > + > +S = "${WORKDIR}/trunk" > +PR = "r0" > + > +inherit cmake > + > > > Cool, looks good to me. Will try to test it later. Thanks for your contribution. Frans > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-23 9:02 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-07-23 8:44 [PATCH] Introduce xc3sprog recipe Jaap de Jong 2010-07-23 9:02 ` Frans Meulenbroeks
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.