Signed-off-by: Jason Kridner <[email protected]> --- conf/machine/beagleboard.conf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 579bcc6..91c4129 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -24,6 +24,9 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork SERIAL_CONSOLE = "115200 ttyS2" +USE_VT = "1" +SYSVINIT_ENABLED_GETTYS = "0" + UBOOT_MACHINE = "omap3_beagle_config" # do ubiattach /dev/ubi_ctrl -m 4 -- 1.5.6.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
