aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 90244150d7a25761f8cda0bd09c61149bd41ade3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
           "
#            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "oic"
BBFILE_PATTERN_oic := "^${LAYERDIR}/"
BBFILE_PRIORITY_oic = "6"

#
# Switch to bluez5 
#
#DISTRO_FEATURES_append = " bluez5"
#PREFERRED_PROVIDER_bluez-hcidump = "bluez5"
#PNBLACKLIST[bluez-hcidump] = "superseded by bluez5"
#PNBLACKLIST[gst-plugin-bluetooth] = "dropped from bluez5"
#PNBLACKLIST[bluez4] = "superseded by bluez5"