meta-openpower: add org/open_power to OBMC_ORG_YAML_SUBDIRS
org/open_power is the typical YAML subdirectory for openpower-related
YAML files, so add it to the default subdirectory search list.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I658c40f5bd5c47daff9ee20a574b22a270b05be7
diff --git a/conf/distro/include/openpower-distrovars.inc b/conf/distro/include/openpower-distrovars.inc
index 479e099..12f848b 100644
--- a/conf/distro/include/openpower-distrovars.inc
+++ b/conf/distro/include/openpower-distrovars.inc
@@ -2,3 +2,5 @@
DISTRO_FEATURES_FILTER_NATIVE += "openpower"
DISTRO_FEATURES_FILTER_NATIVESDK += "openpower"
DISTROOVERRIDES .= ":df-openpower"
+
+OBMC_ORG_YAML_SUBDIRS += " org/open_power"