From b73c43653628d428f5288d736cf53ce1ab3d5c0e Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 16 Oct 2004 20:47:50 +0000 Subject: 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 --- conf/machine/beagle.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'conf/machine') 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" -- cgit v1.2.3