X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Fconf%2Flayer.conf;fp=meta-starlingx%2Fmeta-stx-cloud%2Fconf%2Flayer.conf;h=44c23a23dd8ea56b0130eb8af0f5db1b41ed1526;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/conf/layer.conf b/meta-starlingx/meta-stx-cloud/conf/layer.conf new file mode 100644 index 0000000..44c23a2 --- /dev/null +++ b/meta-starlingx/meta-stx-cloud/conf/layer.conf @@ -0,0 +1,46 @@ + +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "stx-cloud-layer" +BBFILE_PATTERN_stx-cloud-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_stx-cloud-layer = "5" + +LAYERDEPENDS_STX_CLOUD = "\ + core \ + dpdk \ + networking-layer \ + openembedded-layer \ + networking-layer \ + filesystems-layer \ + perl-layer \ + meta-python \ + webserver \ + virtualization-layer \ + cloud-services-layer \ + openstack-layer \ +" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_stx-cloud-version = "1" +LAYERSERIES_COMPAT_stx-cloud-layer = "thud warrior" + +LAYER_PATH_meta-stx-cloud = "${LAYERDIR}" + +# Masked recipes: +BBMASK += "/meta-python2/recipes-core/images/meta-python-ptest-image.bb" +BBMASK += "/meta-python2/recipes-core/images/meta-python-image-base.bb" +BBMASK += "/meta-python2/recipes-core/images/meta-python-image.bb" +BBMASK += "/meta-stak-common/recipes-containers/kubernetes/kubernetes_git.bbappend" +BBMASK += "/meta-cloud-services/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb" +BBMASK += "/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend" +BBMASK += "/meta-cloud-services/meta-openstack/recipes-kernel/linux/linux-yocto_4.18.bbappend" +BBMASK += "/meta-selinux/recipes-graphics/mesa/mesa_%.bbappend" +BBMASK += "/meta-virtualization/recipes-containers/docker-distribution/docker-distribution_git.bb" +BBMASK += "/meta-starlingX/recipes-containers/docker-distribution/docker-distribution_git.bbappend" +BBMASK += "/meta-starlingX/recipes-support/puppet/puppetlabs-stdlib_git.bbappend"