diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-26 12:20:45 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-26 12:20:49 +0200 |
commit | d2fb3a7f2f13a132e5a12dabf3d2b6642cc6b812 (patch) | |
tree | 778e98d3db862ad2bb9a680a27b4cd3f6215abee /templates/machine/imx6qsabrelite/50_setup.sh | |
parent | 79bad97da5d13e457d2847ba52dbc04597c93a86 (diff) |
Generalize EULA functions and apply to imx6qsabrelite
This change generalizes the *_setup_EULA*.sh scripts to work with custom layouts.
The 50_setup.sh of the machine template just needs to call
find_and_ack_eula <layerfolder> [<EULA_FILENAME_relative_to_layerfolder>]
The EULA_FILENAME is optional.
Also an optional EULA_FLAG_NAME can be exported which will be used
for the layer.conf.
If no EULA_FLAG_NAME is set, we'll default to the current
ACCEPT_EULA_$MACHINE.
Change-Id: I03a4551e1cf088dce0b13aa5e38f606d67e0fb29
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/imx6qsabrelite/50_setup.sh')
-rw-r--r-- | templates/machine/imx6qsabrelite/50_setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/machine/imx6qsabrelite/50_setup.sh b/templates/machine/imx6qsabrelite/50_setup.sh new file mode 100644 index 000000000..ea340a763 --- /dev/null +++ b/templates/machine/imx6qsabrelite/50_setup.sh @@ -0,0 +1,2 @@ +find_and_ack_eula $METADIR/meta-fsl-arm EULA +export EULA_FLAG_NAME="ACCEPT_FSL_EULA" |