Skip to content
Snippets Groups Projects
Commit 06e24bad authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/optional_fng_install and 2 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@9be2c52b

pipeline:build: Fix indentation of here-doc

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@245e6537

pipeline:build: Make generation of install script optional

The Genio 700 platform doesn't have an fng_install.sh. Currently, the
pipeline fails because of the exit code in the script check.
Make the generation of the install command optional and only show a
warning if the script is missing.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@8fedce8a

pipeline:build: Add MediaTek Genio 700 SoC
parent a4440f19
No related branches found
No related tags found
1 merge request!18Integrate gitlab-ci/optional_fng_install and 2 more
Pipeline #91926 passed with stage
in 10 seconds
Subproject commit 6f773de5a46c32b2ba590828513a50703d7e3d57
Subproject commit 9be2c52b180ef30dcfffa1b5d954f29bf4756c35
......@@ -4,9 +4,9 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 6f773de5a46c32b2ba590828513a50703d7e3d57
ref: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 6f773de5a46c32b2ba590828513a50703d7e3d57
GITLAB_CI_REVISION: 9be2c52b180ef30dcfffa1b5d954f29bf4756c35
BB_RECIPE_NAME: ilitek
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