diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-12-05 10:11:26 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-05 12:40:52 +0000 |
commit | 37e0eaae014fc3f6f498606833d56bbe7db687b0 (patch) | |
tree | 8c0324bfc69198f0dfc79bae20c0cfdb25f2dbbc /meta-agl-security/conf/layer.conf | |
parent | a67d0a0dc3187f7901e42bc8390e68547f0583d1 (diff) |
Merge meta-agl-security into meta-agl
meta-agl-security only contains one recipe for xmlsec so it's not necessary
to maintain a full layer for this
Change-Id: I66b3eeaa0e777fcc0c94bdf562b7188b01641d86
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-agl-security/conf/layer.conf')
-rw-r--r-- | meta-agl-security/conf/layer.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-agl-security/conf/layer.conf b/meta-agl-security/conf/layer.conf deleted file mode 100644 index 86d435c9d..000000000 --- a/meta-agl-security/conf/layer.conf +++ /dev/null @@ -1,24 +0,0 @@ -#################################################### -# -# This layer, named "meta-agl-security", is intended to host -# receipes specific to the security framework of AGL. -# -# In the case where a choice exist between several security -# framework, the switch is done using DISTRO_FEATURES in -# configuration files. -# -# This layer will either hold the several framework and their -# specific common components. -# -#################################################### - -# We have a conf and classes directory, add to BBPATH -BBPATH =. "${LAYERDIR}:" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "agl-security" -BBFILE_PATTERN_agl-security = "^${LAYERDIR}/" -BBFILE_PRIORITY_agl-security = "9" |