aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-07-01 18:05:36 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-07-01 18:09:58 +0300
commit7f8bfb208d0fa86d6df651c1d21d76aa9256f9ac (patch)
treed652dbc18f46d931cc40aef4e3a812b65e6789ec
parent2796e8371fa2659829a58ab271ef3d9151eff9a2 (diff)
openembedded-lkft: add curl, git and util-linux explicitely
When docker has been removed from the default packages list, its runtime dependencies have been removed too. It revealed a bug in LTP recipe, which depends on ipcs and is missing a dependency to util-linux. As a workaround, re-add some lost packages until LTP recipe is properly fixed. Change-Id: I48d2d58a8bd677f0acd0519b01a3e3fd8f524749 Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xopenembedded-lkft/builders.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded-lkft/builders.sh b/openembedded-lkft/builders.sh
index 4a9082716f..d113e67488 100755
--- a/openembedded-lkft/builders.sh
+++ b/openembedded-lkft/builders.sh
@@ -90,6 +90,7 @@ CORE_IMAGE_BASE_INSTALL_append = " kernel-selftests kselftests libhugetlbfs-test
CORE_IMAGE_BASE_INSTALL_append = " acl attr numactl"
CORE_IMAGE_BASE_INSTALL_append = " python python-misc python-modules python-numpy python-pexpect python-pyyaml"
CORE_IMAGE_BASE_INSTALL_append = " packagegroup-core-buildessential packagegroup-core-tools-debug"
+CORE_IMAGE_BASE_INSTALL_append = " curl git util-linux"
EOF
# Override cmdline