[2/2] kas: Support CACHE_DBG_PKGS option in menu

Message ID 20250403203114.1261163-2-badrikesh.prusty@siemens.com
State New
Headers show
Series [1/2] rootfs: Correct cache-dbg-pkgs check to BASE_REPO_FEATURES | expand

Commit Message

Badrikesh Prusty April 3, 2025, 8:31 p.m. UTC
From: badrikesh prusty <badrikesh.prusty@siemens.com>

Users can now select 'Cache all debug packages' from the kas/kas-container
menu to enable the caching of debug symbol packages.

Signed-off-by: badrikesh prusty <badrikesh.prusty@siemens.com>
---
 kas/opt/Kconfig             | 12 ++++++++++++
 kas/opt/cache-dbg-pkgs.yaml |  9 +++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 kas/opt/cache-dbg-pkgs.yaml

Patch

diff --git a/kas/opt/Kconfig b/kas/opt/Kconfig
index 5784a6dd..3fa57f87 100644
--- a/kas/opt/Kconfig
+++ b/kas/opt/Kconfig
@@ -182,3 +182,15 @@  config KAS_INCLUDE_CACHE_DEB_SRC
 	string
 	default "kas/opt/cache-deb-src.yaml"
 	depends on CACHE_DEB_SRC
+
+
+config CACHE_DBG_PKGS
+	bool "Cache all debug packages"
+	help
+	  This feature allows to download debug symbol packages for any binary package
+	  that took part in the build (including ones downloaded from distro mirrors).
+
+config KAS_INCLUDE_CACHE_DBG_PKGS
+	string
+	default "kas/opt/cache-dbg-pkgs.yaml"
+	depends on CACHE_DBG_PKGS
diff --git a/kas/opt/cache-dbg-pkgs.yaml b/kas/opt/cache-dbg-pkgs.yaml
new file mode 100644
index 00000000..5f53c368
--- /dev/null
+++ b/kas/opt/cache-dbg-pkgs.yaml
@@ -0,0 +1,9 @@ 
+# This software is a part of ISAR.
+# Copyright (C) 2025 ilbers GmbH
+
+header:
+  version: 14
+
+local_conf_header:
+  cache-dbg-pkgs: |
+    BASE_REPO_FEATURES:append = " cache-dbg-pkgs"