aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: eff56b5faa0ebfb0c80e3e2bb5dfbd0b1df6ad3b (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"

BBMASK = "meta-oic/recipes-kernel/"
#
# 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"