public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [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

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