diff options
author | Holger Freyther <zecke@selfish.org> | 2004-10-16 20:47:50 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-10-16 20:47:50 +0000 |
commit | b73c43653628d428f5288d736cf53ce1ab3d5c0e (patch) | |
tree | 318bb72fe1e6a818775c7b00993ee4b8778a2a94 /conf/machine | |
parent | 62d356224f85a046f8d04257a8d972617c8fe901 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/10/15 02:45:08+02:00 handhelds.org!zecke
Opie-Networksettings:
Changedns is a script and must be executable. Change the permission to 0755 to be executable
2004/10/15 02:40:06+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/10/15 02:39:55+02:00 handhelds.org!zecke
Beagle:
-Change default kernel to get a kernel that doesn't ooops on start-up.
This configuration was found by trial and error to get a booting kernel. This kernel
leaves two blocks free on the kernel partition but it seems like we need to have some more
'ram' free...
2004/10/15 01:12:18+02:00 handhelds.org!zecke
Beagle:
Add TMPFS, install '/root' destination for ipkg, change loaded and installed modules
BKrev: 417188f67LTUli_O0hjroiC0hPDckg
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/beagle.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/conf/machine/beagle.conf b/conf/machine/beagle.conf index edb07fa1b4..a209160f3d 100644 --- a/conf/machine/beagle.conf +++ b/conf/machine/beagle.conf @@ -10,15 +10,15 @@ BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils hostap-modules orinoco-module BOOTSTRAP_EXTRA_RDEPENDS = " kernel-module-net-fd \ kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \ kernel-module-pcnet-cs kernel-module-8390 kernel-module-unix \ -kernel-module-sa1100-ir \ +kernel-module-sa1100-ir kernel-module-irlan kernel-module-irnet \ kernel-module-usb-eth kernel-module-sa1100usb-core \ kernel-module-ppp-generic kernel-module-ppp-async kernel-module-mtdchar \ -kernel-module-fat kernel-module-vfat " +kernel-module-fat kernel-module-vfat \ +kernel-module-ircomm kernel-module-ircomm-tty \ +kernel-module-serial kernel-module-slhc " BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs " -# FIXME: the modules list is not complete yet! - EXTRA_IMAGECMD_jffs2 = "--pad=0xec0000 --little-endian --eraseblock=0x40000" EXTRA_IMAGEDEPENDS = "cetools-native" @@ -31,5 +31,9 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf +# Remove BlueZ from the Stock ROM +# BOOTSTRAP_EXTRA_RRECOMMENDS -= "bluez-utils" + + SERIAL_CONSOLE = "115200 ttySA0" |