2 ## Copyright (C) 2019 Wind River Systems, Inc.
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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.
16 # We have a conf and classes directory, add to BBPATH
17 BBPATH .= ":${LAYERDIR}"
19 # We have recipes-* directories, add to BBFILES
20 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
21 ${LAYERDIR}/recipes-*/*/*.bbappend"
23 BBFILE_COLLECTIONS += "stx-layer"
24 BBFILE_PATTERN_stx-layer := "^${LAYERDIR}/"
25 BBFILE_PRIORITY_stx-layer = "5"
37 virtualization-layer \
38 cloud-services-layer \
42 LAYERDEPENDS_STX_ANACONDA = "\
50 LAYERDEPENDS_stx-layer = "${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-anaconda', '${LAYERDEPENDS_STX_ANACONDA}', '${LAYERDEPENDS_STX}', d)}"
52 # This should only be incremented on significant changes that will
53 # cause compatibility issues with other layers
54 LAYERVERSION_stx-version = "1"
55 LAYERSERIES_COMPAT_stx-layer = "thud warrior"
57 LAYER_PATH_meta-stx = "${LAYERDIR}"
60 BBMASK += "/meta-python2/recipes-core/images/meta-python-ptest-image.bb"
61 BBMASK += "/meta-python2/recipes-core/images/meta-python-image-base.bb"
62 BBMASK += "/meta-python2/recipes-core/images/meta-python-image.bb"
63 BBMASK += "/meta-stak-common/recipes-containers/kubernetes/kubernetes_git.bbappend"
64 BBMASK += "/meta-cloud-services/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb"
65 BBMASK += "/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend"
66 BBMASK += "/meta-cloud-services/meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend"
67 BBMASK += "/meta-selinux/recipes-graphics/mesa/mesa_%.bbappend"
68 BBMASK += "/meta-virtualization/recipes-containers/docker-distribution/docker-distribution_git.bb"