From: Romain Forlot Date: Thu, 8 Jun 2017 10:09:13 +0000 (+0200) Subject: Make optional kernel version checks. X-Git-Tag: dab_3.99.3~86 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=051d386b41abe609f9ec69bec4ef7e4feb826f85;p=staging%2Fxdg-launcher.git 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 --- 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. # -----------------------------------------------