aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-26 18:36:23 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-26 18:36:23 +0200
commita898ea495bbb60dd0b7b8a764d54cdded1b7696d (patch)
tree5427be16cce51b008a93f04346f9696125559a1e
parente04a645bfea72c63d29bd704486c6a0bbaea3f32 (diff)
Enable check kernel version before build
Upgrade app-template submodule that allows to correctly check kernel version and uncomment kernel_minimal_version variable definition. Change-Id: I97d10e2506a89780fa611dc7f96eafb3f2be29cd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake2
2 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 8d9b7f22c821e149a09824df50a6775fac43a97
+Subproject 0d3bfaf0888cb350f8721db4a4115ecb8dc4f00
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 527cd26..48543be 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -46,7 +46,7 @@ set(CMAKE_BUILD_TYPE "DEBUG")
# Kernel selection if needed. Overload the detected compiler.
# -----------------------------------------------
-#set (kernel_minimal_version 4.8)
+set (kernel_minimal_version 4.8)
# Compiler selection if needed. Overload the detected compiler.
# -----------------------------------------------