From fe6a54695b37b6fe4ebeff8275967d9562bc55fd Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 1 Jun 2021 00:29:38 +0200 Subject: [PATCH] Disable more stuff for Ubuntu/Debian Currently, the kernel emits a notice at boot, warning about the usage of trace_printk(). Disabling samples in efaa3edaaa3b ("Do not build samples for Debian/Ubuntu") apparently wasn't enough to get rid of that. So disable more sample and testing stuff that might call this function. --- pkg/debian/kernel/ubuntu.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/debian/kernel/ubuntu.config b/pkg/debian/kernel/ubuntu.config index 4cd195b05..4eb253c55 100644 --- a/pkg/debian/kernel/ubuntu.config +++ b/pkg/debian/kernel/ubuntu.config @@ -5,10 +5,12 @@ # CONFIG_DEBUG_INFO is not set ## -## Do not build samples +## Do not build samples and tests ## # CONFIG_SAMPLES is not set +# CONFIG_STM_DUMMY is not set +# CONFIG_TEST_BPF is not set ## ## Clear out trusted key list as we don't have them.