intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
218 stars 119 forks source link

Suggestion: adding tmux #273

Closed JonasVautherin closed 6 years ago

JonasVautherin commented 7 years ago

Is it already possible to install tmux on the Aero? If not, would it be possible to add the package?

anselmolsm commented 7 years ago

Hi @JonasVautherin , tmux package is not available yet, we'll keep this issue updated about that.

As an alternative in the meanwhile, for terminal multiplex (with less features than tmux) there's screen which is already in the image.

JonasVautherin commented 7 years ago

Yeah, I know about screen. I just find tmux more convenient. This is just a suggestion =). Feel free to close whenever you want.

Thanks a lot!

adityavarmatcs commented 6 years ago

Recipe for tmux package is already present in the layer meta-openembedded/meta-oe. We can insert this package into the image by adding IMAGE_INSTALL_append = " tmux" to the local.conf file.