diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-18 15:32:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-18 15:36:06 +0000 |
commit | 673abd92f999829bdd67d0273c43570a62123a63 (patch) | |
tree | 63132d1ffc1cb5bf50d244b184ca8d58a9cbc85c /meta/conf/machine/depicture.conf | |
parent | fed61beb31c47e2d96af905a7047fe78d64c9bd0 (diff) | |
download | poky-673abd92f999829bdd67d0273c43570a62123a63.tar.gz |
conf/machine: Drop older machines with no recent updates
These are all moving to meta-extras. Ideally in the future machines
such as these will be maintained to topic specific layers as we move
to a more layer oriented model. If this causes a problem for anyone
please discuss it on the mailing list.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/depicture.conf')
-rw-r--r-- | meta/conf/machine/depicture.conf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/conf/machine/depicture.conf b/meta/conf/machine/depicture.conf deleted file mode 100644 index f72ab2939e..0000000000 --- a/meta/conf/machine/depicture.conf +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
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 | |||
7 | require conf/machine/include/qemu.inc | ||
8 | require conf/machine/include/tune-arm920t.inc | ||
9 | |||
10 | KERNEL_IMAGETYPE = "zImage" | ||
11 | |||
12 | SERIAL_CONSOLE = "115200 ttySAC0" | ||
13 | |||
14 | PREFERRED_PROVIDER_virtual/kernel = "linux-simtec" | ||
15 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-fbdev" | ||
16 | |||
17 | MACHINE_FEATURES = "kernel26 alsa usbhost" | ||
18 | XSERVER = "xserver-kdrive-fbdev" | ||
19 | |||
20 | SERIAL_CONSOLE = "115200 ttySAC0" | ||
21 | |||
22 | # used by some images | ||
23 | ROOT_FLASH_SIZE = "28" | ||
24 | |||
25 | # Ensure the JFFS2 has summary nodes... | ||
26 | IMAGE_FSTYPES += " jffs2" | ||
27 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ | ||
28 | --no-cleanmarkers --pad -n -x lzo ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ | ||
29 | --littleendian --pad \ | ||
30 | -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ | ||
31 | -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" | ||