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
!90
conf:common: Make console not stricktly set to UART1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
conf:common: Make console not stricktly set to UART1
default-console
into
kirkstone
Overview
1
Commits
1
Pipelines
4
Changes
1
Merged
Oleksii Kutuzov
requested to merge
default-console
into
kirkstone
8 months ago
Overview
1
Commits
1
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
kirkstone
version 3
b2fe568e
8 months ago
version 2
cfd65cd5
8 months ago
version 1
b4578bc1
8 months ago
kirkstone (base)
and
latest version
latest version
3ba5f084
1 commit,
8 months ago
version 3
b2fe568e
1 commit,
8 months ago
version 2
cfd65cd5
1 commit,
8 months ago
version 1
b4578bc1
1 commit,
8 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
conf/machine/include/mediatek-common.inc
+
1
−
1
Options
@@ -33,7 +33,7 @@ IMAGE_FSTYPES ?= "wic.img aiotflash.tar"
IMAGE_ROOTFS_ALIGNMENT
=
"4"
IMAGE_CLASSES
+=
"image_type_img image_type_aiotflash"
SERIAL_CONSOLES
=
"115200;ttyS1"
SERIAL_CONSOLES
?
=
"115200;ttyS1"
WKS_FILE
?=
"mediatek-bootimg.wks"
WIC_CREATE_EXTRA_ARGS
+=
"-i direct-with-blksz"
Loading