increase dvbapp PR.
[vuplus_openembedded] / conf / machine / netbook-pro.conf
old mode 100755 (executable)
new mode 100644 (file)
index ffb1b01..a747468
@@ -2,26 +2,19 @@
 #@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"
 
 #don't try to access tty1
 USE_VT = "0"
 
+#use the epson xserver
+XSERVER = "xserver-kdrive-epson"
 
-
-#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 tinymail"
+MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost screen vfat"
 
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttySA0 vt100"
@@ -34,6 +27,7 @@ udevdir = "/dev"
 
 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-scale.conf
+require conf/machine/include/tune-xscale.inc