diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 11:24:25 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 11:24:25 +0000 |
commit | f27cbd1a4e76ae4ce9728a380ee678df9953ed21 (patch) | |
tree | 4dd67c8318fced8f861ecfb7b382e3af1cf576aa /meta/conf/machine | |
parent | 1b7873fae984f29a3953e3601f543a29194fdaad (diff) | |
download | poky-f27cbd1a4e76ae4ce9728a380ee678df9953ed21.tar.gz |
Add depicture machine with patches from SimTec
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/depicture.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/conf/machine/depicture.conf b/meta/conf/machine/depicture.conf new file mode 100644 index 0000000000..333af4f2f2 --- /dev/null +++ b/meta/conf/machine/depicture.conf | |||
@@ -0,0 +1,32 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Simtec BBD20EUROU + IM2440D20 (Combination known as: Depicture) | ||
3 | #@DESCRIPTION: Machine configuration for running an ARM 920t in the BBD20EUROU board. | ||
4 | |||
5 | TARGET_ARCH = "arm" | ||
6 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t" | ||
7 | |||
8 | require conf/machine/include/qemu.inc | ||
9 | require conf/machine/include/tune-arm920t.inc | ||
10 | |||
11 | KERNEL_IMAGETYPE = "zImage" | ||
12 | |||
13 | SERIAL_CONSOLE = "115200 ttySAC0" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-simtec" | ||
16 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-fbdev" | ||
17 | |||
18 | MACHINE_FEATURES = "kernel26 alsa usbhost" | ||
19 | XSERVER = "xserver-kdrive-fbdev" | ||
20 | |||
21 | SERIAL_CONSOLE = "115200 ttySAC0" | ||
22 | |||
23 | # used by some images | ||
24 | ROOT_FLASH_SIZE = "28" | ||
25 | |||
26 | # Ensure the JFFS2 has summary nodes... | ||
27 | IMAGE_FSTYPES += " jffs2" | ||
28 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ | ||
29 | --no-cleanmarkers --pad -n -x lzo ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ | ||
30 | --littleendian --pad \ | ||
31 | -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ | ||
32 | -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" | ||