]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
kernel: Disable module deploy tarball by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2026 12:16:44 +0000 (13:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 May 2026 16:55:43 +0000 (17:55 +0100)
These module tarballs were once useful for certain development workflows. They
are not that useful when deployed in CI, taking up space as release artefacts.

Not generating them by default saves time/space and users who need/use them can
enable them, this makes more sense as a modern default.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel-artifact-names.bbclass

index 1a7611a15e8ace95ff9d9ca6309c45f1b9d1808e..6d9746633212f60ff095a182ad9783737b17c24f 100644 (file)
@@ -31,7 +31,7 @@ KERNEL_FIT_BIN_EXT ?= "${KERNEL_ARTIFACT_BIN_EXT}"
 
 MODULE_TARBALL_NAME ?= "${KERNEL_ARTIFACT_NAME}"
 MODULE_TARBALL_LINK_NAME ?= "${KERNEL_ARTIFACT_LINK_NAME}"
-MODULE_TARBALL_DEPLOY ?= "1"
+MODULE_TARBALL_DEPLOY ?= "0"
 
 INITRAMFS_NAME ?= "initramfs-${KERNEL_ARTIFACT_NAME}"
 INITRAMFS_LINK_NAME ?= "initramfs-${KERNEL_ARTIFACT_LINK_NAME}"