summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-01-23 18:20:25 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-01-23 22:02:35 +0100
commit555fad51465ee571c4b565d6615736a0f7acb0ae (patch)
tree2714f7f9e625e8a89275c8a1396fae2ff0e25c61
parent01af70cbb707b01e5f7885711ac32b1eddaf91cd (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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}"