From dad02bc4965bd23e3eeeab025bcffe4e90957158 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 25 Aug 2021 09:25:17 +0200 Subject: [PATCH] dev-image: Add systemd extra tools These tools were recommended before and therefore not present since we removed the recommendations. Since they are needed for tests, we add them directly in the dev image. --- recipes-core/images/netmodule-linux-image-dev.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/images/netmodule-linux-image-dev.bb b/recipes-core/images/netmodule-linux-image-dev.bb index c761e32..5652f32 100644 --- a/recipes-core/images/netmodule-linux-image-dev.bb +++ b/recipes-core/images/netmodule-linux-image-dev.bb @@ -48,6 +48,7 @@ IMAGE_INSTALL_append = " \ ${EASY_EDITOR} \ ${GPS_TOOLS} \ ${MONITORING} \ + systemd-extra-utils \ python3 \ python3-pip \ python3-pycurl \