diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-10 14:11:07 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:56:28 +0100 |
commit | 149f2262135ca87608783a8801c9c2d978d8c8ef (patch) | |
tree | 64e227daee6dca157702d54b8914a2508e9471ac /meta/conf/machine | |
parent | b5f744c5d6fea4e5f33545d1dbf40d2f964cb786 (diff) | |
download | poky-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.conf | 23 |
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 | |||
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-wrs" | ||
16 | |||
17 | SERIAL_CONSOLE = "115200 ttyS0" | ||
18 | |||
19 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
20 | |||
21 | IMAGE_ROOTFS_SIZE_ext3 = "2000000" | ||
22 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | ||
23 | |||