Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta-seconorth-mtk
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
SECO Northern Europe
Yocto
layers
meta-seconorth-mtk
Merge requests
!56
conf:common: Add MACHINE_RELEASE_ARTIFACTS for CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
conf:common: Add MACHINE_RELEASE_ARTIFACTS for CI
machine-release-artifacts
into
kirkstone
Overview
3
Commits
1
Pipelines
11
Changes
4
Merged
Oleksii Kutuzov
requested to merge
machine-release-artifacts
into
kirkstone
1 year ago
Overview
3
Commits
1
Pipelines
11
Changes
4
Expand
0
0
Merge request reports
Compare
version 5
version 10
23db9960
11 months ago
version 9
ed90836e
11 months ago
version 8
e867f07a
11 months ago
version 7
6c08f78a
1 year ago
version 6
5303c750
1 year ago
version 5
feaff74e
1 year ago
version 4
40d3a4c4
1 year ago
version 3
0e17dca6
1 year ago
version 2
0707f970
1 year ago
version 1
59280bf6
1 year ago
kirkstone (base)
and
version 6
latest version
44dc7a88
1 commit,
11 months ago
version 10
23db9960
1 commit,
11 months ago
version 9
ed90836e
1 commit,
11 months ago
version 8
e867f07a
2 commits,
11 months ago
version 7
6c08f78a
2 commits,
1 year ago
version 6
5303c750
3 commits,
1 year ago
version 5
feaff74e
2 commits,
1 year ago
version 4
40d3a4c4
2 commits,
1 year ago
version 3
0e17dca6
1 commit,
1 year ago
version 2
0707f970
1 commit,
1 year ago
version 1
59280bf6
1 commit,
1 year ago
Show latest version
4 files
+
40
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
conf/machine/include/mediatek-common.inc
+
1
−
1
Options
@@ -117,7 +117,7 @@ MACHINE_EXTRA_RRECOMMENDS:append = " ${@bb.utils.contains("DISTRO_FEATURES", "op
# Genio uses the different installation scheme and requires extra files.
# devicetree directory contains overlays to be listed by genio-flash
MACHINE_RELEASE_ARTEFACTS
=
" \
${@' '.join(['devicetree/' + dtbo.split('/')[-1] for dtbo in
d.getVar('
KERNEL_DTBO
', True)
.split()])} \
${@' '.join(['devicetree/' + dtbo.split('/')[-1] for dtbo in KERNEL_DTBO.split()])} \
bl2.img \
bootassets.vfat \
capsule.vfat \
Loading