Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
infrastructure
gitlab-ci
Commits
22a1b0f3
Commit
22a1b0f3
authored
2 years ago
by
Lorenzo Pagliai
Browse files
Options
Downloads
Patches
Plain Diff
[BOARD SUPPORT] Include C12, C26 and C43 boards
parent
dea28bc7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
boards/.c12.yml
+67
-0
67 additions, 0 deletions
boards/.c12.yml
boards/.c26.yml
+67
-0
67 additions, 0 deletions
boards/.c26.yml
boards/.c43.yml
+67
-0
67 additions, 0 deletions
boards/.c43.yml
with
201 additions
and
0 deletions
boards/.c12.yml
0 → 100644
+
67
−
0
View file @
22a1b0f3
########################
#### EDGEHOG THINGS ####
########################
build-edgehog-c12
:
extends
:
.build
variables
:
&build-edgehog-c12
BOARD
:
c12
PROCESSOR
:
imx8mq
BUILD_DIRECTORY
:
build_c12
MACHINE
:
seco-imx8mq-c12
DEFCONFIG_FILE
:
seco_smarc_c12_edgehog
RECIPE_NAME
:
seco-image-edgehog
IMAGE_NAME
:
edgehog-things-image
deploy-edgehog-c12
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-c12
artifacts
:
true
variables
:
&deploy-edgehog-c12
<<
:
*build-edgehog-c12
UBOOT_FILE
:
u-boot.bin
KERNEL_FILE
:
Image
AZURE_PATH
:
imx8/c12
#############################
### EDGEHOG EMBEDDED BASE ###
#############################
build-edgehog-embedded-base-c12
:
extends
:
.build
variables
:
&build-edgehog-embedded-c12
<<
:
*build-edgehog-c12
RECIPE_NAME
:
seco-image-edgehog-base
BUILD_DIRECTORY
:
build_c12_embedded_wayland
DEFCONFIG_FILE
:
seco_smarc_c12_edgehog_embedded_wayland
IMAGE_NAME
:
edgehog-embedded-base-image
deploy-edgehog-embedded-base-c12
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-embedded-base-c12
artifacts
:
true
variables
:
<<
:
*deploy-edgehog-c12
<<
:
*build-edgehog-embedded-c12
#############################
### EDGEHOG EMBEDDED FULL ###
#############################
build-edgehog-embedded-full-c12
:
extends
:
.build
variables
:
&build-edgehog-embedded-c12-full
<<
:
*build-edgehog-embedded-c12
RECIPE_NAME
:
seco-image-edgehog-full
IMAGE_NAME
:
edgehog-embedded-full-image
deploy-edgehog-embedded-full-c12
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-embedded-full-c12
artifacts
:
true
variables
:
<<
:
*deploy-edgehog-c12
<<
:
*build-edgehog-embedded-c12-full
\ No newline at end of file
This diff is collapsed.
Click to expand it.
boards/.c26.yml
0 → 100644
+
67
−
0
View file @
22a1b0f3
########################
#### EDGEHOG THINGS ####
########################
build-edgehog-c26
:
extends
:
.build
variables
:
&build-edgehog-c26
BOARD
:
c26
PROCESSOR
:
imx8qm
BUILD_DIRECTORY
:
build_c26
MACHINE
:
seco-imx8qm-c26
DEFCONFIG_FILE
:
seco_q7_c26_edgehog
RECIPE_NAME
:
seco-image-edgehog
IMAGE_NAME
:
edgehog-things-image
deploy-edgehog-c26
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-c26
artifacts
:
true
variables
:
&deploy-edgehog-c26
<<
:
*build-edgehog-c26
UBOOT_FILE
:
u-boot.bin
KERNEL_FILE
:
Image
AZURE_PATH
:
imx8/c26
#############################
### EDGEHOG EMBEDDED BASE ###
#############################
build-edgehog-embedded-base-c26
:
extends
:
.build
variables
:
&build-edgehog-embedded-c26
<<
:
*build-edgehog-c26
RECIPE_NAME
:
seco-image-edgehog-base
BUILD_DIRECTORY
:
build_c26_embedded_wayland
DEFCONFIG_FILE
:
seco_q7_c26_edgehog_embedded_wayland
IMAGE_NAME
:
edgehog-embedded-base-image
deploy-edgehog-embedded-base-c26
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-embedded-base-c26
artifacts
:
true
variables
:
<<
:
*deploy-edgehog-c26
<<
:
*build-edgehog-embedded-c26
#############################
### EDGEHOG EMBEDDED FULL ###
#############################
build-edgehog-embedded-full-c26
:
extends
:
.build
variables
:
&build-edgehog-embedded-c26-full
<<
:
*build-edgehog-embedded-c26
RECIPE_NAME
:
seco-image-edgehog-full
IMAGE_NAME
:
edgehog-embedded-full-image
deploy-edgehog-embedded-full-c26
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-embedded-full-c26
artifacts
:
true
variables
:
<<
:
*deploy-edgehog-c26
<<
:
*build-edgehog-embedded-c26-full
\ No newline at end of file
This diff is collapsed.
Click to expand it.
boards/.c43.yml
0 → 100644
+
67
−
0
View file @
22a1b0f3
########################
#### EDGEHOG THINGS ####
########################
build-edgehog-c43
:
extends
:
.build
variables
:
&build-edgehog-c43
BOARD
:
c43
PROCESSOR
:
imx8qm
BUILD_DIRECTORY
:
build_c43
MACHINE
:
seco-imx8qm-c43
DEFCONFIG_FILE
:
seco_sbc_c43_edgehog
RECIPE_NAME
:
seco-image-edgehog
IMAGE_NAME
:
edgehog-things-image
deploy-edgehog-c43
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-c43
artifacts
:
true
variables
:
&deploy-edgehog-c43
<<
:
*build-edgehog-c43
UBOOT_FILE
:
u-boot.bin
KERNEL_FILE
:
Image
AZURE_PATH
:
imx8/c43
#############################
### EDGEHOG EMBEDDED BASE ###
#############################
build-edgehog-embedded-base-c43
:
extends
:
.build
variables
:
&build-edgehog-embedded-c43
<<
:
*build-edgehog-c43
RECIPE_NAME
:
seco-image-edgehog-base
BUILD_DIRECTORY
:
build_c43_embedded_wayland
DEFCONFIG_FILE
:
seco_sbc_c43_edgehog_embedded_wayland
IMAGE_NAME
:
edgehog-embedded-base-image
deploy-edgehog-embedded-base-c43
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-embedded-base-c43
artifacts
:
true
variables
:
<<
:
*deploy-edgehog-c43
<<
:
*build-edgehog-embedded-c43
#############################
### EDGEHOG EMBEDDED FULL ###
#############################
build-edgehog-embedded-full-c43
:
extends
:
.build
variables
:
&build-edgehog-embedded-c43-full
<<
:
*build-edgehog-embedded-c43
RECIPE_NAME
:
seco-image-edgehog-full
IMAGE_NAME
:
edgehog-embedded-full-image
deploy-edgehog-embedded-full-c43
:
extends
:
.deploy
needs
:
-
job
:
build-edgehog-embedded-full-c43
artifacts
:
true
variables
:
<<
:
*deploy-edgehog-c43
<<
:
*build-edgehog-embedded-c43-full
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment