sysmocom-bsc-e1: Introduce a sysmocom-bsc-e1 machine type

This commit is contained in:
Holger Hans Peter Freyther 2012-08-04 18:17:40 +08:00 committed by Holger Hans Peter Freyther
parent f5b92b4bf2
commit ba44e70c38
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#@TYPE: Machine
#@NAME: common_pc
#@DESCRIPTION: Machine configuration for running a common x86
require sysmocom-bsc.conf
MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc"
SERIAL_CONSOLE = "19200 ttyS0"
MACHINE_CONSOLE = "console=ttyS0,19200n8"

View File

@ -19,6 +19,7 @@ KERNEL_IMAGETYPE = "bzImage"
IMAGE_FSTYPES ?= "tar.gz ext3"
SERIAL_CONSOLE = "38400 ttyS0"
MACHINE_CONSOLE = "console=ttyS0,38400n8"
# We bypass swrast but we need it to be present for X to load correctly
XSERVER ?= "xserver-xf86-dri-lite \