50def90fc701b12d923091a695e5e9ab2d45d2e4
[AGL/meta-agl.git] / meta-netboot / conf / layer.conf
1 # Added for futur conditionnals tests
2 DISTRO_FEATURES_append = " netboot"
3
4 # We have a conf and classes directory, add to BBPATH
5 BBPATH .= ":${LAYERDIR}"
6
7 # We have recipes-* directories, add to BBFILES
8 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
9         ${LAYERDIR}/recipes-*/*/*.bbappend"
10
11 BBFILE_COLLECTIONS += "meta-netboot"
12 BBFILE_PATTERN_meta-netboot = "^${LAYERDIR}/"
13 BBFILE_PRIORITY_meta-netboot = "60"
14
15 LAYERSERIES_COMPAT_meta-netboot = "dunfell"