* [PATCH v2] fix: remove unneeded unconditional recipes
@ 2021-04-14 15:18 Silvano Cirujano Cuesta
2021-04-15 7:35 ` Jan Kiszka
2021-04-22 10:29 ` Anton Mikanovich
0 siblings, 2 replies; 3+ messages in thread
From: Silvano Cirujano Cuesta @ 2021-04-14 15:18 UTC (permalink / raw)
To: isar-users
Commit 9c3499adf91 introduced the unconditional inclusion of the recipes
isar-exclude-docs and isar-disable-apt-cache, but they would only needed
for container images.
That would have been anyway an optimization with questionable demand,
therefore removing it.
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
---
meta/classes/image-container-extension.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes/image-container-extension.bbclass b/meta/classes/image-container-extension.bbclass
index f693627..e26604a 100644
--- a/meta/classes/image-container-extension.bbclass
+++ b/meta/classes/image-container-extension.bbclass
@@ -6,7 +6,6 @@
# This class extends the image.bbclass for containerizing the root filesystem.
CONTAINER_FORMATS ?= "docker-archive"
-IMAGE_INSTALL += "isar-exclude-docs isar-disable-apt-cache"
containerize_rootfs() {
local cmd="/bin/dash"
--
2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] fix: remove unneeded unconditional recipes
2021-04-14 15:18 [PATCH v2] fix: remove unneeded unconditional recipes Silvano Cirujano Cuesta
@ 2021-04-15 7:35 ` Jan Kiszka
2021-04-22 10:29 ` Anton Mikanovich
1 sibling, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2021-04-15 7:35 UTC (permalink / raw)
To: [ext] Silvano Cirujano Cuesta, isar-users, Anton Mikanovich
On 14.04.21 17:18, [ext] Silvano Cirujano Cuesta wrote:
> Commit 9c3499adf91 introduced the unconditional inclusion of the recipes
> isar-exclude-docs and isar-disable-apt-cache, but they would only needed
> for container images.
>
> That would have been anyway an optimization with questionable demand,
> therefore removing it.
>
> Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
> ---
> meta/classes/image-container-extension.bbclass | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta/classes/image-container-extension.bbclass b/meta/classes/image-container-extension.bbclass
> index f693627..e26604a 100644
> --- a/meta/classes/image-container-extension.bbclass
> +++ b/meta/classes/image-container-extension.bbclass
> @@ -6,7 +6,6 @@
> # This class extends the image.bbclass for containerizing the root filesystem.
>
> CONTAINER_FORMATS ?= "docker-archive"
> -IMAGE_INSTALL += "isar-exclude-docs isar-disable-apt-cache"
>
> containerize_rootfs() {
> local cmd="/bin/dash"
>
Thanks!
This is a high-prio regression fix IMHO.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] fix: remove unneeded unconditional recipes
2021-04-14 15:18 [PATCH v2] fix: remove unneeded unconditional recipes Silvano Cirujano Cuesta
2021-04-15 7:35 ` Jan Kiszka
@ 2021-04-22 10:29 ` Anton Mikanovich
1 sibling, 0 replies; 3+ messages in thread
From: Anton Mikanovich @ 2021-04-22 10:29 UTC (permalink / raw)
To: Silvano Cirujano Cuesta, isar-users
14.04.2021 18:18, Silvano Cirujano Cuesta wrote:
> Commit 9c3499adf91 introduced the unconditional inclusion of the recipes
> isar-exclude-docs and isar-disable-apt-cache, but they would only needed
> for container images.
>
> That would have been anyway an optimization with questionable demand,
> therefore removing it.
>
> Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
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-04-22 10:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 15:18 [PATCH v2] fix: remove unneeded unconditional recipes Silvano Cirujano Cuesta
2021-04-15 7:35 ` Jan Kiszka
2021-04-22 10:29 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox