Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
1b2c5483
Commit
1b2c5483
authored
7 years ago
by
Daniel Agar
Browse files
Options
Downloads
Patches
Plain Diff
nuttx-patches FATAL_ERROR if patch isn't included
parent
6b3a665e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nuttx-patches/CMakeLists.txt
+2
-2
2 additions, 2 deletions
nuttx-patches/CMakeLists.txt
with
2 additions
and
2 deletions
nuttx-patches/CMakeLists.txt
+
2
−
2
View file @
1b2c5483
...
...
@@ -58,7 +58,7 @@ set(nuttx_patches
00024-BACKPORT-stm32f7-serial-dma-hotfix.patch
00025-BACKPORT-add-set-ex-to-nsh.patch
00026-BACKPORT-stm32fX-serial-fix-freezing.patch
00027-BACKPORT-stm32-sdio-1-bit-and-16G-fix.patch
00027-BACKPORT-stm32-sdio-1-bit-and-16G-fix.patch
90000-PENDING-wip-inflight-to-upstream.patch
)
...
...
@@ -74,6 +74,6 @@ file(GLOB patches_found *.patch)
foreach
(
patch_file
${
patches_found
}
)
list
(
FIND px4_nuttx_patches
${
patch_file
}
_index
)
if
(
${
_index
}
EQUAL -1
)
message
(
WARNING
"
${
patch_file
}
missing from nuttx-patches/CMakeLists.txt"
)
message
(
FATAL_ERROR
"
${
patch_file
}
missing from nuttx-patches/CMakeLists.txt"
)
endif
()
endforeach
()
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