diff options
author | 2018-01-19 14:58:52 +0100 | |
---|---|---|
committer | 2018-01-19 14:58:52 +0100 | |
commit | 6312e46ce5597b15aa3469c8492a7a351e82b24c (patch) | |
tree | f09c5946bd161c513660ee9b105064607b1627ad /INSTALL | |
parent | 11d456a325de8df9c34ccdc8ace710897de34c94 (diff) |
add g++ multilib package
Change-Id: I94fdb45c1d73f301ce40fc9af13bca4db4cfdf83
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/tasks.d/30_yocto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/30_yocto b/INSTALL/tasks.d/30_yocto index bda9332..652ea5f 100644 --- a/INSTALL/tasks.d/30_yocto +++ b/INSTALL/tasks.d/30_yocto @@ -2,7 +2,7 @@ # install prereqs for bitbake (Yocto mega-manual) # http://www.yoctoproject.org/docs/2.2/mega-manual/mega-manual.html#detailed-supported-distros -apt-get install -y gawk diffstat texinfo gcc-multilib \ +apt-get install -y gawk diffstat texinfo gcc-multilib g++-multilib\ build-essential chrpath socat # some packages are not mentioned or not pulled... |