Adds meta-agl-security layer
[AGL/meta-agl.git] / meta-agl-security / conf / layer.conf
1 ####################################################
2 #
3 # This layer, named "meta-agl-security", is intended to host
4 # receipes specific to the security framework of AGL.
5 #
6 # In the case where a choice exist between several security
7 # framework, the switch is done using DISTRO_FEATURES in
8 # configuration files.
9 #
10 # This layer will either hold the several framework and their
11 # specific common components.
12 #
13 ####################################################
14
15 # We have a conf and classes directory, add to BBPATH
16 BBPATH =. "${LAYERDIR}:"
17
18 # We have recipes-* directories, add to BBFILES
19 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
20             ${LAYERDIR}/recipes-*/*/*.bbappend"
21
22 BBFILE_COLLECTIONS += "agl-security"
23 BBFILE_PATTERN_agl-security = "^${LAYERDIR}/"
24 BBFILE_PRIORITY_agl-security = "9"