X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-distro%2Fconf%2Flayer.conf;fp=meta-starlingx%2Fmeta-stx-distro%2Fconf%2Flayer.conf;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=4dc6879a22ff34137f29ecbbdc5bf4686189ed8b;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-distro/conf/layer.conf b/meta-starlingx/meta-stx-distro/conf/layer.conf deleted file mode 100644 index 4dc6879..0000000 --- a/meta-starlingx/meta-stx-distro/conf/layer.conf +++ /dev/null @@ -1,56 +0,0 @@ - -# 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-distro-layer" -BBFILE_PATTERN_stx-distro-layer := "^${LAYERDIR}/" -BBFILE_PRIORITY_stx-distro-layer = "5" - -LAYERDEPENDS_STX = "\ - core \ - dpdk \ - networking-layer \ - openembedded-layer \ - networking-layer \ - filesystems-layer \ - perl-layer \ - meta-python \ - webserver \ - virtualization-layer \ - cloud-services-layer \ - openstack-layer \ -" - -LAYERDEPENDS_STX_ANACONDA = "\ - core \ - filesystems-layer \ - meta-python \ - networking-layer \ - openembedded-layer \ -" - -LAYERDEPENDS_stx-distro-layer = "${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-anaconda', '${LAYERDEPENDS_STX_ANACONDA}', '${LAYERDEPENDS_STX}', d)}" - -# This should only be incremented on significant changes that will -# cause compatibility issues with other layers -LAYERVERSION_stx-distro-version = "1" -LAYERSERIES_COMPAT_stx-distro-layer = "thud warrior" - -LAYER_PATH_meta-stx-distro = "${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"