Signed-off-by: Filip Zyzniewski <[email protected]> --- conf/machine/jornada6xx.conf | 2 ++ conf/machine/jornada7xx.conf | 2 ++ conf/machine/mp900c.conf | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 734cacd..0b32184 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -18,3 +18,5 @@ PREFERRED_VERSION_xserver-kdrive = "1.3.0.0" XSERVER = "xserver-kdrive-fbdev" PCMCIA_MANAGER = "pcmciautils" + +SYSVINIT_ENABLED_GETTYS = "1 2" diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf index 5b46056..d444cb9 100644 --- a/conf/machine/jornada7xx.conf +++ b/conf/machine/jornada7xx.conf @@ -19,3 +19,5 @@ XSERVER = "xserver-kdrive-fbdev" MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "640" MACHINE_DISPLAY_HEIGHT_PIXELS = "240" + +SYSVINIT_ENABLED_GETTYS = "1 2 3 4 5 6" diff --git a/conf/machine/mp900c.conf b/conf/machine/mp900c.conf index 38b70a2..7b597cf 100644 --- a/conf/machine/mp900c.conf +++ b/conf/machine/mp900c.conf @@ -10,3 +10,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-mobilepro900" PCMCIA_MANAGER = "pcmciautils" MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda keyboard touchscreen screen" MACHINE_EXTRA_RDEPENDS = "kernel-modules" + +SYSVINIT_ENABLED_GETTYS = "1 2 3 4 5 6" -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
