summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-07 16:50:27 -0600
committerMatthew McClintock <msm@freescale.com>2011-11-07 17:04:00 -0600
commit625fe68c8eb55e5627e1b33ccb54ed758b03ef67 (patch)
tree970fa13f2f7cc92f9c045c25eacc9639145e0a19 /conf
parentfc53c172bbdd77579b87bc52ce56d919a75da8b6 (diff)
downloadmeta-fsl-ppc-625fe68c8eb55e5627e1b33ccb54ed758b03ef67.tar.gz
Spawn multiple tty's on first two serial ports by default
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/fsl.conf4
-rw-r--r--conf/machine/e500mc.inc1
-rw-r--r--conf/machine/e500v2.inc1
-rw-r--r--conf/machine/e5500-64b.inc1
-rw-r--r--conf/machine/e5500.inc1
5 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index ea4d48e..93649c3 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -50,3 +50,7 @@ IMAGE_CLASSES = "image_types_uboot"
50PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" 50PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06"
51 51
52FREESCALE_GIT = "git://git.am.freescale.net" 52FREESCALE_GIT = "git://git.am.freescale.net"
53
54SYSVINIT_ENABLED_GETTYS = ""
55USE_VT = ""
56SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
diff --git a/conf/machine/e500mc.inc b/conf/machine/e500mc.inc
index 71a6ae5..b4a8b01 100644
--- a/conf/machine/e500mc.inc
+++ b/conf/machine/e500mc.inc
@@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1"
11PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" 11PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14SERIAL_CONSOLE = "115200 ttyS0"
15IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" 14IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
16# disable the images below for now 15# disable the images below for now
17# ext2.bz2 ext2.lzma \ 16# ext2.bz2 ext2.lzma \
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc
index 7ed0bdc..16408e2 100644
--- a/conf/machine/e500v2.inc
+++ b/conf/machine/e500v2.inc
@@ -10,7 +10,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1"
10PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" 10PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers"
11 11
12KERNEL_IMAGETYPE = "uImage" 12KERNEL_IMAGETYPE = "uImage"
13SERIAL_CONSOLE = "115200 ttyS0"
14IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" 13IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
15# disable the images below for now 14# disable the images below for now
16# ext2.bz2 ext2.lzma \ 15# ext2.bz2 ext2.lzma \
diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc
index c340a07..2393cfd 100644
--- a/conf/machine/e5500-64b.inc
+++ b/conf/machine/e5500-64b.inc
@@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1"
11PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" 11PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14SERIAL_CONSOLE = "115200 ttyS0"
15IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" 14IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
16# disable the images below for now 15# disable the images below for now
17# ext2.bz2 ext2.lzma \ 16# ext2.bz2 ext2.lzma \
diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc
index 11e2fb6..839fa26 100644
--- a/conf/machine/e5500.inc
+++ b/conf/machine/e5500.inc
@@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel ?= "3.0.1"
11PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers" 11PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14SERIAL_CONSOLE = "115200 ttyS0"
15IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" 14IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot"
16# disable the images below for now 15# disable the images below for now
17# ext2.bz2 ext2.lzma \ 16# ext2.bz2 ext2.lzma \