Explorar o código

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.
Maximilian Luz %!s(int64=4) %!d(string=hai) anos
pai
achega
fe6a54695b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      pkg/debian/kernel/ubuntu.config

+ 3 - 1
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.