From 2cd544aeaa3be06685154cf17972f7710ba24d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 20 Feb 2019 00:23:59 +0100 Subject: [PATCH] Add more bash-completion to our images 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 | 1 + recipes-image/console/console-net-image.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-image/console/console-base-image.bb b/recipes-image/console/console-base-image.bb index a4bb6c6..0237aaa 100644 --- a/recipes-image/console/console-base-image.bb +++ b/recipes-image/console/console-base-image.bb @@ -8,6 +8,7 @@ IMAGE_INSTALL += " \ update-alternatives-opkg \ coreutils \ bash-completion \ + systemd-bash-completion \ systemd-analyze \ cpufrequtils \ htop \ diff --git a/recipes-image/console/console-net-image.bb b/recipes-image/console/console-net-image.bb index 07e92cd..33cf2b9 100644 --- a/recipes-image/console/console-net-image.bb +++ b/recipes-image/console/console-net-image.bb @@ -5,6 +5,7 @@ NETWORKPACKS ?= " \ avahi-autoipd \ iputils \ networkmanager \ + networkmanager-bash-completion \ " IMAGE_INSTALL += " \