[linux-yocto] [PATCH v3 02/12] ktypes: add developer ktype

California Sullivan california.l.sullivan at intel.com
Wed Feb 17 16:47:10 PST 2016


The developer ktype enables EMBEDDED, EXPERT, and DEBUG_KERNEL,
opening up more kernel options and setting some defaults.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 ktypes/developer/developer.cfg | 19 +++++++++++++++++++
 ktypes/developer/developer.scc |  9 +++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 ktypes/developer/developer.cfg
 create mode 100644 ktypes/developer/developer.scc

diff --git a/ktypes/developer/developer.cfg b/ktypes/developer/developer.cfg
new file mode 100644
index 0000000..ee04ec7
--- /dev/null
+++ b/ktypes/developer/developer.cfg
@@ -0,0 +1,19 @@
+#.........................................................................
+#                                WARNING
+#
+# This file is a kernel configuration fragment, and not a full kernel
+# configuration file.  The final kernel configuration is made up of
+# an assembly of processed fragments, each of which is designed to
+# capture a specific part of the final configuration (e.g. platform
+# configuration, feature configuration, and board specific hardware
+# configuration).  For more information on kernel configuration, please
+# consult the product documentation.
+#
+#.........................................................................
+
+#
+# General setup
+#
+CONFIG_EXPERT=y
+CONFIG_EMBEDDED=y
+CONFIG_DEBUG_KERNEL=y
diff --git a/ktypes/developer/developer.scc b/ktypes/developer/developer.scc
new file mode 100644
index 0000000..cf2c0e6
--- /dev/null
+++ b/ktypes/developer/developer.scc
@@ -0,0 +1,9 @@
+# Include this kernel type fragment to get the standard features and
+# configuration values, as well as EXPERT, EMBEDDED, DEBUG_KERNEL,
+# and the options defaulted to yes through them.
+
+include ktypes/standard/standard.scc
+
+force kconf non-hardware developer.cfg
+
+include features/debug/debug-kernel.scc
-- 
2.5.0



More information about the linux-yocto mailing list