diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 22:23:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 22:23:47 +0000 |
commit | 2904613080f031ac7683b6d9cf42dafe1183dab5 (patch) | |
tree | 73f5a3fedb33e6afd804e25195b5dc25606e1029 /conf | |
parent | 880d7022165f13e50d03c97fa3299e6331989a73 (diff) |
nokia770: Convert machine to task-base
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/nokia770.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index eee389faf1..7069639330 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -16,7 +16,6 @@ GUI_MACHINE_CLASS = "bigscreen" # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. include conf/machine/include/tune-arm926ejs.conf - #size of the root partition (yes, it is 123 MB) ROOT_FLASH_SIZE = "123" EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000" @@ -28,10 +27,10 @@ SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" -BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ - apm ppp wireless-tools console-tools" - #use this if you are using the nokia initfs ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" +MACHINE_TASK_PROVIDER = "task-base"
\ No newline at end of file |