Remove avahi from the image until ipkg can handle it correctly. Tweak spitz kernel generation.

git-svn-id: https://svn.o-hand.com/repos/poky@23 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-09-15 09:49:09 +00:00
parent 6fa80cb0bf
commit 72d61f6fdd
2 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ COMPATIBLE_HOST = "arm.*-linux"
CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd" CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2 " CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2 "
CMDLINE_ROOT_poodle = "root=/dev/mtdblock1 rootfstype=jffs2 " CMDLINE_ROOT_poodle = "root=/dev/mtdblock1 rootfstype=jffs2 "
CMDLINE_ROOT_spitz = "root=/dev/hda1 rootfstype=ext3 " CMDLINE_ROOT_spitz = "root=/dev/hda1 rootfstype=ext3 rw "
############################################################## ##############################################################
# Configure memory/ramdisk split for collie # Configure memory/ramdisk split for collie

View File

@ -18,13 +18,13 @@ oh-task-base = "\
xcursor-transparent-theme \ xcursor-transparent-theme \
xserver-kdrive-common \ xserver-kdrive-common \
gtk+ \ gtk+ \
avahi-daemon \
avahi-dnsconfd \
rxvt \ rxvt \
xhost \ xhost \
ttf-bitstream-vera \ ttf-bitstream-vera \
xauth" xauth"
# avahi-daemon \
# avahi-dnsconfd \
# teleport \ # teleport \
# xst \ # xst \
# libgtkstylus \ # libgtkstylus \