blob: 22fc7bed0e08cb690ae136bd1fd37121aa02611a [file] [log] [blame]
Supreeth Venkatesh2c6e3a62020-05-27 15:48:21 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "ethanolx-layer"
9BBFILE_PATTERN_ethanolx-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_ethanolx-layer = "6"
11
Patrick Williams053aaa52020-11-03 16:15:19 -060012LAYERSERIES_COMPAT_ethanolx-layer = "dunfell gatesgarth"