Skip to content
Snippets Groups Projects
Commit ea426e4a authored by Ettore Chimenti's avatar Ettore Chimenti Committed by Zygmunt Krynicki
Browse files

Add NXP License approval for SECO-C61


Signed-off-by: Ettore Chimenti's avatarEttore Chimenti <ettore.chimenti@seco.com>
parent 6c7e51de
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,10 @@ stages: ...@@ -117,6 +117,10 @@ stages:
# devtool and other related tools. # devtool and other related tools.
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Accept NXP license only for building targets that require proprietary
# resources to boot.
- test "$ACCEPT_FSL_EULA" -eq 1 && echo 'ACCEPT_FSL_EULA = "1"' >> conf/local.conf
after_script: after_script:
# If the primary script failed early enough, the scratch dir may not have # If the primary script failed early enough, the scratch dir may not have
# been created yet. Check for that to avoid confusing errors. # been created yet. Check for that to avoid confusing errors.
...@@ -168,6 +172,7 @@ stages: ...@@ -168,6 +172,7 @@ stages:
OHOS_BUILD_FLAVOUR: "linux" OHOS_BUILD_FLAVOUR: "linux"
OHOS_RECIPE_NAME: "openharmony-image-base-tests" OHOS_RECIPE_NAME: "openharmony-image-base-tests"
OHOS_GIT_REPO_PATH: "meta-ohos" OHOS_GIT_REPO_PATH: "meta-ohos"
ACCEPT_FSL_EULA: 0
"Qemu x86-64 (Linux)": "Qemu x86-64 (Linux)":
extends: .build-linux extends: .build-linux
...@@ -183,6 +188,7 @@ stages: ...@@ -183,6 +188,7 @@ stages:
extends: .build-linux extends: .build-linux
variables: variables:
MACHINE: seco-imx8mm-c61 MACHINE: seco-imx8mm-c61
ACCEPT_FSL_EULA: 1
"96Boards Avenger96 (Linux)": "96Boards Avenger96 (Linux)":
extends: .build-linux extends: .build-linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment