From 372b4c10031df5e5254f754d0870ecfcd5e59371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 15 Dec 2020 23:40:37 +0100 Subject: [PATCH] console-base-image: add rsync and full wget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-image/console/console-base-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-image/console/console-base-image.bb b/recipes-image/console/console-base-image.bb index ba83abe..714f08e 100644 --- a/recipes-image/console/console-base-image.bb +++ b/recipes-image/console/console-base-image.bb @@ -16,6 +16,8 @@ IMAGE_INSTALL += " \ htop \ util-linux-lsblk \ nano \ + rsync \ + wget \ " IMAGE_DEV_MANAGER = "udev"