aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-08-31 17:23:03 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-08-31 17:10:59 +0000
commite8340bc745352be5f4d749682daf166994f93179 (patch)
tree33e1d6752fda4ad9093573a3c19d9b41eb5bfa5a /INSTALL
parent2721dc1cb79e895e192873b9ea231a630891c47b (diff)
LXC image doesn't include the gawk package which is needed for prepare_meta script. Also it misses needed HOSTTOOLLS dependencies for bitbake and git-review. Change-Id: I4aaaf7635820d77e0fa113463ee8fd4569a1179e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/common.d/10_base2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base
index 1000811..2400f1c 100644
--- a/INSTALL/common.d/10_base
+++ b/INSTALL/common.d/10_base
@@ -37,6 +37,8 @@ if [[ "$CONTAINER_TYPE" = "docker" ]]; then
done
done
rm -f /lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
+elif [[ "$CONTAINER_TYPE" = "lxc" ]]; then
+ apt-get install -y gawk gcc g++ cpio make diffstat chrpath texinfo git-review
fi
# allow to use systemd as user (systemd --user)