diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-11-16 16:32:14 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2015-12-11 12:12:44 +0000 |
commit | e53d414809ffc519244640d31498056fff16c468 (patch) | |
tree | 2d18e1fac10ba81e3b40a608f61772f20448dbd4 /meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend | |
parent | b5da3c56430f886e2e58e1e49e9ddeec38397650 (diff) |
security: integration of security-manager
Allows the integration to AGL of the security security framwork
coming from tizen. It includes smack, cynara, security-manager and
other dependant components.
Most of this components are coming from a work made by Intel OTC to
create a yocto layer focused on security framework. This public work
available here https://github.com/01org/meta-intel-iot-security
has parts derived from Tizen's works and adds integrity parts.
This patch also removes dependencies to tizen-platform-config,
libslp-db-utils and dlog.
Change-Id: I510bff317fd479755711f5253dafdd5a264efaa6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend')
-rw-r--r-- | meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend b/meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend new file mode 100644 index 000000000..28050e817 --- /dev/null +++ b/meta-agl-security/recipes-security/security-manager/security-manager_git.bbappend @@ -0,0 +1,20 @@ + +FILESEXTRAPATHS_append := ":${THISDIR}/security-manager" + +SRC_URI += " \ + file://Removing-tizen-platform-config.patch \ + file://removes-dependency-to-libslp-db-utils.patch \ +" + +DEPENDS = " \ +attr \ +boost \ +cynara \ +icu \ +libcap \ +smack \ +sqlite3 \ +sqlite3-native \ +systemd \ +" + |