diff options
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/atom-pc.conf | 46 | ||||
-rw-r--r-- | meta/conf/machine/beagleboard.conf | 37 | ||||
-rw-r--r-- | meta/conf/machine/mpc8315e-rdb.conf | 20 | ||||
-rw-r--r-- | meta/conf/machine/routerstationpro.conf | 24 |
4 files changed, 0 insertions, 127 deletions
diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf deleted file mode 100644 index b94deb20e5..0000000000 --- a/meta/conf/machine/atom-pc.conf +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Atom-PC | ||
3 | |||
4 | #@DESCRIPTION: Machine configuration for Intel Atom based PCs. Currently supported machines are the Asus eee901, Acer Aspire One, Toshiba NB305, and Intel BlackSand development board. | ||
5 | |||
6 | TARGET_ARCH = "i586" | ||
7 | |||
8 | include conf/machine/include/tune-atom.inc | ||
9 | |||
10 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \ | ||
11 | acpi" | ||
12 | |||
13 | KERNEL_IMAGETYPE = "bzImage" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" | ||
16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
17 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
18 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | ||
19 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | ||
20 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
21 | XSERVER ?= "xserver-xf86-dri-lite \ | ||
22 | xf86-input-mouse \ | ||
23 | xf86-input-keyboard \ | ||
24 | xf86-input-evdev \ | ||
25 | xf86-input-synaptics \ | ||
26 | xf86-video-intel \ | ||
27 | mesa-dri-driver-i915" | ||
28 | |||
29 | #MACHINE_EXTRA_RDEPENDS = "rt2860" | ||
30 | |||
31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
32 | |||
33 | GUI_MACHINE_CLASS = "bigscreen" | ||
34 | |||
35 | IMAGE_ROOTFS_SIZE_ext3 = "500000" | ||
36 | |||
37 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | ||
38 | |||
39 | APPEND += "usbcore.autosuspend=1" | ||
40 | |||
41 | GLIBC_ADDONS = "nptl" | ||
42 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
43 | |||
44 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | ||
45 | |||
46 | ROOTLESS_X = "1" | ||
diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf deleted file mode 100644 index b1f73504bf..0000000000 --- a/meta/conf/machine/beagleboard.conf +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Beagleboard machine | ||
3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board | ||
4 | TARGET_ARCH = "arm" | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
7 | XSERVER = "xserver-kdrive-fbdev" | ||
8 | |||
9 | # Only has DVI connector for external screen | ||
10 | GUI_MACHINE_CLASS = "bigscreen" | ||
11 | |||
12 | #Ship all kernel modules till the board support has matured enough | ||
13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
14 | |||
15 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) | ||
16 | EXTRA_IMAGEDEPENDS += "u-boot x-load" | ||
17 | |||
18 | #include conf/machine/include/tune-arm1136jf-s.inc | ||
19 | include conf/machine/include/tune-cortexa8.inc | ||
20 | |||
21 | IMAGE_FSTYPES += "tar.bz2 jffs2" | ||
22 | EXTRA_IMAGECMD_jffs2 = "-lnp " | ||
23 | |||
24 | # Guesswork | ||
25 | SERIAL_CONSOLE = "115200 ttyO2" | ||
26 | |||
27 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
28 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
29 | |||
30 | KERNEL_IMAGETYPE = "uImage" | ||
31 | |||
32 | UBOOT_ENTRYPOINT = "0x80008000" | ||
33 | UBOOT_LOADADDRESS = "0x80008000" | ||
34 | |||
35 | |||
36 | # and sdio | ||
37 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" | ||
diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf deleted file mode 100644 index 34b75bbc8a..0000000000 --- a/meta/conf/machine/mpc8315e-rdb.conf +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | TARGET_ARCH = "powerpc" | ||
5 | TARGET_FPU = "spe" | ||
6 | |||
7 | require conf/machine/include/tune-ppc603e.inc | ||
8 | |||
9 | KERNEL_IMAGETYPE = "uImage" | ||
10 | |||
11 | SERIAL_CONSOLE = "115200 ttyS0" | ||
12 | |||
13 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
17 | |||
18 | UBOOT_ENTRYPOINT = "0x00000000" | ||
19 | |||
20 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" | ||
diff --git a/meta/conf/machine/routerstationpro.conf b/meta/conf/machine/routerstationpro.conf deleted file mode 100644 index d464842134..0000000000 --- a/meta/conf/machine/routerstationpro.conf +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: mti_malta32_be MIPS | ||
3 | #@DESCRIPTION: mti_malta32_be | ||
4 | |||
5 | TARGET_ARCH = "mips" | ||
6 | |||
7 | require conf/machine/include/tune-mips32.inc | ||
8 | |||
9 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ | ||
10 | serial usbgadget" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "vmlinux" | ||
13 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
17 | |||
18 | SERIAL_CONSOLE = "115200 ttyS0" | ||
19 | |||
20 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
21 | |||
22 | IMAGE_ROOTFS_SIZE_ext3 = "2000000" | ||
23 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | ||
24 | |||