mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b5f744c5d6
commit
149f226213
23
meta/conf/machine/routerstationpro.conf
Normal file
23
meta/conf/machine/routerstationpro.conf
Normal file
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user