14 lines
402 B
Plaintext
Executable File
14 lines
402 B
Plaintext
Executable File
# 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 += "meta-bhs"
|
|
BBFILE_PATTERN_meta-bhs = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-bhs = "14"
|
|
|
|
LAYERDEPENDS_meta-bhs = "core"
|
|
LAYERSERIES_COMPAT_meta-bhs = "mickledore"
|