blob: 92c091a07f14d84eb9885d2d57db87a435a4ef6c [file] [log] [blame]
Jackie Huang989b3cf2019-08-02 09:03:25 -07001#
2# Copyright (C) 2019 Wind River Systems, Inc.
3#
4
5# We have a conf and classes directory, add to BBPATH
6BBPATH =. "${LAYERDIR}:"
7
8# We have a packages directory, add to BBFILES
9BBFILES += " \
10 ${LAYERDIR}/recipes-*/*/*.bb \
11 ${LAYERDIR}/recipes-*/*/*.bbappend \
Jackie Huangda071f82019-09-30 14:33:27 +080012"
Jackie Huang989b3cf2019-08-02 09:03:25 -070013
14BBFILE_COLLECTIONS += "meta-oran"
15BBFILE_PATTERN_meta-oran = "^${LAYERDIR}/"
16BBFILE_PRIORITY_meta-oran = "7"
17
18
19LAYERVERSION_meta-oran = "1"
20
21LAYERSERIES_COMPAT_meta-oran = "thud wrl"
22
23LAYER_PATH_meta-oran = "${LAYERDIR}"
24
25LAYERDEPENDS_meta-oran = " \
Jackie Huangda071f82019-09-30 14:33:27 +080026 cloud-services-layer \
Jackie Huang989b3cf2019-08-02 09:03:25 -070027 core \
Jackie Huangda071f82019-09-30 14:33:27 +080028 dpdk \
29 realtime \
30 virtualization-layer \
Jackie Huang989b3cf2019-08-02 09:03:25 -070031 wr-template \
32 wrlinux \
33 wrlinux-distro \
Jackie Huangda071f82019-09-30 14:33:27 +080034"
Jackie Huang989b3cf2019-08-02 09:03:25 -070035
36LAYERRECOMMENDS_meta-oran = " \
37 meta-anaconda \
Jackie Huangda071f82019-09-30 14:33:27 +080038"
Jackie Huang989b3cf2019-08-02 09:03:25 -070039
Jackie Huangd3523252019-10-08 10:17:39 +080040PNWHITELIST_LAYERS_remove = "meta-oran wrlinux-distro"
Jackie Huang989b3cf2019-08-02 09:03:25 -070041
42TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates"