Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorPhil Blundell <philb@gnu.org>
Thu, 27 Jan 2005 15:30:53 +0000 (15:30 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 27 Jan 2005 15:30:53 +0000 (15:30 +0000)
into stealth.nexus.co.uk:/home/pb/oe/oe

2005/01/27 15:29:55+00:00 nexus.co.uk!pb
add autoload for ircomm-tty kernel module

BKrev: 41f9092d_cfYtxXRrcLGdlV7v2i0KA

classes/kernel.bbclass
packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb
packages/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh37.4.bb
packages/meta/task-bootstrap.bb

index 4bf7aad..b537f35 100644 (file)
@@ -155,6 +155,8 @@ fi
 # defaults
 module_autoload_ipv6 = "ipv6"
 module_autoload_ipsec = "ipsec"
+module_autoload_ircomm-tty = "ircomm-tty"
+
 module_conf_bluez = "alias net-pf-31 bluez"
 module_conf_l2cap = "alias bt-proto-0 l2cap"
 module_conf_sco = "alias bt-proto-2 sco"
index 5e4da53..2a3b86a 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices."
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 LICENSE = "GPL"
-PR = "r6"
+PR = "r7"
 
 KERNEL_CCSUFFIX = "-3.3.3"
 COMPATIBLE_HOST = "arm.*-linux"
index 1258e0b..a29541a 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices."
 MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
 LICENSE = "GPL"
-PR = "r4"
+PR = "r5"
 
 KERNEL_CCSUFFIX = "-3.3.3"
 COMPATIBLE_HOST = "arm.*-linux"
index 182fb2c..811fa8c 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Core packages required for a basic installation"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-PR = "r18"
+PR = "r19"
 
 # The BOOTSTRAP_EXTRA_ variables are often manipulated by the
 # MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.