summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--licenses/Xilinx-custom27
-rw-r--r--recipes-apps/fpgautil/files/fpgautil.tar.bz2bin0 -> 97101 bytes
-rw-r--r--recipes-apps/fpgautil/fpgautil_0.1.bb11
3 files changed, 38 insertions, 0 deletions
diff --git a/licenses/Xilinx-custom b/licenses/Xilinx-custom
new file mode 100644
index 0000000..91aa09c
--- /dev/null
+++ b/licenses/Xilinx-custom
@@ -0,0 +1,27 @@
1/******************************************************************************
2 *
3 * Copyright (C) 2018 Xilinx, Inc. All rights reserved.
4 *
5 * Permission is hereby granted, free of charge, to any person obtaining a copy
6 * of this software and associated documentation files (the "Software"), to deal
7 * in the Software without restriction, including without limitation the rights
8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 * copies of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
11 *
12 * The above copyright notice and this permission notice shall be included in
13 * all copies or substantial portions of the Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * XILINX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
19 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 * SOFTWARE.
22 *
23 * Except as contained in this notice, the name of the Xilinx shall not be used
24 * in advertising or otherwise to promote the sale, use or other dealings in
25 * this Software without prior written authorization from Xilinx.
26 *
27 ******************************************************************************/
diff --git a/recipes-apps/fpgautil/files/fpgautil.tar.bz2 b/recipes-apps/fpgautil/files/fpgautil.tar.bz2
new file mode 100644
index 0000000..5ce733e
--- /dev/null
+++ b/recipes-apps/fpgautil/files/fpgautil.tar.bz2
Binary files differ
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"