From 0bf37939da753138ffafb4d3aafc2c7b5096f44c Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 11 Mar 2019 16:24:03 -0500 Subject: Add associations support to phosphor-inventory-mgr Add support so another layer can select the 'associations' PACKAGECONFIG and install their own associations.json file which the phosphor-inventory code uses to create associations between inventory paths and other paths. (From meta-phosphor rev: 6bc9cd4952999bbb8bb5083c1c6e89b6ad2c8b8b) Change-Id: Id0cb5f5a7f8759455c1ebaa068ab6c810c118f5f Signed-off-by: Matt Spinler Signed-off-by: Brad Bishop --- .../recipes-phosphor/inventory/phosphor-inventory-manager_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-phosphor/recipes-phosphor/inventory') diff --git a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb index c6e3b2955..1b54dd500 100644 --- a/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb @@ -39,3 +39,6 @@ EXTRA_OECONF = " \ IFACE=${OBMC_INVENTORY_MGR_IFACE} \ IFACES_PATH=${STAGING_DIR_NATIVE}${yaml_dir} \ " + +PACKAGECONFIG ??= "" +PACKAGECONFIG[associations] = "--enable-associations, --disable-associations,nlohmann-json," -- cgit v1.2.3