summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-10-10 14:11:07 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-11 22:56:28 +0100
commit149f2262135ca87608783a8801c9c2d978d8c8ef (patch)
tree64e227daee6dca157702d54b8914a2508e9471ac /meta/conf/machine
parentb5f744c5d6fea4e5f33545d1dbf40d2f964cb786 (diff)
downloadpoky-149f2262135ca87608783a8801c9c2d978d8c8ef.tar.gz
routerstationpro: create machine conf and compatibility
BUGID: 422 Add the machine configuration and kernel infrastructure for building the routerstation pro BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/routerstationpro.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/conf/machine/routerstationpro.conf b/meta/conf/machine/routerstationpro.conf
new file mode 100644
index 0000000000..ecacc9b873
--- /dev/null
+++ b/meta/conf/machine/routerstationpro.conf
@@ -0,0 +1,23 @@
1#@TYPE: Machine
2#@NAME: mti_malta32_be MIPS
3#@DESCRIPTION: mti_malta32_be
4
5TARGET_ARCH = "mips"
6
7require conf/machine/include/tune-mips32.inc
8
9MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \
10 serial usbgadget"
11
12KERNEL_IMAGETYPE = "vmlinux"
13KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
14
15PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
16
17SERIAL_CONSOLE = "115200 ttyS0"
18
19MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
20
21IMAGE_ROOTFS_SIZE_ext3 = "2000000"
22IMAGE_FSTYPES ?= "jffs2 tar.bz2"
23