1 # Added for futur conditionnals tests
2 DISTRO_FEATURES_append = " netboot"
4 # We have a conf and classes directory, add to BBPATH
5 BBPATH .= ":${LAYERDIR}"
7 # We have recipes-* directories, add to BBFILES
8 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
9 ${LAYERDIR}/recipes-*/*/*.bbappend"
11 BBFILE_COLLECTIONS += "meta-netboot"
12 BBFILE_PATTERN_meta-netboot = "^${LAYERDIR}/"
13 BBFILE_PRIORITY_meta-netboot = "20"