Re: [yocto] How to tell bitbake my prefered terminal in for devshell and access bitbake datastore?

2018-07-23 Thread MOHAMMAD RASIM
Thanks, the OE_TERMINALvariable did it for me You cannot access d if you mean that I don't mean d the object but the variables that are accessed by d.getVar method. all the variables are exported to the shell. What variables exactly? I just tried to echo some of the machine config and

Re: [yocto] How to tell bitbake my prefered terminal in for devshell and access bitbake datastore?

2018-07-23 Thread Rudolf J Streif
You can use the variable OE_TERMINAL to choose your preferred terminal. By default it's set to auto and Bitbake figures out what terminal is available on your system. Please refer to the manual at: https://www.yoctoproject.org/docs/2.5/mega-manual/mega-manual.html#var-OE_TERMINAL. > Also, is it

[yocto] How to tell bitbake my prefered terminal in for devshell and access bitbake datastore?

2018-07-23 Thread MOHAMMAD RASIM
Hi, when running bitbake with a recipe and giving the devshell as a command bitbake runs the devshell inside xterm, on my other machine it runs tmux. looking at the openembedded source code here https://github.com/openembedded/openembedded-core/blob/master/meta/lib/oe/terminal.py I can see