diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-02 14:58:48 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-02 14:58:48 +0000 |
| commit | 594a2c2edb02b52d1a407955d9c8055a04ea17e2 (patch) | |
| tree | acf3538983eecfdfc029935c9afbe03374f43a59 /meta/conf | |
| parent | ae748c188423955ca4ce29367d53f8be519329a8 (diff) | |
| download | poky-594a2c2edb02b52d1a407955d9c8055a04ea17e2.tar.gz | |
em-x270: added machine config from OE (and a bit of cleaning)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3061 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/machine/em-x270.conf | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/meta/conf/machine/em-x270.conf b/meta/conf/machine/em-x270.conf new file mode 100644 index 0000000000..6a8d579bf0 --- /dev/null +++ b/meta/conf/machine/em-x270.conf | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: EM-X270 | ||
| 3 | #@DESCRIPTION: Machine configuration for the CompuLab EM-X270 with a pxa27x CPU | ||
| 4 | |||
| 5 | # | ||
| 6 | # Hardware-based properties | ||
| 7 | # | ||
| 8 | TARGET_ARCH = "arm" | ||
| 9 | GUI_MACHINE_CLASS ?= "bigscreen" | ||
| 10 | |||
| 11 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt " | ||
| 12 | PREFERRED_PROVIDER_virtual/kernel = "linux" | ||
| 13 | |||
| 14 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. | ||
| 15 | require conf/machine/include/tune-xscale.inc | ||
| 16 | |||
| 17 | # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first | ||
| 18 | # require conf/machine/include/tune-iwmmxt.inc | ||
| 19 | |||
| 20 | ROOT_FLASH_SIZE = "128" | ||
| 21 | IMAGE_CMD_jffs2 = " \ | ||
| 22 | /usr/sbin/mkfs.jffs2 --root=${IMAGE_ROOTFS} \ | ||
| 23 | --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ | ||
| 24 | --eraseblock=0x20000 --pad --faketime -n; \ | ||
| 25 | /usr/sbin/sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ | ||
| 26 | -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ | ||
| 27 | -e 0x20000 -p; \ | ||
| 28 | cd ${DEPLOY_DIR_IMAGE}; \ | ||
| 29 | rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2; \ | ||
| 30 | ln -fs ${IMAGE_NAME}.rootfs-summary.jffs2 \ | ||
| 31 | ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \ | ||
| 32 | " | ||
| 33 | |||
| 34 | #VOLATILE_STORAGE_SIZE = "128" | ||
| 35 | MACHINE_DISPLAY_WIDTH_PIXELS ?= "480" | ||
| 36 | MACHINE_DISPLAY_HEIGHT_PIXELS ?= "640" | ||
| 37 | MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth wifi usbhost usbgadget screen phone " | ||
| 38 | |||
| 39 | # | ||
| 40 | # Software/packages selection | ||
| 41 | # | ||
| 42 | |||
| 43 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | ||
| 44 | |||
| 45 | # | ||
| 46 | # Modules autoload and other boot properties | ||
| 47 | # | ||
| 48 | module_autoload_evdev = "evdev" | ||
| 49 | module_autoload_mmc_block = "mmc_block" | ||
| 50 | module_autoload_pxa27x_udc = "pxa27x_udc" | ||
| 51 | |||
| 52 | #FIXME: this should be controlled by a userspace utility later. | ||
| 53 | module_autoload_g_ether = "g_ether" | ||
| 54 | |||
| 55 | SERIAL_CONSOLE = "115200 ttyS0" | ||
