Hi I am currently trying to package the rpi userland. Unfortunatly it seems that the cmake opts are not used? Any idea why that is? The files are appended but the main lines are: RPI_USERLAND_CONF_TOOL := cmake RPI_USERLAND_CONF_OPT := $(CROSS_CMAKE_USR) -DVMCS_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_PREFIX=/usr When looking at the CMakeCache.txt file in the -build directory it seems as if the /usr path is not taken. Are there any debug flags to see the command execution? Best regards Tim