summaryrefslogtreecommitdiffstats
path: root/recipes-apps/fpgautil/fpgautil_0.1.bb
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-18 12:37:05 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-24 11:56:23 +0200
commit4b598235c58ced76a8174137fae4270a72b39eae (patch)
tree0e91dee8d8831c4050ed43a54b2f51f2260c5a99 /recipes-apps/fpgautil/fpgautil_0.1.bb
parentd76f4bb39d125ae6a500efda4099a0ea2ce0a597 (diff)
downloadmeta-enea-bsp-arm-4b598235c58ced76a8174137fae4270a72b39eae.tar.gz
Add fpga management utility
Change-Id: I86ef6e3842ae87acc3c100eae2ff5516c1fc4203 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'recipes-apps/fpgautil/fpgautil_0.1.bb')
-rw-r--r--recipes-apps/fpgautil/fpgautil_0.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-apps/fpgautil/fpgautil_0.1.bb b/recipes-apps/fpgautil/fpgautil_0.1.bb
new file mode 100644
index 0000000..dc308ac
--- /dev/null
+++ b/recipes-apps/fpgautil/fpgautil_0.1.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "Xilinx FPGA Utility"
2LICENSE = "Xilinx-custom"
3
4LIC_FILES_CHKSUM = " \
5 file://fpgautil.c;beginline=3;endline=25;md5=4e8dc09750093d11786b8bd0a5176e42 \
6 "
7SRC_URI = "file://fpgautil.tar.bz2"
8
9inherit autotools
10
11S = "${WORKDIR}/fpgautil"