blob: 1377336219403e1cef64950076da21da8d4fab16 [file] [log] [blame]
Brad Bishop593bd472017-01-12 22:12:01 -05001SUMMARY = "Phosphor Inventory Manager Configuration"
2DESCRIPTION = "Meta-recipe, pulling in native recipes that wish to add \
3data to the native /usr/share/phosphor-inventory-manager filesystem."
4HOMEPAGE = "http://github.com/openbmc/phosphor-inventory-manager"
5PR = "r1"
6
7inherit obmc-phosphor-license
8inherit native
9
10OBMC_INVENTORY_PROVIDERS ??= "phosphor-inventory-manager-config-example-native"
11
12# To add additional managed inventory items, create a recipe in your layer,
13# and add it to OBMC_INVENTORY_PROVIDERS with a bbappend to this recipe.
14
15DEPENDS += "${OBMC_INVENTORY_PROVIDERS}"