add layer meta-app-framework
authorStephane Desneux <stephane.desneux@iot.bzh>
Thu, 23 Jun 2016 16:00:59 +0000 (16:00 +0000)
committerStephane Desneux <stephane.desneux@iot.bzh>
Mon, 27 Mar 2017 13:33:39 +0000 (15:33 +0200)
commit1ac5c704bb4b7fd72d9e382ccf23f4d186da0f86
treef5df879594fb92d3c02c05ed240cbcfcc0e70c39
parent5875cc45a671b1a3e7671ec84ec6ebb1ab17696a
add layer meta-app-framework

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

Configuration file changes to support AppFw:
    * activation of Smack and Cynara
    * modify the tar command to be used to support Smack extended attributes

Change-Id: Idc8abdc8869787feb4b534ee45bf7b5d3dde3632
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
26 files changed:
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]