34e906f6918770ccb4e37d9befcaf6f79a794028
[pti/rtp.git] / meta-oran / conf / layer.conf
1 #
2 # Copyright (C) 2019 Wind River Systems, Inc.
3 #
4
5 # We have a conf and classes directory, add to BBPATH
6 BBPATH =. "${LAYERDIR}:"
7
8 # We have a packages directory, add to BBFILES
9 BBFILES += " \
10     ${LAYERDIR}/recipes-*/*/*.bb \
11     ${LAYERDIR}/recipes-*/*/*.bbappend \
12     "
13
14 BBFILE_COLLECTIONS += "meta-oran"
15 BBFILE_PATTERN_meta-oran = "^${LAYERDIR}/"
16 BBFILE_PRIORITY_meta-oran = "7"
17
18
19 LAYERVERSION_meta-oran = "1"
20
21 LAYERSERIES_COMPAT_meta-oran = "thud wrl"
22
23 LAYER_PATH_meta-oran = "${LAYERDIR}"
24
25 LAYERDEPENDS_meta-oran = " \
26     core \
27     wr-template \
28     wrlinux \
29     wrlinux-distro \
30     wrlinux-ovp \
31     virtualization-layer \
32     cloud-services-layer \
33     realtime \
34     dpdk \
35     "
36
37 LAYERRECOMMENDS_meta-oran = " \
38     meta-anaconda \
39     "
40
41 PNWHITELIST_LAYERS_remove = "meta-oran"
42
43 TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates"