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

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

BBFILE_COLLECTIONS += "meta-tensorflow"
BBFILE_PATTERN_meta-tensorflow = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-tensorflow = "10"

LAYERVERSION_meta-tensorflow = "1"

LAYERSERIES_COMPAT_meta-tensorflow = "thud warrior zeus gatesgarth"

LAYERDEPENDS_meta-tensorflow = " \
    core \
    meta-python \
    openembedded-layer \
"

LAYER_PATH_meta-tensorflow = "${LAYERDIR}"