* [PATCH v4 0/1] Add fdisk package as a dependency in wic
@ 2021-12-21 13:17 Uladzimir Bely
2021-12-21 13:17 ` [PATCH v4 1/1] debian-common: " Uladzimir Bely
2021-12-28 13:31 ` [PATCH v4 0/1] " Anton Mikanovich
0 siblings, 2 replies; 3+ messages in thread
From: Uladzimir Bely @ 2021-12-21 13:17 UTC (permalink / raw)
To: isar-users
The original v3 patch was sent by the author in August and
there was no new version with fixes for stretch.
While we are moving to bullseye in Isar 0.8, we need this patch
to be merged in advance.
Changes since v3:
- Added exclusion for stretch
Changes since v2:
- Replaced commit URL with its hash
Changes since v1:
- Updated commit message, fixed typos
Srinuvasan A (1):
debian-common: Add fdisk package as a dependency in wic
meta/conf/distro/debian-common.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
2.20.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v4 1/1] debian-common: Add fdisk package as a dependency in wic
2021-12-21 13:17 [PATCH v4 0/1] Add fdisk package as a dependency in wic Uladzimir Bely
@ 2021-12-21 13:17 ` Uladzimir Bely
2021-12-28 13:31 ` [PATCH v4 0/1] " Anton Mikanovich
1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2021-12-21 13:17 UTC (permalink / raw)
To: isar-users
From: Srinuvasan A <srinuvasan_a@mentor.com>
In downstream 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.
To reproduce this issue in upstream we triggered the de0-nano-soc build
with --system-id option enabled in wks.in file, this issue present in
upstream build hence added the dependency package fdisk to the wic
imager install.
Ref commit for de0-nano-soc.wks.in: c8eb30bfbff4
For debian-stretch added an exclusion due to no 'fdisk' package in it.
Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
meta/conf/distro/debian-common.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/conf/distro/debian-common.conf b/meta/conf/distro/debian-common.conf
index ba5262af..b2e05e67 100644
--- a/meta/conf/distro/debian-common.conf
+++ b/meta/conf/distro/debian-common.conf
@@ -16,7 +16,9 @@ WIC_IMAGER_INSTALL = "parted \
e2fsprogs \
python3 \
bmap-tools \
- tar"
+ tar \
+ fdisk"
+WIC_IMAGER_INSTALL_remove_debian-stretch = "fdisk"
GRUB_BOOTLOADER_INSTALL_amd64 = "grub-efi-amd64-bin"
GRUB_BOOTLOADER_INSTALL_i386 = "grub-efi-ia32-bin"
--
2.20.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v4 0/1] Add fdisk package as a dependency in wic
2021-12-21 13:17 [PATCH v4 0/1] Add fdisk package as a dependency in wic Uladzimir Bely
2021-12-21 13:17 ` [PATCH v4 1/1] debian-common: " Uladzimir Bely
@ 2021-12-28 13:31 ` Anton Mikanovich
1 sibling, 0 replies; 3+ messages in thread
From: Anton Mikanovich @ 2021-12-28 13:31 UTC (permalink / raw)
To: Uladzimir Bely, isar-users
21.12.2021 16:17, Uladzimir Bely wrote:
> The original v3 patch was sent by the author in August and
> there was no new version with fixes for stretch.
>
> While we are moving to bullseye in Isar 0.8, we need this patch
> to be merged in advance.
>
> Changes since v3:
> - Added exclusion for stretch
> Changes since v2:
> - Replaced commit URL with its hash
> Changes since v1:
> - Updated commit message, fixed typos
>
> Srinuvasan A (1):
> debian-common: Add fdisk package as a dependency in wic
>
> meta/conf/distro/debian-common.conf | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
Applied to next, thanks.
--
Anton Mikanovich
Promwad Ltd.
External service provider of ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn, Germany
+49 (89) 122 67 24-0
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-28 13:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 13:17 [PATCH v4 0/1] Add fdisk package as a dependency in wic Uladzimir Bely
2021-12-21 13:17 ` [PATCH v4 1/1] debian-common: " Uladzimir Bely
2021-12-28 13:31 ` [PATCH v4 0/1] " Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox