[FE training-materials-updates] yocto: labs: document the Dash workarround on Ubuntu

Antoine Ténart antoine.tenart at free-electrons.com
Tue Sep 15 11:36:47 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=ace42ec45dc056812fd4b0f351a9433228c40da7

>---------------------------------------------------------------

commit ace42ec45dc056812fd4b0f351a9433228c40da7
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Tue Sep 15 11:36:47 2015 +0200

    yocto: labs: document the Dash workarround on Ubuntu
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


>---------------------------------------------------------------

ace42ec45dc056812fd4b0f351a9433228c40da7
 labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex b/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex
index 1a07b70..4e1b9d3 100644
--- a/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex
+++ b/labs/yocto-sdk-eclipse/yocto-sdk-eclipse.tex
@@ -17,6 +17,15 @@ applications. We need Poky to build support for Eclipse (an IDE). Run:
 bitbake meta-ide-support
 \end{verbatim}
 
+\section{Set the default shell on Ubuntu}
+
+Ubuntu uses Dash as its default shell. However the Yocto Eclipse
+plugin needs to use Bash. To change the default shell, execute the
+following command as root:
+\begin{verbatim}
+dpkg-reconfigure dash
+\end{verbatim}
+
 \section{Donwload Eclipse}
 
 Download the Juno version of Eclipse on the official website:




More information about the training-materials-updates mailing list