summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-01-23 18:20:25 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-12 16:20:56 +0100
commite5049a9c1bf8575beec0d7aab06f5d9cc7093283 (patch)
tree74f4d8f454a4f80c2025104e8a10f59927800ffb
parentbea6c8f39e84010d858ac8978fec31f873820b9a (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> (cherry picked from commit 555fad51465ee571c4b565d6615736a0f7acb0ae)
-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}"