Skip to content
Snippets Groups Projects
Commit c8c9933d authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Insert tanaro board config file

parent 1437fcc9
No related branches found
No related tags found
No related merge requests found
build-edgehog-tanaro: build-edgehog-tanaro:
extends: .build extends: .build
variables: &build-edgehog-tanaro variables: &build-edgehog-tanaro
MACHINE: seco-imx8mm-tanaro BOARD: tanaro
DEFCONFIG_FILE: TODO PROCESSOR: imx8mm
BOARD: tanaro BUILD_DIRECTORY: build_tanaro
\ No newline at end of file MACHINE: seco-imx8mm-tanaro
DEFCONFIG_FILE: seco_sbc_tanaro_edgehog
deploy-edgehog-tanaro:
extends: .deploy
needs:
- job: build-edgehog-tanaro
artifacts: true
variables: &deploy-edgehog-tanaro
<<: *build-edgehog-tanaro
UBOOT_FILE: u-boot.bin
KERNEL_FILE: Image
AZURE_PATH: imx8/tanaro
...@@ -8,6 +8,7 @@ include: ...@@ -8,6 +8,7 @@ include:
- local: boards/.a62.yml - local: boards/.a62.yml
- local: boards/.c20.yml - local: boards/.c20.yml
- local: boards/.c31.yml - local: boards/.c31.yml
- local: boards/.tanaro.yml
variables: variables:
# The id of the gitlab project used in the rules section to not run pipelines in # The id of the gitlab project used in the rules section to not run pipelines in
......
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