From 6c9f970096f3dff240b0ab366d94a72f4fbd557c Mon Sep 17 00:00:00 2001 From: Dragos Motrea Date: Wed, 31 May 2017 14:07:30 +0200 Subject: Optimized the kernel foot print of the Host Image In order to decrease the size of the kernel I removed unnecessary modules (drivers, debug capabilities) Signed-off-by: Dragos Motrea Signed-off-by: Adrian Dudau --- features/devcoredump/devcoredump_y.scc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 features/devcoredump/devcoredump_y.scc (limited to 'features/devcoredump/devcoredump_y.scc') diff --git a/features/devcoredump/devcoredump_y.scc b/features/devcoredump/devcoredump_y.scc new file mode 100644 index 0000000..6a3d3c2 --- /dev/null +++ b/features/devcoredump/devcoredump_y.scc @@ -0,0 +1,2 @@ +CONFIG_WANT_DEV_COREDUMP=y +CONFIG_DEV_COREDUMP=y -- cgit v1.2.3-54-g00ecf