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