16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
|
|
${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "inventec"
|
|
BBFILE_PATTERN_inventec := "^${LAYERDIR}/"
|
|
LAYERSERIES_COMPAT_inventec = "langdale mickledore"
|
|
BBFILE_PRIORITY_inventec = "6"
|
|
|
|
# Provide a variable that points the base of the hpe layer.
|
|
INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'
|
|
|