increase dvbapp PR.
[vuplus_openembedded] / conf / machine / netbook-pro.conf
old mode 100755 (executable)
new mode 100644 (file)
index c480cf4..a747468
@@ -2,10 +2,9 @@
 #@Name: Psion teklogix netbookpro Platform
 #@DESCRIPTION: Machine configuration for Psion teklogix netbookpro Platformm
 
-INHERIT += "linux_modules"
+INHERIT += "linux-kernel-base"
 
 TARGET_ARCH = "arm"
-IPKG_EXTRA_ARCHS = "armv5te"
 
 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
 
@@ -15,16 +14,7 @@ USE_VT = "0"
 #use the epson xserver
 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"
+MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost screen vfat"
 
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttySA0 vt100"
@@ -40,4 +30,4 @@ GUI_MACHINE_CLASS = "bigscreen"
 #The initrd needs /initrd present to be able to do pivot_root 
 ROOTFS_POSTPROCESS_COMMAND += " mkdir -p ${IMAGE_ROOTFS}/initrd; "
 
-include conf/machine/include/tune-xscale.conf
+require conf/machine/include/tune-xscale.inc