92c091a07f14d84eb9885d2d57db87a435a4ef6c
[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     cloud-services-layer \
27     core \
28     dpdk \
29     realtime \
30     virtualization-layer \
31     wr-template \
32     wrlinux \
33     wrlinux-distro \
34 "
35
36 LAYERRECOMMENDS_meta-oran = " \
37     meta-anaconda \
38 "
39
40 PNWHITELIST_LAYERS_remove = "meta-oran wrlinux-distro"
41
42 TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates"