Browse Source

fix: remove unneeded unconditional recipes

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>
Silvano Cirujano Cuesta 4 years ago
parent
commit
dbb9df67c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      meta/classes/image-container-extension.bbclass

+ 0 - 1
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"