From 59e41f594b47570c7d59738c9c38eac42b4cd0d4 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 23 Mar 2016 14:33:26 +0100 Subject: security-manager: Removes agl only adaptations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../recipes-security/security-manager/README.md | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta-agl-security/recipes-security/security-manager/README.md (limited to 'meta-agl-security/recipes-security/security-manager/README.md') 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" - -- cgit 1.2.3-korg