Enable check kernel version before build
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 26 Jun 2017 16:36:23 +0000 (18:36 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 26 Jun 2017 16:36:23 +0000 (18:36 +0200)
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>
conf.d/app-templates
conf.d/cmake/config.cmake

index 8d9b7f2..0d3bfaf 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8d9b7f22c821e149a09824df50a6775fac43a977
+Subproject commit 0d3bfaf0888cb350f8721db4a4115ecb8dc4f005
index 527cd26..48543be 100644 (file)
@@ -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.
 # -----------------------------------------------