blob: a776e5bd8db9f050b1d6318cbc015ede32bc2da8 [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"
Patrick Ventureb91aefe2018-11-03 16:33:47 -07006LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
Brad Bishop593bd472017-01-12 22:12:01 -05008
Brad Bishop593bd472017-01-12 22:12:01 -05009inherit native
10
Deepak Kodihallie6b1e992018-02-23 07:24:20 -060011PHOSPHOR_INVENTORY_MANAGER_CONFIGS += "phosphor-inventory-manager-assettag-native"
Brad Bishop593bd472017-01-12 22:12:01 -050012
13# To add additional managed inventory items, create a recipe in your layer,
Brad Bishop854a39d2017-06-20 15:39:40 -040014# and add it to PHOSPHOR_INVENTORY_MANAGER_CONFIGS with a bbappend to this recipe.
Brad Bishop593bd472017-01-12 22:12:01 -050015
Brad Bishop854a39d2017-06-20 15:39:40 -040016DEPENDS += "${PHOSPHOR_INVENTORY_MANAGER_CONFIGS}"