From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 10 Feb 2025 11:11:10 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1thQkw-000Ygr-2B for lore@lore.pengutronix.de; Mon, 10 Feb 2025 11:11:10 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1thQkv-0003vw-SP; Mon, 10 Feb 2025 11:11:09 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1thQkq-0003vH-Ic; Mon, 10 Feb 2025 11:11:04 +0100 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1thQkq-000E61-1H; Mon, 10 Feb 2025 11:11:04 +0100 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1thQkq-001WfK-18; Mon, 10 Feb 2025 11:11:04 +0100 From: Roland Hieber To: ptxdist@pengutronix.de Date: Mon, 10 Feb 2025 11:11:02 +0100 Message-Id: <20250210101102.363875-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250210100623.353373-1-rhi@pengutronix.de> References: <20250210100623.353373-1-rhi@pengutronix.de> MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v3] doc: ref_make_variables: document new CVE variables X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Roland Hieber --- v3: * where did that extra empty line come from? v2: * separate blocks for each variable * mention : syntax and multiple values --- doc/ref_make_variables.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst index 358701aab9e2..37748b09820e 100644 --- a/doc/ref_make_variables.rst +++ b/doc/ref_make_variables.rst @@ -256,6 +256,18 @@ Package Definition UTF-8 files the encoding can be specified with ``encoding=``. See the section :ref:`licensing_in_packages` for more information. +``_CVE_PRODUCT`` + The product ID in the `CVE Database `__, used for + generating SBoM reports. + It can be of the form ``:`` and contain multiple values + separated by spaces if necessary. + If not set, it defaults to ````. + +``_CVE_VERSION`` + The version number in the `CVE Database `__, used for + generating SBoM reports. + If not set, it defaults to ``$(_VERSION)``. + For most packages the variables described above are undefined by default. However, for cross and host packages these variables default to the value of the corresponding target package if it exists. -- 2.39.5