Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
config
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
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
config
Commits
d26c842a
Commit
d26c842a
authored
1 year ago
by
Oleksii Kutuzov
Browse files
Options
Downloads
Patches
Plain Diff
setup: Add mx93 machine to bblayers options
parent
25b016c1
Branches
add-mtk
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup-environment
+4
-1
4 additions, 1 deletion
setup-environment
with
4 additions
and
1 deletion
setup-environment
+
4
−
1
View file @
d26c842a
...
...
@@ -220,6 +220,9 @@ if "$build_dir_setup_enabled"; then
seco-mx8mm|seco-mx8mp|seco-mx6-fsl
)
BBLAYERS
=
bblayers_fsl.conf
;;
seco-mx93
)
BBLAYERS
=
bblayers_fsl_mx93.conf
;;
seco-genio700
)
BBLAYERS
=
bblayers_mtk.conf
;;
...
...
@@ -319,7 +322,7 @@ if "$build_dir_setup_enabled"; then
-e
"s,DISTRO ?=.*,DISTRO ?= '
$DISTRO
',g"
\
-e
"s,PACKAGE_CLASSES ?=.*,PACKAGE_CLASSES ?= '
$PACKAGE_CLASSES
',g"
\
-i
conf/local.conf
# MediTek Genio 700 specific settings
if
[
"
$MACHINE
"
=
"seco-genio700"
]
;
then
{
...
...
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