summaryrefslogtreecommitdiff
path: root/meta-tizen-common-devtools/conf/layer.conf
blob: 50b2988eea97bc132013bba52dbf999fea4bcd2a (plain)
1
2
3
4
5
6
7
8
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} \
            ${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"