[v4,6/8] debian-common: Add tar as a dependency for wic

Message ID 20200916145021.5856-7-Vijaikumar_Kanagarajan@mentor.com
State Superseded, archived
Headers show
Series WIC update | expand

Commit Message

Vijai Kumar K Sept. 16, 2020, 6:50 a.m. UTC
For --include-path option, wic requires tar. Add that as a dependency.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 meta/conf/distro/debian-common.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Patch

diff --git a/meta/conf/distro/debian-common.conf b/meta/conf/distro/debian-common.conf
index 7d681c4..3e3e7d2 100644
--- a/meta/conf/distro/debian-common.conf
+++ b/meta/conf/distro/debian-common.conf
@@ -14,7 +14,8 @@  WIC_IMAGER_INSTALL = "parted \
                       mtools \
                       e2fsprogs \
                       python3 \
-                      bmap-tools"
+                      bmap-tools \
+                      tar"
 
 GRUB_BOOTLOADER_INSTALL_amd64 = "grub-efi-amd64-bin"
 GRUB_BOOTLOADER_INSTALL_i386 = "grub-efi-ia32-bin"