public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] debian-common: Add fdisk package as a dependency in wic
@ 2021-08-26  5:16 Srinuvasan A
  2021-08-26  9:18 ` Henning Schild
  2021-08-26 12:16 ` Srinuvasan A
  0 siblings, 2 replies; 11+ messages in thread
From: Srinuvasan A @ 2021-08-26  5:16 UTC (permalink / raw)
  To: isar-users; +Cc: Srinuvasan A

From: Srinuvasan A <srinuvasan_a@mentor.com>

When we build the bullseye images for de0-nano-soc target it's getting
failed in wic image creation step due to sfdisk required to build the
wic images.

We added --syste-id to WKS file and triggered the builds for buster as
well as bullseye, buster image got passed, might be that indirectly pull
the fdisk package but bullseye builds got failed hence added this
package as a dependency in wic imager install.

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

diff --git a/meta/conf/distro/debian-common.conf b/meta/conf/distro/debian-common.conf
index ba5262a..4c9b225 100644
--- a/meta/conf/distro/debian-common.conf
+++ b/meta/conf/distro/debian-common.conf
@@ -16,7 +16,8 @@ WIC_IMAGER_INSTALL = "parted \
                       e2fsprogs \
                       python3 \
                       bmap-tools \
-                      tar"
+                      tar \
+                      fdisk"
 
 GRUB_BOOTLOADER_INSTALL_amd64 = "grub-efi-amd64-bin"
 GRUB_BOOTLOADER_INSTALL_i386 = "grub-efi-ia32-bin"
-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-09-07  0:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26  5:16 [PATCH] debian-common: Add fdisk package as a dependency in wic Srinuvasan A
2021-08-26  9:18 ` Henning Schild
2021-08-26 12:16 ` Srinuvasan A
2021-08-26 19:26   ` Henning Schild
2021-08-27 13:05   ` [PATCH v3] " Srinuvasan A
2021-08-27 16:00     ` Henning Schild
2021-08-27 13:10   ` Srinuvasan A
2021-08-27 13:17   ` Srinuvasan A
2021-09-06 13:48     ` Anton Mikanovich
2021-09-06 18:41       ` Jan Kiszka
2021-09-07  0:18         ` Srinuvasan Arjunan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox