blob: eb3468d52bdd6d0ae7c77edebd27465daff4aa49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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 += "aglcoretest"
BBFILE_PATTERN_aglcoretest = "^${LAYERDIR}/"
BBFILE_PRIORITY_aglcoretest = "60"
LAYERSERIES_COMPAT_aglcoretest = "kirkstone"
LAYERDEPENDS_aglcoretest = "core aglcore"
LAYERDEPENDS_aglcoretest += "openembedded-layer"
|