Add config fragment file to disable debug for arm. For performance or latency testing and demonstration, debug switches should be off.
Signed-off-by: Hongzhan Chen <[email protected]> --- recipes-kernel/linux/files/armhf_nodbg.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/files/armhf_nodbg.cfg diff --git a/recipes-kernel/linux/files/armhf_nodbg.cfg b/recipes-kernel/linux/files/armhf_nodbg.cfg new file mode 100644 index 0000000..749799d --- /dev/null +++ b/recipes-kernel/linux/files/armhf_nodbg.cfg @@ -0,0 +1 @@ +# CONFIG_IPIPE_DEBUG is not set -- 2.17.1
