Re: [yocto] How to disable a linux virtual terminal...

2017-12-18 Thread Mirza Krak
2017-12-14 22:51 GMT+01:00 Greer, Charles (ext) : > Hi all, > > > > Would anyone know how to disable the virtual terminals in linux? I am using > Yocto, Morty version on an i.MX6 processor. Even though our base > distribution is Yocto, unfortunately we have diverged from building it with > recipe

Re: [yocto] How to disable a linux virtual terminal...

2017-12-14 Thread Andre McCurdy
On Thu, Dec 14, 2017 at 1:51 PM, Greer, Charles (ext) wrote: > Hi all, > > Would anyone know how to disable the virtual terminals in linux? I am using > Yocto, Morty version on an i.MX6 processor. Try adding: USE_VT = "0" to your machine config file. -- _