diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-04-04 15:26:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-04 15:32:40 +0100 |
commit | 1e1f2527a83d3408b0b351fe673fa23bfd8be48e (patch) | |
tree | 9cc6015afbaf1608c40fc2256483322d821dfe85 /meta-yocto-bsp/conf/machine/routerstationpro.conf | |
parent | 09d5f9f7a5123f67961c36794c1d142256e23c41 (diff) | |
download | poky-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/machine/routerstationpro.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/routerstationpro.conf | 27 |
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 | |||
5 | require conf/machine/include/tune-mips32.inc | ||
6 | |||
7 | MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 serial" | ||
8 | |||
9 | KERNEL_IMAGETYPE = "vmlinux" | ||
10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | ||
11 | KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" | ||
12 | |||
13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
14 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
15 | |||
16 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
17 | XSERVER ?= "xserver-xorg \ | ||
18 | xf86-input-evdev \ | ||
19 | xf86-video-fbdev" | ||
20 | |||
21 | SERIAL_CONSOLE = "115200 ttyS0" | ||
22 | USE_VT ?= "0" | ||
23 | |||
24 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
25 | |||
26 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | ||
27 | |||