diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-09 12:25:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 12:25:15 +0000 |
commit | 569a89e69a417e2d8efe690b41a3968dbc690f02 (patch) | |
tree | d47ee6495b4dcd55b3e0a343e289dac5be6f401d | |
parent | e699f52a5a752f2198b404171288d8dcb2d0bef1 (diff) | |
parent | 9310b1b3d0ee0c7d49e7cb0e6a55b2d3c8c42454 (diff) |
merge of 0e0901aeb2df666b7ef411c84571c64d8648f2f7
and 37b3bd1d7cf4c3ff2c0e00c6bd7a87d690fc63d5
-rw-r--r-- | classes/kernel.bbclass | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 598380be36..8b2186dec6 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -184,18 +184,21 @@ if [ x"$D" = "x" ]; then fi } -# defaults +# autoload defaults (alphabetically sorted) +module_autoload_hidp = "hidp" module_autoload_ipv6 = "ipv6" module_autoload_ipsec = "ipsec" module_autoload_ircomm-tty = "ircomm-tty" +module_autoload_rfcomm = "rfcomm" module_autoload_sa1100-rtc = "sa1100-rtc" +# alias defaults (alphabetically sorted) module_conf_bluez = "alias net-pf-31 bluez" +module_conf_bnep = "alias bt-proto-4 bnep" +module_conf_hci_uart = "alias tty-ldisc-15 hci_uart" module_conf_l2cap = "alias bt-proto-0 l2cap" module_conf_sco = "alias bt-proto-2 sco" module_conf_rfcomm = "alias bt-proto-3 rfcomm" -module_conf_bnep = "alias bt-proto-4 bnep" -module_conf_hci_uart = "alias tty-ldisc-15 hci_uart" python populate_packages_prepend () { def extract_modinfo(file): |