From: Khem Raj Date: Wed, 11 Jul 2012 17:56:44 +0000 (-0700) Subject: machines: Move machine specific variable to machine conf X-Git-Tag: 2.1~534^2~440 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=877e4d40e0b9c2e1486c5a239a8fc3191fcce102;p=meta-freescale.git machines: Move machine specific variable to machine conf These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj --- diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index bcadbc74..2818b265 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf @@ -88,10 +88,4 @@ PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" PREFERRED_PROVIDER_virtual/libx11 = "libx11" PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-qoriq-sdk-headers-nativesdk" -SYSVINIT_ENABLED_GETTYS = "" -USE_VT = "" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" - CCACHE = "" - - diff --git a/meta-fsl-ppc/conf/machine/mpc8536ds.conf b/meta-fsl-ppc/conf/machine/mpc8536ds.conf index 21effbc9..bc74b8da 100644 --- a/meta-fsl-ppc/conf/machine/mpc8536ds.conf +++ b/meta-fsl-ppc/conf/machine/mpc8536ds.conf @@ -11,3 +11,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/mpc8544ds.conf b/meta-fsl-ppc/conf/machine/mpc8544ds.conf index a9cfadc3..2199dcc5 100644 --- a/meta-fsl-ppc/conf/machine/mpc8544ds.conf +++ b/meta-fsl-ppc/conf/machine/mpc8544ds.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/mpc8548cds.conf b/meta-fsl-ppc/conf/machine/mpc8548cds.conf index 821aac0e..01a5cc61 100644 --- a/meta-fsl-ppc/conf/machine/mpc8548cds.conf +++ b/meta-fsl-ppc/conf/machine/mpc8548cds.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/mpc8572ds.conf b/meta-fsl-ppc/conf/machine/mpc8572ds.conf index 277cdc41..65033ea2 100644 --- a/meta-fsl-ppc/conf/machine/mpc8572ds.conf +++ b/meta-fsl-ppc/conf/machine/mpc8572ds.conf @@ -9,3 +9,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1010rdb.conf b/meta-fsl-ppc/conf/machine/p1010rdb.conf index 362acd21..85253000 100644 --- a/meta-fsl-ppc/conf/machine/p1010rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1010rdb.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1020mbg.conf b/meta-fsl-ppc/conf/machine/p1020mbg.conf index da62c432..57d826fd 100644 --- a/meta-fsl-ppc/conf/machine/p1020mbg.conf +++ b/meta-fsl-ppc/conf/machine/p1020mbg.conf @@ -11,3 +11,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1020rdb.conf b/meta-fsl-ppc/conf/machine/p1020rdb.conf index 653533cf..c4cf9c5a 100644 --- a/meta-fsl-ppc/conf/machine/p1020rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1020rdb.conf @@ -12,3 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1020utm.conf b/meta-fsl-ppc/conf/machine/p1020utm.conf index 79298413..af679869 100644 --- a/meta-fsl-ppc/conf/machine/p1020utm.conf +++ b/meta-fsl-ppc/conf/machine/p1020utm.conf @@ -11,3 +11,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1021rdb.conf b/meta-fsl-ppc/conf/machine/p1021rdb.conf index 8e807520..0d9349ec 100644 --- a/meta-fsl-ppc/conf/machine/p1021rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1021rdb.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1022ds.conf b/meta-fsl-ppc/conf/machine/p1022ds.conf index 1f15303c..7d7b6af7 100644 --- a/meta-fsl-ppc/conf/machine/p1022ds.conf +++ b/meta-fsl-ppc/conf/machine/p1022ds.conf @@ -20,3 +20,6 @@ XSERVER = " \ JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1023rds.conf b/meta-fsl-ppc/conf/machine/p1023rds.conf index 522bde6c..f2397ef2 100644 --- a/meta-fsl-ppc/conf/machine/p1023rds.conf +++ b/meta-fsl-ppc/conf/machine/p1023rds.conf @@ -9,3 +9,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1024rdb.conf b/meta-fsl-ppc/conf/machine/p1024rdb.conf index 1a7e315d..98b5ea24 100644 --- a/meta-fsl-ppc/conf/machine/p1024rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1024rdb.conf @@ -11,3 +11,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p1025rdb.conf b/meta-fsl-ppc/conf/machine/p1025rdb.conf index bcb167ef..b5231fa2 100644 --- a/meta-fsl-ppc/conf/machine/p1025rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1025rdb.conf @@ -12,3 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p2020ds.conf b/meta-fsl-ppc/conf/machine/p2020ds.conf index 3059bdef..bedb3da3 100644 --- a/meta-fsl-ppc/conf/machine/p2020ds.conf +++ b/meta-fsl-ppc/conf/machine/p2020ds.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p2020rdb.conf b/meta-fsl-ppc/conf/machine/p2020rdb.conf index 188a6f2e..52e2e11e 100644 --- a/meta-fsl-ppc/conf/machine/p2020rdb.conf +++ b/meta-fsl-ppc/conf/machine/p2020rdb.conf @@ -11,3 +11,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" JFFS2_ERASEBLOCK = "0x20000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p2041rdb.conf b/meta-fsl-ppc/conf/machine/p2041rdb.conf index e1614598..6854da34 100644 --- a/meta-fsl-ppc/conf/machine/p2041rdb.conf +++ b/meta-fsl-ppc/conf/machine/p2041rdb.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p3041ds.conf b/meta-fsl-ppc/conf/machine/p3041ds.conf index 909761e4..35b6feb4 100644 --- a/meta-fsl-ppc/conf/machine/p3041ds.conf +++ b/meta-fsl-ppc/conf/machine/p3041ds.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p4080ds.conf b/meta-fsl-ppc/conf/machine/p4080ds.conf index 6c90912e..0de03042 100644 --- a/meta-fsl-ppc/conf/machine/p4080ds.conf +++ b/meta-fsl-ppc/conf/machine/p4080ds.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p5020ds-64b.conf b/meta-fsl-ppc/conf/machine/p5020ds-64b.conf index e946076b..46b3187c 100644 --- a/meta-fsl-ppc/conf/machine/p5020ds-64b.conf +++ b/meta-fsl-ppc/conf/machine/p5020ds-64b.conf @@ -11,3 +11,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p5020ds.conf b/meta-fsl-ppc/conf/machine/p5020ds.conf index 3a5c6721..7b5ed832 100644 --- a/meta-fsl-ppc/conf/machine/p5020ds.conf +++ b/meta-fsl-ppc/conf/machine/p5020ds.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf index 15604201..41f4ad2c 100644 --- a/meta-fsl-ppc/conf/machine/p5040ds-64b.conf +++ b/meta-fsl-ppc/conf/machine/p5040ds-64b.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" diff --git a/meta-fsl-ppc/conf/machine/p5040ds.conf b/meta-fsl-ppc/conf/machine/p5040ds.conf index f3719c6e..dd09e341 100644 --- a/meta-fsl-ppc/conf/machine/p5040ds.conf +++ b/meta-fsl-ppc/conf/machine/p5040ds.conf @@ -10,3 +10,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"