Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
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
config
Commits
850be449
Commit
850be449
authored
1 year ago
by
Oleksii Kutuzov
Browse files
Options
Downloads
Patches
Plain Diff
setup-script: Misc fixes
parent
202fc8ca
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Add gitlab-ci
Pipeline
#98488
passed with stage
Stage:
in 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup-environment
+3
-3
3 additions, 3 deletions
setup-environment
with
3 additions
and
3 deletions
setup-environment
+
3
−
3
View file @
850be449
...
...
@@ -42,7 +42,7 @@ POKY_DISTROS="$(find sources/poky/meta-poky/conf/distro -name "*.conf" \
DEFAULT_DISTRO
=
"
$(
echo
"
$GF_DISTROS
"
|
head
-n
1
)
"
GF_IMAGES
=
"
$(
find sources/meta-
seconorth-distro
/recipes-
bsp
/images
/
-iname
"*.bb"
\
GF_IMAGES
=
"
$(
find sources/meta-
imx/meta-sdk
/recipes-
fsl
/images
-iname
"*.bb"
\
-exec
basename
-s
".bb"
{}
\;
)
"
DL_DIR_GLOBAL
=
"/usr/src/packages/"
...
...
@@ -217,7 +217,7 @@ if "$build_dir_setup_enabled"; then
if
[
-z
"
$BBLAYERS
"
]
;
then
# Map the MACHINE to a default bblayers file
case
"
$MACHINE
"
in
seco-
i
mx93|
*
)
# Also default
seco-mx93|
*
)
# Also default
BBLAYERS
=
bblayers.conf
;;
esac
...
...
@@ -315,7 +315,7 @@ if "$build_dir_setup_enabled"; then
-i
conf/local.conf
# i.MX 93 specific settings
if
[
"
$MACHINE
"
=
"seco-
i
mx93"
]
;
then
if
[
"
$MACHINE
"
=
"seco-mx93"
]
;
then
{
echo
echo
'# Switch to Debian packaging and include package-management in the image'
...
...
This diff is collapsed.
Click to expand it.
GitBot
@gitbot
mentioned in commit
manifest@dba1c78a
·
1 year ago
mentioned in commit
manifest@dba1c78a
mentioned in commit manifest@dba1c78a7a5eafdd53e2c400fe2682179416423f
Toggle commit list
GitBot
@gitbot
mentioned in merge request
manifest!2 (merged)
·
1 year ago
mentioned in merge request
manifest!2 (merged)
mentioned in merge request manifest!2
Toggle commit list
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