blob: 69283de7abcea30f522bafd8d3a1052a861f038c [file] [log] [blame]
Patrick Williams61a11a92020-06-12 11:37:12 -05001# This is a packagegroup in name and principle but we do not want to inherit
2# from packagegroup.bbclass. The point of this packagegroup is to get the
3# sysroot populated with YAML files from the DEPENDS packages and if we inherit
4# the packagegroup bbclass this doesn't happen, because that bbclass `deltask`
5# a number that are required.
6# inherit packagegroup
Ed Tanous9936f862022-09-19 09:13:20 -07007SUMMARY = "Phosphor OpenBMC - YAML Providers"
8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
10DEPENDS = "${OBMC_YAML_PROVIDER_RECIPES}"
11PR = "r1"
12
13RDEPENDS:${PN} = "${OBMC_YAML_PROVIDER_RECIPES}"
Patrick Williams61a11a92020-06-12 11:37:12 -050014
15OBMC_YAML_PROVIDER_RECIPES += " \
16 phosphor-led-manager-yaml-provider \
17 phosphor-software-manager-yaml-provider \
18 "