2 # Copyright (C) 2019 Wind River Systems, Inc.
5 # We have a conf and classes directory, add to BBPATH
6 BBPATH =. "${LAYERDIR}:"
8 # We have a packages directory, add to BBFILES
10 ${LAYERDIR}/recipes-*/*/*.bb \
11 ${LAYERDIR}/recipes-*/*/*.bbappend \
14 BBFILE_COLLECTIONS += "meta-oran"
15 BBFILE_PATTERN_meta-oran = "^${LAYERDIR}/"
16 BBFILE_PRIORITY_meta-oran = "7"
19 LAYERVERSION_meta-oran = "1"
21 LAYERSERIES_COMPAT_meta-oran = "thud wrl"
23 LAYER_PATH_meta-oran = "${LAYERDIR}"
25 LAYERDEPENDS_meta-oran = " \
31 virtualization-layer \
32 cloud-services-layer \
37 LAYERRECOMMENDS_meta-oran = " \
41 PNWHITELIST_LAYERS_remove = "meta-oran"
43 TEMPLATES_PATH = "${LAYER_PATH_meta-oran}/templates"