diff options
Diffstat (limited to 'conf/machine/netbook-pro.conf')
-rwxr-xr-x | conf/machine/netbook-pro.conf | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf index 5b5f81719e..ffb1b01ece 100755 --- a/conf/machine/netbook-pro.conf +++ b/conf/machine/netbook-pro.conf @@ -1,21 +1,39 @@ +#@TYPE: Machine +#@Name: Psion teklogix netbookpro Platform +#@DESCRIPTION: Machine configuration for Psion teklogix netbookpro Platformm + +INHERIT += "linux_modules" + TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm" -BOOTSTRAP_EXTRA_DEPENDS = "pcmcia-cs xserver-kdrive wireless-tools hostap-modules" -BOOTSTRAP_EXTRA_RDEPENDS = "pcmcia-cs xserver-kdrive-epson wireless-tools" -BOOTSTRAP_EXTRA_RRECOMMENDS ="hostap-modules-cs" +IPKG_EXTRA_ARCHS = "armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + +#don't try to access tty1 +USE_VT = "0" + + + +#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_DEPENDS += "gpe-mini-browser tinymail" GPE_EXTRA_INSTALL += "gpe-mini-browser tinymail" -# Why?! -SERIAL_CONSOLE = "/dev/ttySA0 115200 vt100" -IMAGE_FSTYPE = "jffs2" -PREFERRED_PROVIDER_virtual/kernel = "linux-netbook" -#for lx: EXTRA_IMAGECMD_jffs2 = "-e 32768 -p 512 -n --little-endian" +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttySA0 vt100" + +# used by some images +ROOT_FLASH_SIZE = "32" +#extra jffs2 tweaks EXTRA_IMAGECMD_jffs2 = "-e 16384 -p 512 -n --little-endian" udevdir = "/dev" GUI_MACHINE_CLASS = "bigscreen" -include conf/tune-xscale.conf + +include conf/machine/include/tune-scale.conf |