diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/cubox-i/50_setup.sh | 2 | ||||
-rw-r--r-- | templates/machine/imx6qdlsabreauto/50_setup.sh | 2 | ||||
-rw-r--r-- | templates/machine/nitrogen6x/50_setup.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/machine/cubox-i/50_setup.sh b/templates/machine/cubox-i/50_setup.sh index bb22790dc..eefd1eb7f 100644 --- a/templates/machine/cubox-i/50_setup.sh +++ b/templates/machine/cubox-i/50_setup.sh @@ -1,2 +1,2 @@ -find_and_ack_eula $METADIR/meta-freescale EULA +find_and_ack_eula $METADIR/bsp/meta-freescale EULA export EULA_FLAG_NAME="ACCEPT_FSL_EULA" diff --git a/templates/machine/imx6qdlsabreauto/50_setup.sh b/templates/machine/imx6qdlsabreauto/50_setup.sh index bb22790dc..eefd1eb7f 100644 --- a/templates/machine/imx6qdlsabreauto/50_setup.sh +++ b/templates/machine/imx6qdlsabreauto/50_setup.sh @@ -1,2 +1,2 @@ -find_and_ack_eula $METADIR/meta-freescale EULA +find_and_ack_eula $METADIR/bsp/meta-freescale EULA export EULA_FLAG_NAME="ACCEPT_FSL_EULA" diff --git a/templates/machine/nitrogen6x/50_setup.sh b/templates/machine/nitrogen6x/50_setup.sh index bb22790dc..eefd1eb7f 100644 --- a/templates/machine/nitrogen6x/50_setup.sh +++ b/templates/machine/nitrogen6x/50_setup.sh @@ -1,2 +1,2 @@ -find_and_ack_eula $METADIR/meta-freescale EULA +find_and_ack_eula $METADIR/bsp/meta-freescale EULA export EULA_FLAG_NAME="ACCEPT_FSL_EULA" |