summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/kernel.bbclass19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index e2f2441802..0b970d7ba5 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -295,25 +295,6 @@ if [ x"$D" = "x" ]; then
295fi 295fi
296} 296}
297 297
298# autoload defaults (alphabetically sorted)
299module_autoload_hidp = "hidp"
300module_autoload_ipv6 = "ipv6"
301module_autoload_ipsec = "ipsec"
302module_autoload_ircomm-tty = "ircomm-tty"
303module_autoload_rfcomm = "rfcomm"
304module_autoload_sa1100-rtc = "sa1100-rtc"
305# sa1100-rtc was renamed in 2.6.23 onwards
306module_autoload_rtc-sa1100 = "rtc-sa1100"
307
308# alias defaults (alphabetically sorted)
309module_conf_af_packet = "alias net-pf-17 af_packet"
310module_conf_bluez = "alias net-pf-31 bluez"
311module_conf_bnep = "alias bt-proto-4 bnep"
312module_conf_hci_uart = "alias tty-ldisc-15 hci_uart"
313module_conf_l2cap = "alias bt-proto-0 l2cap"
314module_conf_sco = "alias bt-proto-2 sco"
315module_conf_rfcomm = "alias bt-proto-3 rfcomm"
316
317python populate_packages_prepend () { 298python populate_packages_prepend () {
318 def extract_modinfo(file): 299 def extract_modinfo(file):
319 import tempfile, re, subprocess 300 import tempfile, re, subprocess