diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-23 14:33:26 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-23 14:33:26 +0100 |
commit | 59e41f594b47570c7d59738c9c38eac42b4cd0d4 (patch) | |
tree | 3198668b454a870dcc3fd1bba549540ec0e06219 /meta-agl-security/recipes-security/security-manager/README.md | |
parent | 67662f237904ad175fc1137204356225e0507d9e (diff) |
security-manager: Removes agl only adaptations
These adaptations are now part of meta-intel-iot-security
and thus are no more needed here.
Change-Id: I0acfb3b7ea572b9805c2d53f70ea0eab0026cdae
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-security/recipes-security/security-manager/README.md')
-rw-r--r-- | meta-agl-security/recipes-security/security-manager/README.md | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-agl-security/recipes-security/security-manager/README.md b/meta-agl-security/recipes-security/security-manager/README.md deleted file mode 100644 index aeb45d260..000000000 --- a/meta-agl-security/recipes-security/security-manager/README.md +++ /dev/null @@ -1,36 +0,0 @@ -security-manager adaptation for Automotive Grade Linux Distribution -=================================================================== - -This recipe complements the recipes security-manager of the -meta yocto layers: meta-intel-iot-security (see -https://github.com/01org/meta-intel-iot-security) - -This patches are removing dependencies that are specific to Tizen: -* tizen-platform-config -* libslp-db-utils - -The advantages is that this modules are not needed for AGL. - -The -temporary- drawbacks is that the user "userapp" is -hard coded for security-manager. - - -Layer Dependencies ------------------- -URI: git@github.com:01org/meta-intel-iot-security.git -> branch: master -> revision: 0ca70e4954aaeb0e3e3ad502b462bb077023f7e5 - -Enabling --------- - -To enable security manager for AGL, in the local.conf - - IMAGE_INSTALL_append = " security-manager" - -To enable smack see https://github.com/01org/meta-intel-iot-security/tree/master/meta-security-smack -In brief, in the local.conf: - - OVERRIDES .= ":smack" - DISTRO_FEATURES_append = " smack" - |