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