Skip to content
Snippets Groups Projects
Commit cfd44882 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

adding comments about the current problems

parent ee48f31e
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,15 @@ export BUILD_SYS
export HOST_SYS
export STAGING_LIBDIR
export STAGING_INCDIR
# catkin-native: Fails in assert.cmake/rt.cmake;
# after removing check in rt.cmake it works
# but does this resolve the issue?
# Installation of catkin must install catkinConfig.cmake so that
# catkin_EXTRAS_DIR in catkinConfig.cmake points to the right path.
# At the moment, installation points wrongly to the root directory set(catkin_EXTRAS_DIR "/usr/share/catkin/cmake")
# instead of the sysroots environment, e.g.,
# set(catkin_EXTRAS_DIR "/home/lukas/poky-danny-8.0/build/tmp/sysroots/qemux86/usr/share/catkin/cmake")
# TODO: tweak installation to point to the correct path!
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