diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-13 20:30:45 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-13 12:49:11 -0700 |
commit | 4327c36bdcdfacf7a80e3e5c71b5951022c8eb6d (patch) | |
tree | 516c78bd9209b791c8fb4f8e85a71f0ada3d814d | |
parent | e95173ff850f207f974c958215596514c2434cf3 (diff) |
binding: radio: update version of conf.d/app-templates submodule
To allow coverage tests to be run it requires the app-templates to be
updated to a recent release.
Bug-AGL: SPEC-1799
Change-Id: Ia2bf6eeee478e2542bf71cb0cb794aa9a33f3fb9
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d88 +Subproject 210e7a74326c5e01de42bcb3c2375db92a32a27 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 26c37b9..1033555 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -44,7 +44,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(BUILD_TYPE "DEBUG") +set(BUILD_TYPE "RELEASE") # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. |