Ben_Pai | c53430a | 2019-07-15 16:19:02 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
| 3 | KERNEL_FEATURES_append = " phosphor-wdt-on-panic" |
| 4 | |
| 5 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 6 | |
| 7 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 8 | |
| 9 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = '' |
| 10 | |
| 11 | require conf/machine/include/ast2500.inc |
| 12 | require conf/machine/include/obmc-bsp-common.inc |
| 13 | require conf/machine/include/openpower.inc |
| 14 | require conf/machine/include/p9.inc |
| 15 | |
| 16 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 17 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 18 | PHOSPHOR_MRW_URI = "git://github.com/open-power/mihawk-xml" |
| 19 | PHOSPHOR_MRW_REV = "b9929ba9fd96d78da01bce8a2a157851dce9e5cb" |
| 20 | |
| 21 | |
| 22 | |
| 23 | # Inhibit phosphor-hwmon-config-mrw |
| 24 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
| 25 | |
| 26 | # Inhibit phosphor-fan-presence-mrw-native |
| 27 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
| 28 | "phosphor-fan-presence-config" |
| 29 | |
| 30 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
| 31 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
| 32 | "phosphor-fan-control-fan-config" |
| 33 | |
| 34 | # Inhibit mihawk-led-manager-config-native |
| 35 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native_df-mrw = \ |
| 36 | "mihawk-led-manager-config-native" |
| 37 | |
| 38 | PREFERRED_PROVIDER_virtual/phosphor-logging-callouts_df-mrw = "mihawk-phosphor-logging-callouts-native" |