summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2019-08-09 17:21:18 +0800
committerMing Liu <ming.liu@toradex.int>2019-08-20 09:02:03 +0000
commit5dcb6bad563cb195502a6cf1060f8110b0caaf45 (patch)
treeb02cc22425e741ffb89dfb6bf59dafd43edd9b8d /recipes-bsp
parentf209fd39a5d876fa9d66be0da92d33e346e3a1bb (diff)
tdx-k20-fw: drop a invalid license setting
There is not a generic license called "FREESCALE_SEMICONDUCTOR_SOFTWARE_LICENSE_AGREEMENT", drop it, use "CLOSED" instead, this fixes a following QA warning: | tdx-k20-fw: No generic license file exists for: FREESCALE_SEMICONDUCTOR_SOFTWARE_LICENSE_AGREEMENT in any provider Also remove a relative path reference in LIC_FILES_CHKSUM. Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb b/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb
index 08cc8f0..478026c 100644
--- a/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb
+++ b/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb
@@ -1,12 +1,12 @@
DESCRIPTION = "Toradex Apalis TK1 K20 MCU Firmware"
HOMEPAGE = "https://developer.toradex.com/"
-LICENSE = "FREESCALE_SEMICONDUCTOR_SOFTWARE_LICENSE_AGREEMENT"
+LICENSE = "CLOSED"
SRC_URI = "file://apalis-tk1-k20.bin \
file://LICENCE \
"
-LIC_FILES_CHKSUM = "file://../LICENCE;md5=a1b1cf31b1b3d185409f31cb9beb25dc"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENCE;md5=a1b1cf31b1b3d185409f31cb9beb25dc"
PR = "r0"