From: <sle...@us...> - 2007-03-05 03:32:00
|
Revision: 895 http://svn.sourceforge.net/hackndev/?rev=895&view=rev Author: sleep_walker Date: 2007-03-04 19:31:57 -0800 (Sun, 04 Mar 2007) Log Message: ----------- OE: 2.6.20 can now be built for T|T3, removing SRCDATE Modified Paths: -------------- OE/com.hackndev/conf/machine/palmtt3.conf Modified: OE/com.hackndev/conf/machine/palmtt3.conf =================================================================== --- OE/com.hackndev/conf/machine/palmtt3.conf 2007-03-05 02:06:35 UTC (rev 894) +++ OE/com.hackndev/conf/machine/palmtt3.conf 2007-03-05 03:31:57 UTC (rev 895) @@ -8,7 +8,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6" PREFERRED_PROVIDER_linux = "linux-hackndev-2.6" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" -SRCDATE_linux-hackndev-2.6 = "20070217" +#SRCDATE_linux-hackndev-2.6 = "20070217" MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth ext2 usbgadget screen" @@ -25,7 +25,7 @@ IMAGE_FSTYPES = "squashfs squashfs-lzma tar ext2" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --squash --eraseblock=0x10000 -n" +#EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --squash --eraseblock=0x10000 -n" # squashfs-lzma image type (could be in bitbake.conf like the others) IMAGE_DEPENDS_squashfs-lzma = "squashfs-lzma-tools-native" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |