Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / conf / layer.conf
1
2 # We have a conf and classes directory, add to BBPATH
3 BBPATH .= ":${LAYERDIR}"
4
5 # We have recipes-* directories, add to BBFILES
6 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
7             ${LAYERDIR}/recipes-*/*/*.bbappend"
8
9 BBFILE_COLLECTIONS += "stx-integ-layer"
10 BBFILE_PATTERN_stx-integ-layer := "^${LAYERDIR}/"
11 BBFILE_PRIORITY_stx-integ-layer = "5"
12
13 LAYERDEPENDS_STX_INTEG = "\
14         core \
15         dpdk \
16         networking-layer \
17         openembedded-layer \
18         networking-layer \
19         filesystems-layer \
20         perl-layer \
21         meta-python \
22         webserver \
23         virtualization-layer \
24         cloud-services-layer \
25         openstack-layer \
26 "
27
28 # This should only be incremented on significant changes that will
29 # cause compatibility issues with other layers
30 LAYERVERSION_stx-integ-version = "1"
31 LAYERSERIES_COMPAT_stx-integ-layer = "thud warrior"
32
33 LAYER_PATH_meta-stx-integ = "${LAYERDIR}"
34
35 # Masked recipes:
36 BBMASK += "/meta-python2/recipes-core/images/meta-python-ptest-image.bb"
37 BBMASK += "/meta-python2/recipes-core/images/meta-python-image-base.bb"
38 BBMASK += "/meta-python2/recipes-core/images/meta-python-image.bb"
39 BBMASK += "/meta-stak-common/recipes-containers/kubernetes/kubernetes_git.bbappend"
40 BBMASK += "/meta-cloud-services/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb"
41 BBMASK += "/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend"
42 BBMASK += "/meta-cloud-services/meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend"
43 BBMASK += "/meta-selinux/recipes-graphics/mesa/mesa_%.bbappend"
44 BBMASK += "/meta-virtualization/recipes-containers/docker-distribution/docker-distribution_git.bb"
45 BBMASK += "/meta-starlingX/recipes-containers/docker-distribution/docker-distribution_git.bbappend"
46 BBMASK += "/meta-starlingX/recipes-support/puppet/puppetlabs-stdlib_git.bbappend"
47 BBMASK += "/meta-cloud-services/meta-openstack/recipes-dbs/postgresql/postgresql_%.bbappend"