summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-04-04 15:26:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-04 15:32:40 +0100
commit1e1f2527a83d3408b0b351fe673fa23bfd8be48e (patch)
tree9cc6015afbaf1608c40fc2256483322d821dfe85 /meta-yocto-bsp/conf
parent09d5f9f7a5123f67961c36794c1d142256e23c41 (diff)
downloadpoky-1e1f2527a83d3408b0b351fe673fa23bfd8be48e.tar.gz
routerstationpro: drop
This has been moved to meta-yocto-bsp-old; edgerouter replaces it as the MIPS reference platform going forward. (From meta-yocto rev: 74ae863b27878555445955337b19118968fabf6d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r--meta-yocto-bsp/conf/machine/routerstationpro.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-yocto-bsp/conf/machine/routerstationpro.conf b/meta-yocto-bsp/conf/machine/routerstationpro.conf
deleted file mode 100644
index 281d3f6e00..0000000000
--- a/meta-yocto-bsp/conf/machine/routerstationpro.conf
+++ /dev/null
@@ -1,27 +0,0 @@
1#@TYPE: Machine
2#@NAME: mti_malta32_be MIPS
3#@DESCRIPTION: mti_malta32_be
4
5require conf/machine/include/tune-mips32.inc
6
7MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 serial"
8
9KERNEL_IMAGETYPE = "vmlinux"
10KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
11KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
12
13PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
14PREFERRED_VERSION_linux-yocto ?= "3.10%"
15
16PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
17XSERVER ?= "xserver-xorg \
18 xf86-input-evdev \
19 xf86-video-fbdev"
20
21SERIAL_CONSOLE = "115200 ttyS0"
22USE_VT ?= "0"
23
24MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
25
26IMAGE_FSTYPES ?= "jffs2 tar.bz2"
27