From 669b0bebd79f2266f85cd4278cfce9f90867fb75 Mon Sep 17 00:00:00 2001 From: Yong Li Date: Tue, 19 Dec 2017 22:06:00 +0800 Subject: 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 --- meta-phosphor/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-phosphor/conf') 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" + -- cgit v1.2.3