meta-oran: add missing license header
[pti/rtp.git] / meta-oran / conf / layer.conf
1 #
2 # Copyright (C) 2019 Wind River Systems, Inc.
3 #
4 #  Licensed under the Apache License, Version 2.0 (the "License");
5 #  you may not use this file except in compliance with the License.
6 #  You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #  Unless required by applicable law or agreed to in writing, software
11 #  distributed under the License is distributed on an "AS IS" BASIS,
12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #  See the License for the specific language governing permissions and
14 #  limitations under the License.
15
16 # We have a conf and classes directory, add to BBPATH
17 BBPATH =. "${LAYERDIR}:"
18
19 # We have a packages directory, add to BBFILES
20 BBFILES += " \
21     ${LAYERDIR}/recipes-*/*/*.bb \
22     ${LAYERDIR}/recipes-*/*/*.bbappend \
23 "
24
25 BBFILE_COLLECTIONS += "meta-oran"
26 BBFILE_PATTERN_meta-oran = "^${LAYERDIR}/"
27 BBFILE_PRIORITY_meta-oran = "7"
28
29
30 LAYERVERSION_meta-oran = "1"
31
32 LAYERSERIES_COMPAT_meta-oran = "thud wrl"
33
34 LAYER_PATH_meta-oran = "${LAYERDIR}"
35
36 LAYERDEPENDS_meta-oran = " \
37     cloud-services-layer \
38     core \
39     dpdk \
40     realtime \
41     virtualization-layer \
42     wr-template \
43     wrlinux \
44     wrlinux-distro \
45 "
46
47 LAYERRECOMMENDS_meta-oran = " \
48     meta-anaconda \
49 "
50
51 PNWHITELIST_LAYERS_remove = "meta-oran wrlinux-distro"
52
53 TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates"