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 | openembedded-core-149f2262135ca87608783a8801c9c2d978d8c8ef.tar.gz openembedded-core-149f2262135ca87608783a8801c9c2d978d8c8ef.tar.bz2 openembedded-core-149f2262135ca87608783a8801c9c2d978d8c8ef.zip |
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 @@ +#@TYPE: Machine +#@NAME: mti_malta32_be MIPS +#@DESCRIPTION: mti_malta32_be + +TARGET_ARCH = "mips" + +require conf/machine/include/tune-mips32.inc + +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ + serial usbgadget" + +KERNEL_IMAGETYPE = "vmlinux" +KERNEL_ALT_IMAGETYPE = "vmlinux.bin" + +PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" + +SERIAL_CONSOLE = "115200 ttyS0" + +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" + +IMAGE_ROOTFS_SIZE_ext3 = "2000000" +IMAGE_FSTYPES ?= "jffs2 tar.bz2" + |