phosphor-dbus-interfaces: add sstate hint for pdi_meson_config

We were seeing intermittent CI failures where the header files
do not include `org.open_power` when building openpower machines.
I suspect this is due to incorrect sstate hints causing an openpower
machine to use header files generated from an x86 machine.

To fix this add a 'vardep' hint to the 'pdi_meson_config' function,
which is used to formulate the EXTRA_OEMESON config flags to meson.

Looking at `bitbake-dumpsig` output before change:
    List of dependencies for variable EXTRA_OEMESON is
    {'PACKAGECONFIG_CONFARGS', 'pdi_meson_config'}
    List of dependencies for variable pdi_meson_config is
    {'listvar_to_list'}

After change:
    List of dependencies for variable EXTRA_OEMESON is
    {'pdi_meson_config', 'PACKAGECONFIG_CONFARGS'}
    List of dependencies for variable pdi_meson_config is
    {'OBMC_ORG_YAML_SUBDIRS', 'listvar_to_list'}

OBMC_ORG_YAML_SUBDIRS has now been added to the variable dependency for
the sstate hash calculation, which is where the needed interfaces are
defined.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9e9a1249f509904b56efd990c0ffa18dd0b8d801
1 file changed
tree: 8ef91f3d5c620c9c052a328bd0b5f188fd96dbcd
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. raspberrypi/
  6. recipes-connectivity/
  7. recipes-core/
  8. recipes-devtools/
  9. recipes-extended/
  10. recipes-graphics/
  11. recipes-phosphor/
  12. recipes-protocols/
  13. recipes-support/
  14. recipes-textproc/
  15. recipes-x86/
  16. COPYING.apache-2.0
  17. COPYING.MIT
  18. LICENSE
  19. MAINTAINERS
  20. README.md
  21. recipes.txt
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.