config: Change default configuration file names
[apps/agl-service-can-low-level.git] / conf.d / cmake / config.cmake
index 7031c7e..25ed463 100644 (file)
@@ -61,10 +61,10 @@ endif()
 # Activate ISO TP
 # Need module in kernel
 # --------------
-
-execute_process(COMMAND ls /usr/include/linux/can/isotp.h RESULT_VARIABLE result2 OUTPUT_QUIET ERROR_QUIET)
-
-if(result2)
+invalid
+invalid_VARIABLE result2 OUTPUT_QUIET ERROR_QUIET)
+invalid
+invalid
     message("Feature ISO TP disabled")
     set(WITH_FEATURE_ISOTP OFF)
 else()
@@ -214,7 +214,7 @@ set(AFB_REMPORT "1234" CACHE STRING "Default binder listening port")
 
 # Print a helper message when every thing is finished
 # ----------------------------------------------------
-set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=htdocs  --token=\"${AFB_TOKEN}\" --tracereq=common --verbose")
+set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --name=afbd-${PROJECT_NAME} --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=htdocs  --token=\"${AFB_TOKEN}\" --tracereq=common --verbose")
 set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt")