diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-30 09:39:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-30 09:39:01 +0000 |
commit | 742aa153193acdd8dc8f12772101d75337b0bf23 (patch) | |
tree | 1a81976e4c292aab9189f67cc636188e1e067bc5 | |
parent | 4ca81325484f9aba79c3953b7ff2e995721f4e24 (diff) |
neuros-osd2: start machine file for the neuros osd v2.0 machine
-rw-r--r-- | conf/machine/neuros-osd2.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/neuros-osd2.conf b/conf/machine/neuros-osd2.conf new file mode 100644 index 0000000000..e66109a785 --- /dev/null +++ b/conf/machine/neuros-osd2.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@NAME: neuros OSD2 +#@DESCRIPTION: neuros OSD2 + +TARGET_ARCH = "arm" + +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" + +PREFERRED_VERSION_u-boot = "git" +#UBOOT_MACHINE = "davinci_dvevm_config" + +SERIAL_CONSOLE ?= "115200 ttyS0" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" + +ROOT_FLASH_SIZE = "29" + +MACHINE_FEATURES = "kernel26 pcmcia usbhost screen" + +require conf/machine/include/tune-arm926ejs.inc + |