aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/netbook-pro.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/netbook-pro.conf')
-rwxr-xr-xconf/machine/netbook-pro.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf
index e4c108c071..fb8b521a3c 100755
--- a/conf/machine/netbook-pro.conf
+++ b/conf/machine/netbook-pro.conf
@@ -12,7 +12,8 @@ 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 \
@@ -21,7 +22,7 @@ NBP_MODULES = " apm \
BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${NBP_MODULES}', d)}"
BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
-GPE_EXTRA_INSTALL += "gpe-mini-browser tinymail"
+GPE_EXTRA_INSTALL += "gpe-mini-browser"
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttySA0 vt100"
@@ -34,6 +35,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-xscale.conf