commit | cc570b1fcde4b6f2445b15769875bbe1dbead3d5 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Tue Dec 27 14:55:36 2016 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 11 21:37:54 2017 +0000 |
tree | 83fc38a2838910a7c44f64922c4d5c35688d6956 | |
parent | 0c7ab973532dc73d4114e689066c7732ce03bf19 [diff] |
meta-romulus: Enable AVS bus and VRM control Change-Id: I2e66de1fea124c3ba6d5751b9d6a818fe8a65e57 Signed-off-by: Lei YU <mine260309@gmail.com>
diff --git a/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend new file mode 100644 index 0000000..ac2013f --- /dev/null +++ b/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend
@@ -0,0 +1,2 @@ +RDEPENDS_${PN} += 'avsbus-control' +RDEPENDS_${PN} += 'vrm-control'