imx-setup-release.sh: EULA.txt is renamed as LICENSE.txt [YOCIMX-6759]

Update the setup script to align with EULA.txt renaming.

Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
Jun Zhu 2023-03-16 16:18:07 +08:00
parent 525ad9b80b
commit 2133cdfa15

View File

@ -127,8 +127,9 @@ if [ ! -f classes/fsl-eula-unpack.bbclass ]; then
fi fi
cd - cd -
# Override the click-through in meta-freescale/EULA # Override the click-through in meta-freescale
FSL_EULA_FILE=$CWD/sources/meta-imx/EULA.txt FSL_EULA_FILE=$CWD/sources/meta-imx/LICENSE.txt
# Set up the basic yocto environment # Set up the basic yocto environment
if [ -z "$DISTRO" ]; then if [ -z "$DISTRO" ]; then