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

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

# Additional license directories.
LICENSE_PATH += "${LAYERDIR}/custom-licenses"

BBFILE_COLLECTIONS += "oraclejava"
BBFILE_PATTERN_oraclejava := "^${LAYERDIR}/"
BBFILE_PRIORITY_oraclejava = "6"