Skip to content
Snippets Groups Projects
Commit 1238d14f authored by Stefan Herbrechtsmeier's avatar Stefan Herbrechtsmeier
Browse files

catkin.bbclass: Use out of tree build


Build catkin packages out of tree as this is the default of ros and
makes it simple to identify build paths.

Signed-off-by: default avatarStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
parent a72dde42
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,9 @@ EXTRA_OECMAKE_prepend = "\
-DSETUPTOOLS_DEB_LAYOUT=OFF \
"
OECMAKE_SOURCEPATH = "${S}"
OECMAKE_BUILDPATH = "${S}/build"
export BUILD_SYS
export HOST_SYS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment