aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: a1ad84d3d9c13bc9ac6bd6a5bd3d001db22fa1ab (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 = "warrior zeus"

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

LAYER_PATH_meta-tensorflow = "${LAYERDIR}"