blob: 0b1c4533d55b9c428b5b9cbd6a28ef286278d5f5 [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
Deepak Kodihallie6b1e992018-02-23 07:24:20 -060010PHOSPHOR_INVENTORY_MANAGER_CONFIGS += "phosphor-inventory-manager-assettag-native"
Brad Bishop593bd472017-01-12 22:12:01 -050011
12# To add additional managed inventory items, create a recipe in your layer,
Brad Bishop854a39d2017-06-20 15:39:40 -040013# and add it to PHOSPHOR_INVENTORY_MANAGER_CONFIGS with a bbappend to this recipe.
Brad Bishop593bd472017-01-12 22:12:01 -050014
Brad Bishop854a39d2017-06-20 15:39:40 -040015DEPENDS += "${PHOSPHOR_INVENTORY_MANAGER_CONFIGS}"