6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend"
|
|
BBPATH .= ":${LAYERDIR}"
|
|
BBFILE_COLLECTIONS += "msm"
|
|
BBFILE_PRIORITY_msm = "10"
|
|
BBFILE_PATTERN_msm := "^${LAYERDIR}/"
|