From 5dcb6bad563cb195502a6cf1060f8110b0caaf45 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 9 Aug 2019 17:21:18 +0800 Subject: 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 --- recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') 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" -- cgit v1.2.3