diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2017-08-27 16:20:38 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2017-08-27 16:20:38 -0500 |
commit | 84eea7fdc46dd76e84cafbf96813bc826d5e08ad (patch) | |
tree | 035d28afe18ce33231b956349d1a3a90ec763d60 /meta-facebook/meta-yosemite/recipes-yosemite/fbutils/bic-util_0.1.bb | |
parent | e65a7944211c70f6b5cfb6cedd73cc31105319de (diff) | |
download | ast2050-yocto-openbmc-84eea7fdc46dd76e84cafbf96813bc826d5e08ad.zip ast2050-yocto-openbmc-84eea7fdc46dd76e84cafbf96813bc826d5e08ad.tar.gz |
Add initial support for the ASpeed 2050 and the ASUS KGPE-D16
Thermal management is functional but expects all fans to be attached
Known issues:
* BMC has been observed spontaneously rebooting after ~7-8 hours uptime
with no logs and no console output.
* While kcs has been implemented, the IPMI daemon is only functional
enough to report chassis status.
Diffstat (limited to 'meta-facebook/meta-yosemite/recipes-yosemite/fbutils/bic-util_0.1.bb')
-rw-r--r-- | meta-facebook/meta-yosemite/recipes-yosemite/fbutils/bic-util_0.1.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-facebook/meta-yosemite/recipes-yosemite/fbutils/bic-util_0.1.bb b/meta-facebook/meta-yosemite/recipes-yosemite/fbutils/bic-util_0.1.bb deleted file mode 100644 index 86679d6..0000000 --- a/meta-facebook/meta-yosemite/recipes-yosemite/fbutils/bic-util_0.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2015-present Facebook. All Rights Reserved. -SUMMARY = "Bridge IC Utility" -DESCRIPTION = "Util for checking with Bridge IC on Yosemite" -SECTION = "base" -PR = "r1" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://bic-util.c;beginline=4;endline=16;md5=b395943ba8a0717a83e62ca123a8d238" - -SRC_URI = "file://bic-util \ - " - -S = "${WORKDIR}/bic-util" - -do_install() { - install -d ${D}${bindir} - install -m 0755 bic-util ${D}${bindir}/bic-util -} - -DEPENDS += "libbic" - -FILES_${PN} = "${bindir}" |