From patchwork Mon Oct 10 09:24:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Eggleton X-Patchwork-Id: 13703 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B04DFC43219 for ; Mon, 10 Oct 2022 09:24:43 +0000 (UTC) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.4254.1665393876943746127 for ; Mon, 10 Oct 2022 02:24:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=b4zlGIe9; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: pauleg@linux.microsoft.com) Received: by linux.microsoft.com (Postfix, from userid 1054) id 4CE1320EC32C; Mon, 10 Oct 2022 02:24:36 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4CE1320EC32C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1665393877; bh=tJpk+XQZeCoOF+p/GsM097w8fjgEDx36rV2YSI/OPrQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b4zlGIe95hOOzCoj7MuodoEiNzDerph2LyagT/UV9PCR3cGlEHdW7bmryZsZJ/NOU cSiXJWYBCLOnFdDaCnS6UaKR5Ef7SnuUoEcYp6tTW8GuL0k6K0p66otn+zfxIGZhCj lX/OABGRGAJkBEMEZRAzSLty4POoZr03Q96zUX3M= From: Paul Eggleton To: docs@lists.yoctoproject.org Subject: [PATCH 31/34] ref-manual: add section for create-spdx class Date: Mon, 10 Oct 2022 02:24:17 -0700 Message-Id: X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 10 Oct 2022 09:24:43 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3332 From: Paul Eggleton create-spdx was added in the honister release. This is a stub since I unfortunately don't have time to fully document this class and related variables, hopefully someone else can expand it in future. Signed-off-by: Paul Eggleton --- documentation/ref-manual/classes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 652c2f3..dad78ef 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -368,6 +368,14 @@ authors used. Both build methods inherit the ``cpan-base`` class for basic Perl support. +.. _ref-classes-create-spdx: + +``create-spdx.bbclass`` +======================= + +The ``create-spdx`` class provides support for automatically creating +SPDX SBoM documents based upon image and SDK contents. + .. _ref-classes-cross: ``cross.bbclass``