Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
cdc2417d
Commit
cdc2417d
authored
6 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[wip/sysdep] PALDISTRO detection
parent
44343e6a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sysdep/pal-distro.mk
+7
-5
7 additions, 5 deletions
sysdep/pal-distro.mk
sysdep/platform/palerbium.mk
+1
-0
1 addition, 0 deletions
sysdep/platform/palerbium.mk
with
8 additions
and
5 deletions
sysdep/pal-distro.mk
+
7
−
5
View file @
cdc2417d
...
...
@@ -6,10 +6,12 @@ ifndef _paldistro_mk
_paldistro
:=
$(
shell
${
SHELL
}
${
ROBOTPKG_DIR
}
/wip/sysdep/pal-distro.sh
)
export
PALDISTRO
:=
$(
word 1,
${
_paldistro
})
#ifeq (yes,$(call exists,${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk))
# include ${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk
#else
# $(error missing wip/sysdep/platform/${PALDISTRO}.mk)
#endif
ifeq
(palerbium,${PALDISTRO})
ifeq
(yes,$(call exists,${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk))
include
${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk
else
$(
error
missing wip/sysdep/platform/
${
PALDISTRO
}
.mk
)
endif
endif
endif
# ERBIUM_ROS_FLAVOR
This diff is collapsed.
Click to expand it.
sysdep/platform/palerbium.mk
0 → 100644
+
1
−
0
View file @
cdc2417d
CMAKE_PREFIX_PATH
+=
/opt/pal/erbium
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