diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2007-09-19 15:43:30 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2007-09-19 15:43:30 +0000 |
commit | 9c0ecf04c4cb950c1f7a0f916890d44379995227 (patch) | |
tree | e4987c88eb71239d411da64553096f9a495b8db9 /meta/conf/machine | |
parent | 6e5b0d229bd05d59b662e037730ebe4d63deca2c (diff) | |
download | poky-9c0ecf04c4cb950c1f7a0f916890d44379995227.tar.gz |
zylonite: Initial poky support.
We now build poky images for Zylonite, excluding the kernel part.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2767 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/zylonite.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/conf/machine/zylonite.conf b/meta/conf/machine/zylonite.conf new file mode 100644 index 0000000000..f42c8c10ba --- /dev/null +++ b/meta/conf/machine/zylonite.conf | |||
@@ -0,0 +1,24 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Marvel PXA3xx Monahans Zylonite | ||
3 | #@DESCRIPTION: Machine configuration for the Zylonite Development board | ||
4 | |||
5 | require conf/machine/include/tune-xscale.inc | ||
6 | |||
7 | TARGET_ARCH = "arm" | ||
8 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te iwmmxt" | ||
9 | |||
10 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n -x lzo -p" | ||
11 | |||
12 | IMAGE_CMD_jffs2 = "mkdir -p ${DEPLOY_DIR_IMAGE}; \ | ||
13 | mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ | ||
14 | --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}; " | ||
15 | |||
16 | IMAGE_FSTYPES ?= "tar.bz2 jffs2" | ||
17 | |||
18 | SERIAL_CONSOLE = "38400 ttyS0" | ||
19 | |||
20 | PREFERRED_PROVIDER_virtual/kernel = "linux-zylonite" | ||
21 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
22 | XSERVER = "xserver-kdrive-fbdev" | ||
23 | |||
24 | MACHINE_FEATURES = "kernel26 apm usbgadget" | ||