Make optional kernel version checks.
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 8 Jun 2017 10:09:13 +0000 (12:09 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 8 Jun 2017 10:09:13 +0000 (12:09 +0200)
Kernel version check against the kernel host version
that the correct one which can be in a SDK.

Change-Id: If84efdb4391d574b3d48fc35c07d84937f43ef8f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
cmake/config.cmake.sample

index b609542..ccef5a7 100644 (file)
@@ -45,8 +45,9 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/default")
 set(CMAKE_BUILD_TYPE "DEBUG")
 
 # Kernel selection if needed. Impose a minimal version.
+# NOTE FOR NOW IT CHECKS KERNEL HOST VERSION
 # -----------------------------------------------
-set (kernel_minimal_version 4.8)
+#set (kernel_minimal_version 4.8)
 
 # Compiler selection if needed. Impose a minimal version.
 # -----------------------------------------------