blob: 1ef5c73a800eb59b5f1026abd06ed806fce409f5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
BBFILE_COLLECTIONS += "lsb"
BBFILE_PATTERN_lsb := "^${LAYERDIR}/"
BBFILE_PRIORITY_lsb = "5"
|