From patchwork Wed Feb 22 08:48:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 19977 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 B588FC6379F for ; Wed, 22 Feb 2023 08:49:05 +0000 (UTC) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by mx.groups.io with SMTP id smtpd.web10.4317.1677055742841122587 for ; Wed, 22 Feb 2023 00:49:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=phO+m1CW; spf=pass (domain: bootlin.com, ip: 217.70.183.199, mailfrom: michael.opdenacker@bootlin.com) Received: (Authenticated sender: michael.opdenacker@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id A1268FF813; Wed, 22 Feb 2023 08:49:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1677055740; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PAxZJPFvdTgc90oQ+9mF1lSWcMOhTZUF2MKza2ePrXs=; b=phO+m1CWYsd0qM+uwDqQ0ZdhPGFrwDxC7nhEzenu6o+zCq9yAON0R3gSByRiYUiCkFTxU9 Z1F0AfDNRnJTcoUJ0mwrTbmbyxJtIamDR3UfCzs291/gZ4mbD2jnRNDkhspsWnkuU6SKPj xJGtnY+inS+915e+TdzUyntZgaUqZWqVM3EBwuv/DFWPkcrm40PfwtqEzS5zlnXhs65zTX Ill9Xaukf0NZwJMQCxMmunoYMmgS57AwzLzufbGGrapxOFdfD1H5Bvycei9mhrTK//9TKD kNsCi0/GcaNhx6rKT7MbAahWwgRT3be4n3pk1lGf6QizDyHUgpuRVVUoilLsDg== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker , Joshua Watt Subject: [PATCH] [langdale] dev-manual: common-tasks.rst: add link to FOSDEM 2023 video Date: Wed, 22 Feb 2023 09:48:56 +0100 Message-Id: <20230222084856.110477-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 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 ; Wed, 22 Feb 2023 08:49:05 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3710 From: Michael Opdenacker Signed-off-by: Michael Opdenacker CC: Joshua Watt --- documentation/dev-manual/common-tasks.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 67018e6517..afea9ec72e 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst @@ -11735,6 +11735,11 @@ See the `tools page `__ on the :term:`SPDX` project website for a list of tools to consume and transform the :term:`SPDX` data generated by the OpenEmbedded build system. +See also Joshua Watt's +`Automated SBoM generation with OpenEmbedded and the Yocto Project `__ +presentation at FOSDEM 2023. + + Using the Error Reporting Tool ==============================