Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2019 Wind River Systems, Inc. |
| 3 | # |
Jackie Huang | 54049b4 | 2019-11-13 14:43:04 +0800 | [diff] [blame] | 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. |
Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 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 \ |
Jackie Huang | da071f8 | 2019-09-30 14:33:27 +0800 | [diff] [blame] | 23 | " |
Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 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 = " \ |
Jackie Huang | da071f8 | 2019-09-30 14:33:27 +0800 | [diff] [blame] | 37 | cloud-services-layer \ |
Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 38 | core \ |
Jackie Huang | da071f8 | 2019-09-30 14:33:27 +0800 | [diff] [blame] | 39 | dpdk \ |
| 40 | realtime \ |
| 41 | virtualization-layer \ |
Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 42 | wr-template \ |
| 43 | wrlinux \ |
| 44 | wrlinux-distro \ |
Jackie Huang | da071f8 | 2019-09-30 14:33:27 +0800 | [diff] [blame] | 45 | " |
Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 46 | |
| 47 | LAYERRECOMMENDS_meta-oran = " \ |
| 48 | meta-anaconda \ |
Jackie Huang | da071f8 | 2019-09-30 14:33:27 +0800 | [diff] [blame] | 49 | " |
Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 50 | |
Jackie Huang | d352325 | 2019-10-08 10:17:39 +0800 | [diff] [blame] | 51 | PNWHITELIST_LAYERS_remove = "meta-oran wrlinux-distro" |
Jackie Huang | 989b3cf | 2019-08-02 09:03:25 -0700 | [diff] [blame] | 52 | |
| 53 | TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates" |