enigma2: update to 4.3.0r1
[opendreambox.git] / meta-opendreambox / conf / layer.conf
1 # We have a conf and classes directory, append to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3 # We have recipes-* directories, add to BBFILESS
4 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
5
6 BBFILE_COLLECTIONS += "opendreambox-layer"
7 BBFILE_PATTERN_opendreambox-layer = "^${LAYERDIR}/"
8 BBFILE_PRIORITY_opendreambox-layer = "20"
9
10 # This should only be incremented on significant changes that will
11 # cause compatibility issues with other layers
12 LAYERVERSION_opendreambox-layer = "1"
13
14 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
15   recovery \
16 "
17
18 # Set a variable to get to the top of the metadata location
19 OPENDREAMBOX_BASE := '${@os.path.normpath("${LAYERDIR}/../")}'
20
21 LICENSE_PATH += "${LAYERDIR}/licenses"