diff options
author | Jayanth Othayoth <ojayanth@in.ibm.com> | 2017-05-08 09:25:05 -0500 |
---|---|---|
committer | Deepak Kodihalli <dkodihal@in.ibm.com> | 2017-05-11 06:13:53 +0000 |
commit | 9be81b1a273c121a2b316285472c9d9d719d2af3 (patch) | |
tree | c85d6efc52a264030b688b3fcdd7804300c76e82 /meta-phosphor/classes | |
parent | eb2af3990d2f0271c590694bcdd8c5c2e2cf501f (diff) | |
download | talos-openbmc-9be81b1a273c121a2b316285472c9d9d719d2af3.tar.gz talos-openbmc-9be81b1a273c121a2b316285472c9d9d719d2af3.zip |
Add recipe for Phosphor Debug collector
Resolves openbmc/openbmc#1503
Change-Id: Id42d8c5042af4a9a74a9a284f3601989a65c5054
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r-- | meta-phosphor/classes/obmc-phosphor-image.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass index 29689b7b7..d6d91ffaa 100644 --- a/meta-phosphor/classes/obmc-phosphor-image.bbclass +++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass @@ -21,6 +21,7 @@ # - obmc-software - OpenBMC software management # - obmc-system-mgmt - OpenBMC system management # - obmc-user-mgmt - OpenBMC user management +# - obmc-debug-collector - OpenBMC debug collector inherit core-image inherit obmc-phosphor-license @@ -50,6 +51,7 @@ FEATURE_PACKAGES_obmc-settings-mgmt ?= "${@df_enabled(d, 'obmc-settings-mgmt', ' FEATURE_PACKAGES_obmc-software ?= "packagegroup-obmc-apps-software" FEATURE_PACKAGES_obmc-system-mgmt ?= "${@df_enabled(d, 'obmc-phosphor-system-mgmt', 'virtual-obmc-system-mgmt')}" FEATURE_PACKAGES_obmc-user-mgmt ?= "${@df_enabled(d, 'obmc-phosphor-user-mgmt', 'virtual-obmc-user-mgmt')}" +FEATURE_PACKAGES_obmc-debug-collector ?= "${@df_enabled(d, 'obmc-debug-collector', 'virtual-obmc-debug-collector')}" # Install entire Phosphor application stack by default IMAGE_FEATURES += " \ @@ -74,6 +76,7 @@ IMAGE_FEATURES += " \ obmc-system-mgmt \ obmc-user-mgmt \ ssh-server-dropbear \ + obmc-debug-collector \ " CORE_IMAGE_EXTRA_INSTALL_append = " bash \ |