From 4b598235c58ced76a8174137fae4270a72b39eae Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Tue, 18 Jun 2019 12:37:05 +0200 Subject: Add fpga management utility Change-Id: I86ef6e3842ae87acc3c100eae2ff5516c1fc4203 Signed-off-by: Adrian Mangeac --- licenses/Xilinx-custom | 27 +++++++++++++++++++++++++++ recipes-apps/fpgautil/files/fpgautil.tar.bz2 | Bin 0 -> 97101 bytes recipes-apps/fpgautil/fpgautil_0.1.bb | 11 +++++++++++ 3 files changed, 38 insertions(+) create mode 100644 licenses/Xilinx-custom create mode 100644 recipes-apps/fpgautil/files/fpgautil.tar.bz2 create mode 100644 recipes-apps/fpgautil/fpgautil_0.1.bb 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 @@ +/****************************************************************************** + * + * Copyright (C) 2018 Xilinx, Inc. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * XILINX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF + * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + * Except as contained in this notice, the name of the Xilinx shall not be used + * in advertising or otherwise to promote the sale, use or other dealings in + * this Software without prior written authorization from Xilinx. + * + ******************************************************************************/ 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 Binary files /dev/null and b/recipes-apps/fpgautil/files/fpgautil.tar.bz2 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 @@ +DESCRIPTION = "Xilinx FPGA Utility" +LICENSE = "Xilinx-custom" + +LIC_FILES_CHKSUM = " \ + file://fpgautil.c;beginline=3;endline=25;md5=4e8dc09750093d11786b8bd0a5176e42 \ + " +SRC_URI = "file://fpgautil.tar.bz2" + +inherit autotools + +S = "${WORKDIR}/fpgautil" -- cgit v1.2.3-54-g00ecf