summaryrefslogtreecommitdiffstats
path: root/conf/fragments
diff options
context:
space:
mode:
authorDaiane Angolini <angolini@gmail.com>2026-02-17 14:03:45 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2026-02-17 14:03:45 -0300
commit85d026994c855da919dd527fabc7c14452a49328 (patch)
tree48ecc15ed047c6c253e5df2ec9e193199bbf6f55 /conf/fragments
parent493241103c2500536650e3307a491c090f10aa35 (diff)
downloadmeta-freescale-85d026994c855da919dd527fabc7c14452a49328.tar.gz
fragments: Add EULA acceptance configuration fragment
Add conf/fragments/eula/accept-fsl-eula.conf to allow accepting the Freescale/NXP EULA through a configuration fragment. This sets ACCEPT_FSL_EULA to '1', required for building recipes that use proprietary NXP software. Signed-off-by: Daiane Angolini <angolini@gmail.com>
Diffstat (limited to 'conf/fragments')
-rw-r--r--conf/fragments/eula/accept-fsl-eula.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/fragments/eula/accept-fsl-eula.conf b/conf/fragments/eula/accept-fsl-eula.conf
new file mode 100644
index 000000000..933feaa00
--- /dev/null
+++ b/conf/fragments/eula/accept-fsl-eula.conf
@@ -0,0 +1,12 @@
1# Accept Freescale/NXP EULA
2#
3# By setting this variable, you indicate that you have read and accepted
4# the terms in the Freescale/NXP Software License Agreement located at:
5# ${LAYERDIR}/EULA
6#
7# This is required to build recipes that use proprietary NXP software.
8
9BB_CONF_FRAGMENT_SUMMARY = "Accept Freescale/NXP EULA"
10BB_CONF_FRAGMENT_DESCRIPTION = "This fragment sets the ACCEPT_FSL_EULA variable to '1', indicating acceptance of the Freescale/NXP EULA."
11
12ACCEPT_FSL_EULA = "1"