blob: 3c7b8ad738850e6df040a082adc49af10b20450e [file] [log] [blame]
Jackie Huang989b3cf2019-08-02 09:03:25 -07001#
2# Copyright (C) 2019 Wind River Systems, Inc.
3#
Jackie Huang54049b42019-11-13 14:43:04 +08004# 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.
Jackie Huang989b3cf2019-08-02 09:03:25 -070015
16# We have a conf and classes directory, add to BBPATH
17BBPATH =. "${LAYERDIR}:"
18
19# We have a packages directory, add to BBFILES
20BBFILES += " \
21 ${LAYERDIR}/recipes-*/*/*.bb \
22 ${LAYERDIR}/recipes-*/*/*.bbappend \
Jackie Huangda071f82019-09-30 14:33:27 +080023"
Jackie Huang989b3cf2019-08-02 09:03:25 -070024
25BBFILE_COLLECTIONS += "meta-oran"
26BBFILE_PATTERN_meta-oran = "^${LAYERDIR}/"
27BBFILE_PRIORITY_meta-oran = "7"
28
29
30LAYERVERSION_meta-oran = "1"
31
32LAYERSERIES_COMPAT_meta-oran = "thud wrl"
33
34LAYER_PATH_meta-oran = "${LAYERDIR}"
35
36LAYERDEPENDS_meta-oran = " \
Jackie Huangda071f82019-09-30 14:33:27 +080037 cloud-services-layer \
Jackie Huang989b3cf2019-08-02 09:03:25 -070038 core \
Jackie Huangda071f82019-09-30 14:33:27 +080039 dpdk \
40 realtime \
41 virtualization-layer \
Jackie Huang989b3cf2019-08-02 09:03:25 -070042 wr-template \
43 wrlinux \
44 wrlinux-distro \
Jackie Huangda071f82019-09-30 14:33:27 +080045"
Jackie Huang989b3cf2019-08-02 09:03:25 -070046
47LAYERRECOMMENDS_meta-oran = " \
48 meta-anaconda \
Jackie Huangda071f82019-09-30 14:33:27 +080049"
Jackie Huang989b3cf2019-08-02 09:03:25 -070050
Jackie Huangd3523252019-10-08 10:17:39 +080051PNWHITELIST_LAYERS_remove = "meta-oran wrlinux-distro"
Jackie Huang989b3cf2019-08-02 09:03:25 -070052
53TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates"