summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorYong Li <yong.b.li@linux.intel.com>2017-12-19 17:06:00 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-01-17 03:56:48 +0300
commit669b0bebd79f2266f85cd4278cfce9f90867fb75 (patch)
tree7b60721d39a92edc0ad60c6c6942173386abbc30 /meta-phosphor/conf
parentbb535523a0a6391bfb56b751e35dc8aeb168fe7f (diff)
downloadopenbmc-669b0bebd79f2266f85cd4278cfce9f90867fb75.tar.xz
Add tools-profile feature support
With this patch, the build system supports the tools-profile feature, We can add it into the EXTRA_IMAGE_FEATURES in conf/local.conf, to add more debug/profile tools into the image Change-Id: Ic3c3811d9bca3f99a9e94d7c9da5a71ce1321d02 Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf
index ffccec013..ab0b73641 100644
--- a/meta-phosphor/conf/layer.conf
+++ b/meta-phosphor/conf/layer.conf
@@ -11,3 +11,6 @@ LAYERVERSION_obmc-phosphor = "1"
# Provide a variable that points the base of the phosphor layer.
PHOSPHORBASE = '${@os.path.normpath("${LAYERDIR}/")}'
+
+IMAGE_FEATURES[validitems] += "tools-profile"
+