diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-08 12:09:13 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 75374aa004fdb27d734cceb299c46a7912a4b4d5 (patch) | |
tree | d272b6fd2b613dcb1664f9db11579f4ee9cd007e | |
parent | e7a251dda2d54e79f868d1f2ee8cda192e09cca5 (diff) |
Make optional kernel version checks.
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>
-rw-r--r-- | cmake/config.cmake.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index b609542..ccef5a7 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -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. # ----------------------------------------------- |