summaryrefslogtreecommitdiffstats
path: root/meta-security
diff options
context:
space:
mode:
authorAnton Gerasimov <anton.gerasimov@here.com>2018-08-31 18:56:21 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-12 10:02:38 +0000
commitc5eef2fde0f0dfcba05062247ebab9d3e6c34a10 (patch)
tree486a96d0b7d7ce69617334230b81c33fae03c323 /meta-security
parent7a6616c1384d91b349b833f2cb9ee1325e1a7ecb (diff)
Move security manager database under /var/local
It is critical for agl-sota feature Bug-AGL: SPEC-1717 Change-Id: Ia4060721e3a092d13934d3af575199e67e356e71 Signed-off-by: Anton Gerasimov <anton.gerasimov@here.com>
Diffstat (limited to 'meta-security')
-rw-r--r--meta-security/recipes-security/security-manager/security-manager.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security/recipes-security/security-manager/security-manager.inc b/meta-security/recipes-security/security-manager/security-manager.inc
index ee749a8fb..810106d75 100644
--- a/meta-security/recipes-security/security-manager/security-manager.inc
+++ b/meta-security/recipes-security/security-manager/security-manager.inc
@@ -22,7 +22,7 @@ systemd \
PACKAGECONFIG ??= ""
PACKAGECONFIG[debug] = "-DCMAKE_BUILD_TYPE=DEBUG,-DCMAKE_BUILD_TYPE=RELEASE"
-TZ_SYS_DB = "/var/db/security-manager"
+TZ_SYS_DB = "/var/local/db/security-manager"
EXTRA_OECMAKE = " \
-DCMAKE_VERBOSE_MAKEFILE=ON \