From 555fad51465ee571c4b565d6615736a0f7acb0ae Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 23 Jan 2020 18:20:25 +0100 Subject: imx-sc-firmware: require eula acceptance In order to build the scfw recipe the NXP EULA must be accepted. Enforce acceptence with the fsl-eula-unpack class mechanisms. Related-to: ELB-1252 Signed-off-by: Max Krummenacher --- recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend index a3bbee7..b1aaa24 100644 --- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend +++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend @@ -1,6 +1,6 @@ SCFW_TDX_SRC ?= "git://github.com/toradex/i.MX-System-Controller-Firmware.git" -SRC_URI += "${SCFW_TDX_SRC};branch=master;protocol=https" +SRC_URI += "${SCFW_TDX_SRC};branch=master;protocol=https;fsl-eula=true" SRCREV = "7400edfa2a94be81693b3411dd0cfd9d01449e77" SRCREV_use-head-next = "${AUTOREV}" -- cgit v1.2.3