From 7f8bfb208d0fa86d6df651c1d21d76aa9256f9ac Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Sat, 1 Jul 2017 18:05:36 +0300 Subject: 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 Signed-off-by: Fathi Boudra --- openembedded-lkft/builders.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3