add meta-app-framework to meta-agl 75/5775/5
authorStephane Desneux <stephane.desneux@iot.bzh>
Wed, 1 Jun 2016 17:52:10 +0000 (17:52 +0000)
committerGerrit Code Review <gerrit@172.30.200.200>
Sun, 19 Jun 2016 19:46:20 +0000 (19:46 +0000)
commit80f4d503fc5bb2564b72b72daedebf74612c30f3
tree1100b288e5b0f57d93f32fe6ba38fdf5a021ce4a
parent86180838e730d7ef96256f2c1e49081072ad84b6
add meta-app-framework to meta-agl

meta-app-framework is a layer containing the AGL App Framework recipes

4 new layers are added for application framework:
* meta-intel-iot-security/meta-security-smack
* meta-intel-iot-security/meta-security-framework
* meta-agl/meta-agl-security
* meta-agl/meta-app-framework

In the templates files, the following changes were done:
* activation of Smack and Cynara
* modify the tar command to be used to support Smack extended attributes

Change-Id: If369221ca7614fe0072f2a0f99a5051ef2af831d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
35 files changed:
meta-agl/conf/distro/poky-agl.conf
meta-app-framework/conf/layer.conf [new file with mode: 0644]
meta-app-framework/recipes-config/agl-users/agl-users_0.1.bb [new file with mode: 0644]
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb [new file with mode: 0644]
meta-app-framework/recipes-core/af-main/af-main/Hack-to-allow-the-debugging.patch [new file with mode: 0644]
meta-app-framework/recipes-core/af-main/af-main_1.0.bb [new file with mode: 0644]
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework-examples.bb [new file with mode: 0644]
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb [new file with mode: 0644]
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend [new file with mode: 0644]
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core.bbappend [new file with mode: 0644]
meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime [new file with mode: 0755]
meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime-webkit.qml [new file with mode: 0644]
meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml [new file with mode: 0644]
meta-app-framework/recipes-core/web-runtime/web-runtime_0.1.bb [new file with mode: 0644]
meta-app-framework/recipes-example/afb-client/afb-client_1.0.bb [new file with mode: 0644]
meta-app-framework/recipes-example/afb-client/files/afb-client [new file with mode: 0644]
meta-app-framework/recipes-example/afm-client/afm-client_1.0.bb [new file with mode: 0644]
meta-app-framework/recipes-example/afm-client/files/afm-client [new file with mode: 0644]
meta-app-framework/recipes-example/afm-client/files/afm-client.service [new file with mode: 0644]
meta-app-framework/recipes-support/libcap/libcap/removing-capability-enforcement.patch [new file with mode: 0644]
meta-app-framework/recipes-support/libcap/libcap_%.bbappend [new file with mode: 0644]
meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd/allows-upgrade.patch [new file with mode: 0644]
meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd_0.9.48.bb [new file with mode: 0644]
meta-app-framework/recipes-support/libmicrohttpd/libmicrohttpd_0.9.48.bbappend [new file with mode: 0644]
meta-app-framework/recipes-support/libzip/libzip_1.1.1.bb [new file with mode: 0644]
meta-app-framework/recipes-support/xmlsec1/xmlsec1/Only-require-libxslt-in-.pc-files-when-necessary.patch [new file with mode: 0644]
meta-app-framework/recipes-support/xmlsec1/xmlsec1_1.%.bbappend [new file with mode: 0644]
templates/dra7xx-evm/conf/bblayers.conf.sample
templates/dragonboard-410c/conf/bblayers.conf.sample
templates/intel-corei7-64/conf/bblayers.conf.sample
templates/qemux86-64/conf/bblayers.conf.sample
templates/qemux86/conf/bblayers.conf.sample
templates/raspberrypi2/conf/bblayers.conf.sample
templates/raspberrypi3/conf/bblayers.conf.sample
templates/wandboard/conf/bblayers.conf.sample