diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-08 12:09:13 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-08 12:09:13 +0200 |
commit | 051d386b41abe609f9ec69bec4ef7e4feb826f85 (patch) | |
tree | ea19f3825a8636bf51345d7389e57410757d63a5 /cmake/config.cmake.sample | |
parent | 9b2163beb6c0589f4330b836ef28ec47141ea5b0 (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>
Diffstat (limited to 'cmake/config.cmake.sample')
-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. # ----------------------------------------------- |