Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,19 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED += " sysvinit pulseaudio bluez5 gobject-intr
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_update-alternatives = ""

# Enable SPDX SBOM generation
INHERIT += "create-spdx"

# Optional: nicer JSON formatting
SPDX_PRETTY = "1"

# Optional: include source descriptions / archives (useful for compliance)
SPDX_INCLUDE_SOURCES = "1"
SPDX_ARCHIVE_SOURCES = "1"

# Enable security report generation at build time
INHERIT += "cve-check"

# /var/log should be persistent
VOLATILE_LOG_DIR = "no"

Expand Down