summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:32:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:36:06 +0000
commit673abd92f999829bdd67d0273c43570a62123a63 (patch)
tree63132d1ffc1cb5bf50d244b184ca8d58a9cbc85c /meta/conf
parentfed61beb31c47e2d96af905a7047fe78d64c9bd0 (diff)
downloadpoky-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')
-rw-r--r--meta/conf/machine/akita.conf12
-rw-r--r--meta/conf/machine/c7x0.conf14
-rw-r--r--meta/conf/machine/cm-x270.conf67
-rw-r--r--meta/conf/machine/depicture.conf31
-rw-r--r--meta/conf/machine/em-x270.conf64
-rw-r--r--meta/conf/machine/htcuniversal.conf33
-rw-r--r--meta/conf/machine/hx2000.conf49
-rw-r--r--meta/conf/machine/igep0020.conf40
-rw-r--r--meta/conf/machine/igep0030.conf40
-rw-r--r--meta/conf/machine/mx31ads.conf15
-rw-r--r--meta/conf/machine/mx31phy.conf16
-rw-r--r--meta/conf/machine/omap-3430ldp.conf26
-rw-r--r--meta/conf/machine/omap-3430sdp.conf15
-rw-r--r--meta/conf/machine/overo.conf36
-rw-r--r--meta/conf/machine/spitz.conf15
-rw-r--r--meta/conf/machine/zoom2.conf19
-rw-r--r--meta/conf/machine/zylonite.conf25
17 files changed, 0 insertions, 517 deletions
diff --git a/meta/conf/machine/akita.conf b/meta/conf/machine/akita.conf
deleted file mode 100644
index cdd465200c..0000000000
--- a/meta/conf/machine/akita.conf
+++ /dev/null
@@ -1,12 +0,0 @@
1#@TYPE: Machine
2#@NAME: Sharp Zaurus SL-C1000
3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
4
5require conf/machine/include/zaurus-2.6.inc
6require conf/machine/include/zaurus-clamshell.inc
7
8MACHINE_FEATURES += "iwmmxt"
9
10IMAGE_FSTYPES ?= "jffs2"
11
12ROOT_FLASH_SIZE = "58"
diff --git a/meta/conf/machine/c7x0.conf b/meta/conf/machine/c7x0.conf
deleted file mode 100644
index 2b2f1a4355..0000000000
--- a/meta/conf/machine/c7x0.conf
+++ /dev/null
@@ -1,14 +0,0 @@
1#@TYPE: Machine
2#@NAME: Sharp Zaurus SL-C7x0
3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices
4
5require conf/machine/include/zaurus-2.6.inc
6require conf/machine/include/zaurus-clamshell.inc
7
8IMAGE_FSTYPES ?= "jffs2"
9
10ROOT_FLASH_SIZE = "25"
11# yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't make a special image for it.
12
13#XSERVER = "xserver-kdrive-imageon"
14
diff --git a/meta/conf/machine/cm-x270.conf b/meta/conf/machine/cm-x270.conf
deleted file mode 100644
index 9bf7d8f6ae..0000000000
--- a/meta/conf/machine/cm-x270.conf
+++ /dev/null
@@ -1,67 +0,0 @@
1#@TYPE: Machine
2#@Name: Compulab cm-x270
3#@DESCRIPTION: Machine configuration for Compulab cm-x270 computer module
4#OLDEST_KERNEL = "2.6.16"
5TARGET_ARCH = "arm"
6GUI_MACHINE_CLASS ?= "bigscreen"
7
8PREFERRED_PROVIDER_virtual/kernel = "linux"
9PREFERRED_VERSION_linux ?= "2.6.23"
10
11
12require conf/machine/include/tune-xscale.inc
13PACKAGE_EXTRA_ARCHS += "iwmmxt"
14
15# Console serial port.
16# If you have a W module, add the following line to your local.conf:
17# the following line to your local.conf:
18CMX270_CONSOLE_SERIAL_PORT ?= "ttyS0"
19# the following is for the cm-x270 L module
20#CMX270_CONSOLE_SERIAL_PORT ?= "ttyS1"
21
22# NAND flash eraseblock size
23# most of the older cm-x270 modules are populated with NAND flash
24# that have 128KiB eraseblocks. Recently, a user encounted
25# a device that has 16KiB eraseblocks. The following define
26# can be overridden in local.conf if you have one of these devices.
27CMX270_NAND_ERASEBLOCK_SIZE ?= "0x20000"
28
29
30# used by sysvinit_2 package, so rebuild this
31# package if you change the SERIAL_CONSOLE setting
32# the following is the port for the cm-x270 L module
33# I think the W module would use ttyS0, but has
34# not been tested. This can be overwritten in
35# local.conf
36SERIAL_CONSOLE ?= "38400 ${CMX270_CONSOLE_SERIAL_PORT}"
37
38# used by opie-collections.inc
39ROOT_FLASH_SIZE ?= "32"
40
41# for NAND flash.
42EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${CMX270_NAND_ERASEBLOCK_SIZE} --pad --no-cleanmarkers;\
43 sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
44 -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
45 -e ${CMX270_NAND_ERASEBLOCK_SIZE} -p; \
46 cd ${DEPLOY_DIR_IMAGE}; \
47 rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.rootfs-summary.jffs2; \
48 ln -s ${IMAGE_NAME}.rootfs-summary.jffs2 ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \
49 "
50
51MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia alsa iwmmxt"
52
53# to program the compulab NAND flash, the following scheme is suggested. Create
54# a small rootfs that can fit in NOR flash using the following config:
55# - Angstrom distro
56# - uclibc (set ANGSTROM_MODE = "uclibc" in local.conf)
57# - angstrom-minimal-image-with-mtd-utils bitbake target
58# - put the following in your local.conf
59# - IMAGE_FSTYPES = "jffs2 tar cpio.gz"
60# now, when you build the image, a cpio.gz will be generated
61# that can be used as an initramfs. You can boot into this image and then
62# program the main rootfs jffs2 image in NAND flash using mtd-utils
63# you can select booting the initramfs, or the main nand rootfs by using
64# the "ramdisk on", or "ramdisk off" commands in the bootloader
65#
66
67
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
5TARGET_ARCH = "arm"
6
7require conf/machine/include/qemu.inc
8require conf/machine/include/tune-arm920t.inc
9
10KERNEL_IMAGETYPE = "zImage"
11
12SERIAL_CONSOLE = "115200 ttySAC0"
13
14PREFERRED_PROVIDER_virtual/kernel = "linux-simtec"
15PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-fbdev"
16
17MACHINE_FEATURES = "kernel26 alsa usbhost"
18XSERVER = "xserver-kdrive-fbdev"
19
20SERIAL_CONSOLE = "115200 ttySAC0"
21
22# used by some images
23ROOT_FLASH_SIZE = "28"
24
25# Ensure the JFFS2 has summary nodes...
26IMAGE_FSTYPES += " jffs2"
27EXTRA_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"
diff --git a/meta/conf/machine/em-x270.conf b/meta/conf/machine/em-x270.conf
deleted file mode 100644
index 9bcec5b742..0000000000
--- a/meta/conf/machine/em-x270.conf
+++ /dev/null
@@ -1,64 +0,0 @@
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#
8TARGET_ARCH = "arm"
9GUI_MACHINE_CLASS ?= "bigscreen"
10
11PREFERRED_PROVIDER_virtual/kernel = "linux"
12
13require conf/machine/include/tune-xscale.inc
14
15# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
16# require conf/machine/include/tune-iwmmxt.inc
17
18IMAGE_DEPENDS_jffs2 += " genext2fs-native "
19ROOT_FLASH_SIZE = "128"
20IMAGE_CMD_jffs2 = " \
21 mkfs.jffs2 --root=${IMAGE_ROOTFS} \
22 --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
23 --eraseblock=0x20000 --pad --faketime -n; \
24 sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
25 -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
26 -e 0x20000 -p; \
27 mkdir -p ${WORKDIR}/img; \
28 mkdir -p ${WORKDIR}/kern-img/; \
29 install -m 0644 `readlink -f ${DEPLOY_DIR_IMAGE}/uImage-em-x270.bin` ${WORKDIR}/kern-img/uImage; \
30 mkfs.jffs2 --root=${WORKDIR}/kern-img/ --eraseblock=0x20000 --pad \
31 --no-cleanmarkers --faketime --output=${WORKDIR}/img/em-x270-kernel.jffs2; \
32 cd ${DEPLOY_DIR_IMAGE}; \
33 ln -fs ${IMAGE_NAME}.rootfs-summary.jffs2 ${IMAGE_LINK_NAME}.rootfs-summary.jffs2; \
34 install -m 0644 ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \
35 ${WORKDIR}/img/em-x270-angstrom.jffs2; \
36 size=`du -sk ${WORKDIR}/img | cut -f 1` ; ((size *= 120)) ; ((size /= 100)) ; \
37 genext2fs -d ${WORKDIR}/img -b $size ${DEPLOY_DIR_IMAGE}/updater-em-x270.ext2 \
38"
39
40#VOLATILE_STORAGE_SIZE = "128"
41MACHINE_DISPLAY_WIDTH_PIXELS ?= "480"
42MACHINE_DISPLAY_HEIGHT_PIXELS ?= "640"
43MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth wifi usbhost usbgadget screen phone "
44
45#
46# Software/packages selection
47#
48
49PREFERRED_PROVIDER_xserver = "xserver-kdrive"
50
51#
52# Modules autoload and other boot properties
53#
54module_autoload_evdev = "evdev"
55module_autoload_mmc_block = "mmc_block"
56module_autoload_pxa27x_udc = "pxa27x_udc"
57
58#FIXME: this should be controlled by a userspace utility later.
59module_autoload_g_ether = "g_ether"
60
61SERIAL_CONSOLE = "115200 ttyS0"
62
63KERNEL_IMAGETYPE = "uImage"
64UBOOT_ENTRYPOINT = "a0008000"
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf
deleted file mode 100644
index 72f3bc4aad..0000000000
--- a/meta/conf/machine/htcuniversal.conf
+++ /dev/null
@@ -1,33 +0,0 @@
1#@TYPE: Machine
2#@NAME: HTC Universal
3#@DESCRIPTION: Machine configuration for the HTC Universal smartphone
4
5#include conf/machine/include/tune-iwmmxt.inc
6include conf/machine/include/tune-xscale.inc
7PACKAGE_EXTRA_ARCHS += "iwmmxt"
8
9TARGET_ARCH = "arm"
10
11PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
12
13MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen keyboard usbhost usbgadget wifi phone"
14
15MACHINE_EXTRA_RDEPENDS = "zaurusd"
16
17MACHINE_EXTRA_RRECOMMENDS = " \
18 kernel-module-htcuniversal-bt \
19 kernel-module-htcuniversal-phone \
20 kernel-module-i2c-pxa \
21 kernel-module-htcuniversal-acx \
22 kernel-module-acx \
23 kernel-module-usbserial \
24 "
25
26module_autoload_acx = "acx"
27module_autoload_htcuniversal_acx = "htcuniversal_acx"
28
29IMAGE_FSTYPES ?= "tar.gz"
30
31# Don't include kernels in standard images for Zaurus machines
32RDEPENDS_kernel-base = ""
33KERNEL_IMAGETYPE = "zImage"
diff --git a/meta/conf/machine/hx2000.conf b/meta/conf/machine/hx2000.conf
deleted file mode 100644
index a6775f2c3a..0000000000
--- a/meta/conf/machine/hx2000.conf
+++ /dev/null
@@ -1,49 +0,0 @@
1#@TYPE: Machine
2#@NAME: iPAQ hx2xxx
3#@DESCRIPTION: Machine configuration for the hx2000 iPAQs with a pxa27x CPU
4
5TARGET_ARCH = "arm"
6PACKAGE_EXTRA_ARCHS += "iwmmxt"
7
8PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
9
10PREFERRED_VERSION_orinoco-modules = "0.15rc1"
11
12ROOT_FLASH_SIZE = "80"
13
14EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
15 -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
16 -e 256KiB -p"
17
18IMAGE_FSTYPES ?= "jffs2 tar.bz2"
19
20MODUTILS = "26"
21
22MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat"
23
24PCMCIA_MANAGER = "pcmciautils"
25
26SERIAL_CONSOLE = "115200 ttyS0"
27
28MACHINE_GUI_CLASS = "smallscreen"
29MACHINE_DISPLAY_WIDTH_PIXELS = "240"
30MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
31
32require conf/machine/include/tune-xscale.inc
33
34# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
35#require conf/machine/include/tune-iwmmxt.inc
36
37module_autoload_evdev = "evdev"
38module_autoload_pcmcia = "pcmcia"
39module_autoload_mmc_block = "mmc_block"
40module_autoload_snd-pcm-oss = "snd-pcm-oss"
41module_autoload_snd-mixer-oss = "snd-mixer-oss"
42module_autoload_pxa27x_udc = "pxa27x_udc"
43
44#FIXME: this should be controlled by a userspace utility later.
45module_autoload_g_ether = "g_ether"
46
47# Don't include kernels in standard images
48RDEPENDS_kernel-base = ""
49KERNEL_IMAGETYPE = "zImage"
diff --git a/meta/conf/machine/igep0020.conf b/meta/conf/machine/igep0020.conf
deleted file mode 100644
index 86adfcf1a0..0000000000
--- a/meta/conf/machine/igep0020.conf
+++ /dev/null
@@ -1,40 +0,0 @@
1#@TYPE: Machine
2#@NAME: IGEP v2 machine
3#@DESCRIPTION: Machine configuration for the IGEP v2 board (http://www.myigep.com)
4TARGET_ARCH = "arm"
5
6# Floating point option
7TARGET_FPU_arm = "hard"
8
9PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite"
10XSERVER = "xserver-xf86-lite \
11 xf86-input-evdev \
12 xf86-input-mouse \
13 xf86-input-keyboard \
14 xf86-video-omapfb"
15
16
17# Only has DVI connector for external screen
18GUI_MACHINE_CLASS = "bigscreen"
19
20#Ship all kernel modules till the board support has matured enough
21MACHINE_EXTRA_RRECOMMENDS = " kernel-modules linux-firmware-sd8686"
22
23include conf/machine/include/tune-cortexa8.inc
24
25IMAGE_FSTYPES += "cpio ext3 jffs2"
26EXTRA_IMAGECMD_jffs2 = "-lnp "
27
28# Guesswork
29SERIAL_CONSOLE = "115200 ttyS2"
30
31PREFERRED_PROVIDER_virtual/kernel = "linux-igep"
32
33KERNEL_IMAGETYPE = "uImage"
34
35UBOOT_ENTRYPOINT = "0x80008000"
36UBOOT_LOADADDRESS = "0x80008000"
37
38MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat wifi"
39
40# EXTRA_IMAGEDEPENDS += "u-boot x-load"
diff --git a/meta/conf/machine/igep0030.conf b/meta/conf/machine/igep0030.conf
deleted file mode 100644
index af36982a6a..0000000000
--- a/meta/conf/machine/igep0030.conf
+++ /dev/null
@@ -1,40 +0,0 @@
1#@TYPE: Machine
2#@NAME: OMAP3 IGEP module
3#@DESCRIPTION: Machine configuration for the OMAP3 IGEP module (http://www.myigep.com)
4TARGET_ARCH = "arm"
5
6# Floating point option
7TARGET_FPU_arm = "hard"
8
9PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite"
10XSERVER = "xserver-xf86-lite \
11 xf86-input-evdev \
12 xf86-input-mouse \
13 xf86-input-keyboard \
14 xf86-video-omapfb"
15
16
17# Only has DVI connector for external screen
18GUI_MACHINE_CLASS = "bigscreen"
19
20#Ship all kernel modules till the board support has matured enough
21MACHINE_EXTRA_RRECOMMENDS = " kernel-modules linux-firmware-sd8686"
22
23include conf/machine/include/tune-cortexa8.inc
24
25IMAGE_FSTYPES += "cpio ext3 jffs2"
26EXTRA_IMAGECMD_jffs2 = "-lnp "
27
28# Guesswork
29SERIAL_CONSOLE = "115200 ttyS2"
30
31PREFERRED_PROVIDER_virtual/kernel = "linux-igep"
32
33KERNEL_IMAGETYPE = "uImage"
34
35UBOOT_ENTRYPOINT = "0x80008000"
36UBOOT_LOADADDRESS = "0x80008000"
37
38MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat wifi"
39
40# EXTRA_IMAGEDEPENDS += "u-boot x-load"
diff --git a/meta/conf/machine/mx31ads.conf b/meta/conf/machine/mx31ads.conf
deleted file mode 100644
index 8b3e3dbc1a..0000000000
--- a/meta/conf/machine/mx31ads.conf
+++ /dev/null
@@ -1,15 +0,0 @@
1#@TYPE: Machine
2#@NAME: Freescale imx31 ADS Board
3#@DESCRIPTION: Machine configuration for the imx31 based Freescale ADS Board
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/kernel = "linux-mx31"
7
8MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
9
10IMAGE_FSTYPES ?= "tar.gz jffs2"
11SERIAL_CONSOLE = "-L 115200 ttymxc0"
12
13EXTRA_IMAGECMD_jffs2_mx31ads = "--pad --little-endian --eraseblock=0x20000 -n"
14
15require conf/machine/include/tune-arm1136jf-s.inc
diff --git a/meta/conf/machine/mx31phy.conf b/meta/conf/machine/mx31phy.conf
deleted file mode 100644
index eea673ab16..0000000000
--- a/meta/conf/machine/mx31phy.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: Phytec phyCORE-iMX31 Board
3#@DESCRIPTION: Machine configuration for the imx31 based Phytec phyCORE-iMX31
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/kernel = "linux-mx31"
7
8MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
9
10IMAGE_FSTYPES ?= "tar.gz jffs2"
11KERNEL_IMAGETYPE = "uImage"
12UBOOT_ENTRYPOINT = "80008000"
13SERIAL_CONSOLE = "-L 115200 ttymxc0"
14EXTRA_IMAGECMD_jffs2_mx31phy = "--pad --little-endian --eraseblock=0x20000 -n"
15
16require conf/machine/include/tune-arm1136jf-s.inc
diff --git a/meta/conf/machine/omap-3430ldp.conf b/meta/conf/machine/omap-3430ldp.conf
deleted file mode 100644
index 759d58f015..0000000000
--- a/meta/conf/machine/omap-3430ldp.conf
+++ /dev/null
@@ -1,26 +0,0 @@
1#@TYPE: Machine
2#@NAME: TI OMAP 3430 LDP
3#@DESCRIPTION: Machine configuration for the TI OMAP 3430 LDP (aka OMAP Zoom)
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
7
8MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone"
9KERNEL_IMAGETYPE = "uImage"
10IMAGE_FSTYPES ?= "tar.gz jffs2"
11EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
12SERIAL_CONSOLE = "-L 115200 ttyS2"
13
14require conf/machine/include/tune-cortexa8.inc
15#require conf/machine/include/tune-arm1136jf-s.inc
16
17MACHINE_EXTRA_RRECOMMENDS = "\
18 kernel-module-ads7846 \
19 kernel-module-atkbd \
20 kernel-module-g-ether \
21 kernel-module-musb-hdrc \
22 kernel-module-omap24xxlib \
23 kernel-module-omap24xxvout \
24 kernel-module-omap-hsmmc \
25 kernel-module-snd-omap2-audio \
26 "
diff --git a/meta/conf/machine/omap-3430sdp.conf b/meta/conf/machine/omap-3430sdp.conf
deleted file mode 100644
index 651d6a9968..0000000000
--- a/meta/conf/machine/omap-3430sdp.conf
+++ /dev/null
@@ -1,15 +0,0 @@
1#@TYPE: Machine
2#@NAME: TI OMAP 3430 SDP
3#@DESCRIPTION: Machine configuration for the TI OMAP 3430 SDP
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
7
8MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
9KERNEL_IMAGETYPE = "uImage"
10IMAGE_FSTYPES ?= "tar.gz jffs2"
11EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
12SERIAL_CONSOLE = "-L 115200 ttyS0"
13
14require conf/machine/include/tune-cortexa8.inc
15#require conf/machine/include/tune-arm1136jf-s.inc
diff --git a/meta/conf/machine/overo.conf b/meta/conf/machine/overo.conf
deleted file mode 100644
index 5271db627b..0000000000
--- a/meta/conf/machine/overo.conf
+++ /dev/null
@@ -1,36 +0,0 @@
1#@TYPE: Machine
2#@NAME: overo machine
3#@DESCRIPTION: Machine configuration for the overo
4
5include conf/machine/include/tune-cortexa8.inc
6
7TARGET_ARCH = "arm"
8MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"
9
10PREFERRED_VERSION_u-boot = "git"
11UBOOT_ENTRYPOINT = "0x80008000"
12UBOOT_LOADADDRESS = "0x80008000"
13
14PREFERRED_PROVIDER_virtual/kernel = "linux-omap3"
15KERNEL_IMAGETYPE = "uImage"
16MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
17SERIAL_CONSOLE = "115200 ttyS2"
18
19IMAGE_FSTYPES += "tar.bz2 jffs2"
20EXTRA_IMAGECMD_jffs2 = "-lnp "
21EXTRA_IMAGEDEPENDS += "u-boot x-load"
22
23PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
24#XSERVER = "xserver-xorg \
25# xf86-input-evdev \
26# xf86-input-mouse \
27# xf86-video-fbdev \
28# xf86-input-keyboard"
29
30XSERVER = "xserver-kdrive-fbdev"
31
32GUI_MACHINE_CLASS = "bigscreen"
33
34ANGSTROM_URI = "http://www.gumstix.net"
35
36
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf
deleted file mode 100644
index faa00e991f..0000000000
--- a/meta/conf/machine/spitz.conf
+++ /dev/null
@@ -1,15 +0,0 @@
1#@TYPE: Machine
2#@NAME: Sharp Zaurus SL-C3000
3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
4
5require conf/machine/include/zaurus-2.6.inc
6require conf/machine/include/zaurus-clamshell.inc
7
8MACHINE_FEATURES += "iwmmxt"
9
10PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}"
11
12IMAGE_FSTYPES ?= "tar.gz ext3"
13IMAGE_ROOTFS_SIZE_ext3 = "250000"
14
15ROOT_FLASH_SIZE = "100"
diff --git a/meta/conf/machine/zoom2.conf b/meta/conf/machine/zoom2.conf
deleted file mode 100644
index dec90c2c7b..0000000000
--- a/meta/conf/machine/zoom2.conf
+++ /dev/null
@@ -1,19 +0,0 @@
1#@TYPE: Machine
2#@NAME: Logic PD Zoom2
3#@DESCRIPTION: Machine configuration for the OMAP3-powered Logic PD Zoom2
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
7
8MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost screen touchscreen"
9
10KERNEL_IMAGETYPE = "uImage"
11IMAGE_FSTYPES ?= "tar.gz jffs2 ext2"
12UBOOT_ENTRYPOINT ="0x80008000"
13UBOOT_LOADADDRESS ="0x80008000"
14
15EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
16SERIAL_CONSOLE = "-L 115200 ttyS3"
17#MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "u-boot x-load"
18
19require conf/machine/include/tune-cortexa8.inc
diff --git a/meta/conf/machine/zylonite.conf b/meta/conf/machine/zylonite.conf
deleted file mode 100644
index e82f041ff2..0000000000
--- a/meta/conf/machine/zylonite.conf
+++ /dev/null
@@ -1,25 +0,0 @@
1#@TYPE: Machine
2#@NAME: Marvel PXA3xx Monahans Zylonite
3#@DESCRIPTION: Machine configuration for the Zylonite Development board
4
5require conf/machine/include/tune-xscale.inc
6
7PACKAGE_EXTRA_ARCHS += "iwmmxt"
8
9TARGET_ARCH = "arm"
10
11EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n -x lzo -p"
12
13IMAGE_CMD_jffs2 = "mkdir -p ${DEPLOY_DIR_IMAGE}; \
14 mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
15 --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}; "
16
17IMAGE_FSTYPES ?= "tar.bz2 jffs2"
18
19SERIAL_CONSOLE = "38400 ttyS0"
20
21PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
22PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
23XSERVER = "xserver-kdrive-fbdev"
24
25MACHINE_FEATURES = "kernel26 apm usbgadget"