summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-06-12 14:04:25 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-16 23:42:22 +0300
commit891b144d7a9ddef6ac5881c0a7bdf4eba1fe36c3 (patch)
treeca3f4f04a59be455178284d6a868fd775d543768 /meta-phosphor/classes
parent4b21b06cd6913f032f18e7bc98d5f325cb89f3cf (diff)
downloadopenbmc-891b144d7a9ddef6ac5881c0a7bdf4eba1fe36c3.tar.xz
phosphor-base.inc: add var for automatic YAML subdirs
Some packages have directory trees of YAML files arranged based on canonical organization names. See phosphor-logging-yaml-providers.bbclass as an example. Add a variable that can be appended to by a layer to limit the number of 'bbappends' that are necessary in a layer to add their layer-specific organizations to all the YAML processing recipes. (From meta-phosphor rev: 2f31e7a7a37f841c1b2586e92258a7759b36306f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie4754ba96a4542ce813869a1384b44ab88000be0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/phosphor-logging-yaml-provider.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/phosphor-logging-yaml-provider.bbclass b/meta-phosphor/classes/phosphor-logging-yaml-provider.bbclass
index f18adbbadd..89d031caaf 100644
--- a/meta-phosphor/classes/phosphor-logging-yaml-provider.bbclass
+++ b/meta-phosphor/classes/phosphor-logging-yaml-provider.bbclass
@@ -1,6 +1,6 @@
inherit phosphor-dbus-yaml
-LOGGING_YAML_SUBDIRS ??= "xyz/openbmc_project"
+LOGGING_YAML_SUBDIRS ??= "${OBMC_ORG_YAML_SUBDIRS}"
do_install_append() {
for yaml_d in ${LOGGING_YAML_SUBDIRS} ;