From patchwork Wed Jun 21 16:42:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 26109 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 91921EB64D8 for ; Wed, 21 Jun 2023 16:42:53 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by mx.groups.io with SMTP id smtpd.web10.3513.1687365768904572033 for ; Wed, 21 Jun 2023 09:42:49 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: 0leil.net, ip: 217.70.183.198, mailfrom: foss+yocto@0leil.net) Received: by mail.gandi.net (Postfix) with ESMTPSA id 91072C000D; Wed, 21 Jun 2023 16:42:46 +0000 (UTC) From: Quentin Schulz To: docs@lists.yoctoproject.org Cc: Quentin Schulz , Quentin Schulz Subject: [PATCH] docs: bsp-guide: bsp: fix typo Date: Wed, 21 Jun 2023 18:42:32 +0200 Message-ID: <20230621-bsp-typo-v1-1-08b8fb0ec502@theobroma-systems.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Mailer: b4 0.12.2 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, 21 Jun 2023 16:42:53 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4019 From: Quentin Schulz It's meta-openembedded and not meta-openbedded, let's fix it. Fixes: de6e7c05fbcf ("manuals: stop referring to the meta-openembedded repo from GitHub") Cc: Quentin Schulz Signed-off-by: Quentin Schulz Reviewed-by: Michael Opdenacker --- documentation/bsp-guide/bsp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: c74928b1a7b2f285ed70999539f0c630316ad364 change-id: 20230621-bsp-typo-c3b5c94c109d Best regards, -- Quentin Schulz diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index f2f5d4d95..4d64c65d9 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst @@ -109,7 +109,7 @@ them to the "Dependencies" section. Some layers function as a layer to hold other BSP layers. These layers are known as ":term:`container layers `". An example of -this type of layer is OpenEmbedded's :oe_git:`meta-openbedded ` +this type of layer is OpenEmbedded's :oe_git:`meta-openembedded ` layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. In cases like this, you need to include the names of the actual layers you want to work with, such as::