Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta-seconorth-machine
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
SECO Northern Europe
Yocto-i.MX93
layers
meta-seconorth-machine
Merge requests
!6
conf:machine: Add variable to properly create the package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
conf:machine: Add variable to properly create the package
fix-package
into
kirkstone
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
Oleksii Kutuzov
requested to merge
fix-package
into
kirkstone
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
kirkstone
kirkstone (base)
and
latest version
latest version
4b0fd277
1 commit,
1 year ago
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
conf/machine/include/seco-mx93.inc
+
8
−
0
Options
@@ -41,3 +41,11 @@ SERIAL_CONSOLES = "115200;ttyLP0"
# Add additional firmware
MACHINE_FIRMWARE
:
append
=
" ethos-u-firmware"
# DISTRO_RELEASE_ARTEFACTS is used by the CI to package the files for the release
DISTRO_RELEASE_ARTEFACTS
=
" \
${@' '.join([ d.getVar('IMAGE_LINK_NAME') + '.' + fs for fs in d.getVar('IMAGE_FSTYPES').split() ] )} \
${IMAGE_LINK_NAME}.manifest \
${IMAGE_LINK_NAME}.testdata.json \
${IMAGE_LINK_NAME}.wic.zst \
"
Loading