summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/classes
diff options
context:
space:
mode:
authorChristian Kohn <chris.kohn@amd.com>2022-07-30 02:00:41 +0200
committerMark Hatle <mark.hatle@amd.com>2022-08-02 10:13:56 -0500
commit8304f58dedfd981f16a57ef7432cc5a61b58fb22 (patch)
tree77e74d7cc4010a3ee7700d7259905c7ffeadd7ed /meta-xilinx-core/classes
parentd0494a338a784cae0df89b997e65d3a70383406a (diff)
downloadmeta-xilinx-8304f58dedfd981f16a57ef7432cc5a61b58fb22.tar.gz
fpgamanager_custom: Remove LICENSE and LIC_FILES_CHKSUM
Don't set the LICENSE and LIC_FILES_CHKSUM variables as otherwise the values set at the recipe or inc file level don't get honored, depending on where the inherit line is placed in the file. The user shall explicitely set the LICENSE at the inc file or recipe level. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/classes')
-rw-r--r--meta-xilinx-core/classes/fpgamanager_custom.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xilinx-core/classes/fpgamanager_custom.bbclass b/meta-xilinx-core/classes/fpgamanager_custom.bbclass
index 848727fb..555e2a66 100644
--- a/meta-xilinx-core/classes/fpgamanager_custom.bbclass
+++ b/meta-xilinx-core/classes/fpgamanager_custom.bbclass
@@ -1,6 +1,3 @@
1LICENSE = "MIT"
2LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
3
4inherit devicetree 1inherit devicetree
5 2
6DEPENDS = "dtc-native bootgen-native" 3DEPENDS = "dtc-native bootgen-native"