Patrick Williams | 61a11a9 | 2020-06-12 11:37:12 -0500 | [diff] [blame] | 1 | # 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 Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 7 | SUMMARY = "Phosphor OpenBMC - YAML Providers" |
| 8 | LICENSE = "Apache-2.0" |
| 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
| 10 | DEPENDS = "${OBMC_YAML_PROVIDER_RECIPES}" |
| 11 | PR = "r1" |
| 12 | |
| 13 | RDEPENDS:${PN} = "${OBMC_YAML_PROVIDER_RECIPES}" |
Patrick Williams | 61a11a9 | 2020-06-12 11:37:12 -0500 | [diff] [blame] | 14 | |
| 15 | OBMC_YAML_PROVIDER_RECIPES += " \ |
| 16 | phosphor-led-manager-yaml-provider \ |
| 17 | phosphor-software-manager-yaml-provider \ |
| 18 | " |