diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-24 10:53:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-24 10:53:41 +0000 |
commit | 7ff1ae737a173f44abc66f2da97d881f8a752538 (patch) | |
tree | f4a3c268e4f8c04178f10209b1f5ee2813eed2be /conf | |
parent | 29897e4068b700d0a3258d16184b86d239f9169b (diff) |
nokia770.conf: remove cruft
* GPE_EXTRA_INSTALL should be in a distro.conf -> removed
* handheld-common is largely distro related -> removed
Users will be still able to 'bootstrap' without the above, thanks to the initfs present in the 770.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/nokia770.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 44cb860fc9..bc15823f26 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -11,7 +11,6 @@ XSERVER = "xserver-kdrive-omap" # 800x480 is big enough for me GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser tscalib" # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. include conf/machine/include/tune-arm926ejs.conf @@ -30,7 +29,7 @@ SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ -${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" + apm ppp wireless-tools console-tools" # NFS Modules #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" @@ -52,5 +51,4 @@ ${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " -include conf/machine/include/handheld-common.conf |