summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/obmc-phosphor-image.bbclass
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-01-27 22:52:09 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-01-28 00:51:47 +0300
commitbd165ffebdda2783c086807ebee154c52e70e7b0 (patch)
tree8f4533f61ee4051084f359af2bad1a05f4cec825 /meta-phosphor/classes/obmc-phosphor-image.bbclass
parent8e30b9f697e5c53f3329d6f7ddd757dd517e5bf5 (diff)
downloadopenbmc-bd165ffebdda2783c086807ebee154c52e70e7b0.tar.xz
meta-phosphor: remove ssh test keys class from default image
The phosphor-deploy-ssh-keys.bbclass was intended to be an optional method to add additional SSH keys into a test image, but the way it was implemented the class is always creating warnings like: WARNING: obmc-phosphor-image-1.0-r0 do_image: Trying to deploy SSH keys but input variable is empty (SSH_KEYS) Remove the inherit in the phosphor-image. If a user wants this feature they can edit their `conf/local.conf` to add: INHERIT += "phosphor-deploy-ssh-keys" They are likely doing something similar anyhow with the SSH_KEYS variable (adding it to the conf/local.conf). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id06e25ba0d22f021d81ee2cd0110d696591c1f59
Diffstat (limited to 'meta-phosphor/classes/obmc-phosphor-image.bbclass')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-image.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass
index da8c337f1..7a213e513 100644
--- a/meta-phosphor/classes/obmc-phosphor-image.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass
@@ -33,7 +33,6 @@
inherit core-image
inherit obmc-phosphor-utils
-inherit phosphor-deploy-ssh-keys
FEATURE_PACKAGES_obmc-bmc-state-mgmt ?= "packagegroup-obmc-apps-bmc-state-mgmt"
FEATURE_PACKAGES_obmc-bmcweb ?= "packagegroup-obmc-apps-bmcweb"