aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-18 16:32:10 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-18 16:32:10 +0000
commitf44eba5b0b1455a2133d3f787460832eb782db6e (patch)
tree06e3f419b91e4da424a9373164aa3c06308a0535 /conf/machine
parent16949dea1f155a187e892878e3ec4e5ad7e4222d (diff)
downloadopenembedded-f44eba5b0b1455a2133d3f787460832eb782db6e.tar.gz
netbook-pro: finish conversion to task-base
Diffstat (limited to 'conf/machine')
-rwxr-xr-xconf/machine/netbook-pro.conf11
1 files changed, 1 insertions, 10 deletions
diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf
index 08bb29189d..095cd95d31 100755
--- a/conf/machine/netbook-pro.conf
+++ b/conf/machine/netbook-pro.conf
@@ -5,7 +5,7 @@
INHERIT += "linux-kernel-base"
TARGET_ARCH = "arm"
-IPKG_EXTRA_ARCHS = "armv5te"
+IPKG_EXTRA_ARCHS = "arm armv4 armv4t armv5te"
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
@@ -17,15 +17,6 @@ XSERVER = "xserver-kdrive-epson"
MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost"
-#ship in rootfs:
-NBP_MODULES = " apm \
- pcmcia-core \
- ipv6 "
-BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${NBP_MODULES}', d)}"
-BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
-
-GPE_EXTRA_INSTALL += "gpe-mini-browser"
-
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttySA0 vt100"