From e8340bc745352be5f4d749682daf166994f93179 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 31 Aug 2018 17:23:03 +0200 Subject: Add missing packages for LXC container 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 --- INSTALL/common.d/10_base | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL/common.d') 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) -- cgit