blob: 8604b24cf5acee77a85dcd7e861389116518ce8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "tizen-micro"
BBFILE_PATTERN_tizen-micro := "^${LAYERDIR}/"
BBFILE_PRIORITY_tizen-micro = "9"
|