diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-16 14:21:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-16 14:21:55 +0000 |
commit | 274eccaf5a02e1bc6d70876c84eb68ac6ae343c2 (patch) | |
tree | d70f07417d7760fa5470a5ce2348a026adc66637 /meta/conf/machine/nokia770.conf | |
parent | 5962332b14515914dbe485892cd0d849e3b8543b (diff) | |
download | poky-274eccaf5a02e1bc6d70876c84eb68ac6ae343c2.tar.gz |
conf/machine: Merge task-base updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@856 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/nokia770.conf')
-rw-r--r-- | meta/conf/machine/nokia770.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index 6cc73c9232..2e22771e4a 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf | |||
@@ -12,7 +12,6 @@ XSERVER = "xserver-kdrive-omap" | |||
12 | 12 | ||
13 | # 800x480 is big enough for me | 13 | # 800x480 is big enough for me |
14 | GUI_MACHINE_CLASS = "bigscreen" | 14 | GUI_MACHINE_CLASS = "bigscreen" |
15 | GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser tscalib" | ||
16 | 15 | ||
17 | # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. | 16 | # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. |
18 | include conf/machine/include/tune-arm926ejs.conf | 17 | include conf/machine/include/tune-arm926ejs.conf |
@@ -28,11 +27,10 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
28 | 27 | ||
29 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" | 28 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" |
30 | 29 | ||
31 | #BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ | 30 | #use this if you are using the nokia initfs |
32 | #${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" | ||
33 | |||
34 | |||
35 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " | 31 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " |
36 | 32 | ||
37 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" | 33 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" |
38 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" | 34 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |
35 | |||
36 | MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file | ||