summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-04-13 18:41:52 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-13 18:47:29 +0300
commit89b5af6807e212f53f38545d79a3f482629852d4 (patch)
treeeddf8421fed0da6f796a7e0a7b98d77a46047916 /meta-phosphor/conf
parentb644eb663d36e143bec7f3910a56bdd2d63542d8 (diff)
downloadopenbmc-89b5af6807e212f53f38545d79a3f482629852d4.tar.xz
introduce new extra-dev-debug-tools distro feature
For systems with extra flash space, including some additional developer debug tools can be useful. Instead of having everyone hand code them into their obmc-apps bbappend files, provide a common include that will bring them in. Change-Id: I91a1b29ab4a4ff2efaaf5ea5dfbafd83781168df Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/include/extra-dev-debug-tools.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/extra-dev-debug-tools.inc b/meta-phosphor/conf/distro/include/extra-dev-debug-tools.inc
new file mode 100644
index 0000000000..66a156ce48
--- /dev/null
+++ b/meta-phosphor/conf/distro/include/extra-dev-debug-tools.inc
@@ -0,0 +1 @@
+DISTRO_FEATURES += "extra-dev-debug-tools"