diff options
author | Matthew McClintock <msm@freescale.com> | 2011-11-07 16:50:27 -0600 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2011-11-07 17:04:00 -0600 |
commit | 72c62d4e5e0526438ee9c7ea007d96289eb216c7 (patch) | |
tree | 4c152e1ccff544b8b4ddf06d33623bb38857f774 /meta-fsl-ppc/conf | |
parent | a87baaf9705f75302b64a2b89ed8966116717975 (diff) | |
download | meta-freescale-72c62d4e5e0526438ee9c7ea007d96289eb216c7.tar.gz |
Spawn multiple tty's on first two serial ports by default
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/conf')
-rw-r--r-- | meta-fsl-ppc/conf/distro/fsl.conf | 4 | ||||
-rw-r--r-- | meta-fsl-ppc/conf/machine/e500mc.inc | 1 | ||||
-rw-r--r-- | meta-fsl-ppc/conf/machine/e500v2.inc | 1 | ||||
-rw-r--r-- | meta-fsl-ppc/conf/machine/e5500-64b.inc | 1 | ||||
-rw-r--r-- | meta-fsl-ppc/conf/machine/e5500.inc | 1 |
5 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index ea4d48e8..93649c3b 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf | |||
@@ -50,3 +50,7 @@ IMAGE_CLASSES = "image_types_uboot" | |||
50 | PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" | 50 | PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" |
51 | 51 | ||
52 | FREESCALE_GIT = "git://git.am.freescale.net" | 52 | FREESCALE_GIT = "git://git.am.freescale.net" |
53 | |||
54 | SYSVINIT_ENABLED_GETTYS = "" | ||
55 | USE_VT = "" | ||
56 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" | ||
diff --git a/meta-fsl-ppc/conf/machine/e500mc.inc b/meta-fsl-ppc/conf/machine/e500mc.inc index 71a6ae5c..b4a8b010 100644 --- a/meta-fsl-ppc/conf/machine/e500mc.inc +++ b/meta-fsl-ppc/conf/machine/e500mc.inc | |||
@@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1" | |||
11 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" | 11 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" |
12 | 12 | ||
13 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "uImage" |
14 | SERIAL_CONSOLE = "115200 ttyS0" | ||
15 | IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" | 14 | IMAGE_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/meta-fsl-ppc/conf/machine/e500v2.inc b/meta-fsl-ppc/conf/machine/e500v2.inc index 7ed0bdc6..16408e2d 100644 --- a/meta-fsl-ppc/conf/machine/e500v2.inc +++ b/meta-fsl-ppc/conf/machine/e500v2.inc | |||
@@ -10,7 +10,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1" | |||
10 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" | 10 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" |
11 | 11 | ||
12 | KERNEL_IMAGETYPE = "uImage" | 12 | KERNEL_IMAGETYPE = "uImage" |
13 | SERIAL_CONSOLE = "115200 ttyS0" | ||
14 | IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" | 13 | IMAGE_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/meta-fsl-ppc/conf/machine/e5500-64b.inc b/meta-fsl-ppc/conf/machine/e5500-64b.inc index c340a07a..2393cfd3 100644 --- a/meta-fsl-ppc/conf/machine/e5500-64b.inc +++ b/meta-fsl-ppc/conf/machine/e5500-64b.inc | |||
@@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel = "3.0.1" | |||
11 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" | 11 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" |
12 | 12 | ||
13 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "uImage" |
14 | SERIAL_CONSOLE = "115200 ttyS0" | ||
15 | IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" | 14 | IMAGE_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/meta-fsl-ppc/conf/machine/e5500.inc b/meta-fsl-ppc/conf/machine/e5500.inc index 11e2fb64..839fa26e 100644 --- a/meta-fsl-ppc/conf/machine/e5500.inc +++ b/meta-fsl-ppc/conf/machine/e5500.inc | |||
@@ -11,7 +11,6 @@ PREFERRED_VERSION_virtual/kernel ?= "3.0.1" | |||
11 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers" | 11 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers" |
12 | 12 | ||
13 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "uImage" |
14 | SERIAL_CONSOLE = "115200 ttyS0" | ||
15 | IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot" | 14 | IMAGE_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 \ |