Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta-freescale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
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
icshwi
yocto-mirrors
meta-freescale
Commits
c75e908e
Unverified
Commit
c75e908e
authored
4 weeks ago
by
Otavio Salvador
Committed by
GitHub
4 weeks ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2148 from nxp-upstream/mcore-demos
imx-mcore-demos: Fix 7ULP install
parents
fd77debd
f02539d3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes-fsl/mcore-demos/imx-mcore-demos.inc
+5
-5
5 additions, 5 deletions
recipes-fsl/mcore-demos/imx-mcore-demos.inc
with
5 additions
and
5 deletions
recipes-fsl/mcore-demos/imx-mcore-demos.inc
+
5
−
5
View file @
c75e908e
...
...
@@ -39,19 +39,19 @@ S = "${WORKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}"
SCR
=
"SCR-${SOC}-${MCORE_TYPE}-demo.txt"
MCORE_DEMO_FILE_EXTENSION
?=
"bin"
MCORE_DEMO_FILE_EXTENSION
:
mx7ulp
-
nxp
-
bsp
=
"img"
do_install
()
{
install
-
d
$
{
D
}
$
{
nonarch_base_libdir
}
/
firmware
install
-
m
0644
$
{
S
}
/*.
elf
$
{
D
}
$
{
nonarch_base_libdir
}
/
firmware
install
-
m
0644
$
{
S
}
/*.
bin
$
{
D
}
$
{
nonarch_base_libdir
}
/
firmware
install
-
m
0644
$
{
S
}
/*.
$
{
MCORE_DEMO_FILE_EXTENSION
}
$
{
D
}
$
{
nonarch_base_libdir
}
/
firmware
}
DEPLOY_FILE_EXT
?=
"bin"
DEPLOY_FILE_EXT
:
mx7ulp
-
nxp
-
bsp
=
"img"
do_deploy
()
{
# Install the demo binaries
install
-
d
$
{
DEPLOYDIR
}
/
mcore
-
demos
install
-
m
0644
$
{
S
}
/*.
$
{
DEPLOY
_FILE_EXT
}
$
{
DEPLOYDIR
}
/
mcore
-
demos
/
install
-
m
0644
$
{
S
}
/*.
$
{
MCORE_DEMO
_FILE_EXT
ENSION
}
$
{
DEPLOYDIR
}
/
mcore
-
demos
/
}
addtask
deploy
after
do_install
...
...
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