summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/images')
-rw-r--r--meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image-no-sysmgr.bb8
-rw-r--r--meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image.bb3
2 files changed, 11 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image-no-sysmgr.bb b/meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image-no-sysmgr.bb
new file mode 100644
index 0000000000..519db4a456
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image-no-sysmgr.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Sample image recipe using Phosphor, an OpenBMC \
+framework, illustrating the removal of a default image feature."
+
+require obmc-phosphor-image.bb
+
+IMAGE_FEATURES_remove = " \
+ obmc-phosphor-system-mgmt \
+ "
diff --git a/meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image.bb b/meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image.bb
new file mode 100644
index 0000000000..8e481a1bd6
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/images/obmc-phosphor-image.bb
@@ -0,0 +1,3 @@
+DESCRIPTION = "Image with Phosphor, an OpenBMC framework."
+
+inherit obmc-phosphor-image