Files
meta-starlingx/recipes-core/packagegroups/packagegroup-stx-nfv.bb
2020-05-18 13:07:27 -07:00

27 lines
423 B
BlitzBasic

SUMMARY = "StarlingX/cgsc-root/stx/stx-nfv"
PR = "r0"
#
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
#
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
PROVIDES = "${PACKAGES}"
PACKAGES = " \
packagegroup-stx-nfv \
"
RDEPENDS_packagegroup-stx-nfv = " \
nfv-common \
nfv-plugins \
nfv-tools \
nfv-vim \
nfv-client \
mtce-guestagent \
mtce-guestserver \
nova-api-proxy \
"