From patchwork Wed Mar 9 09:44:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 4988 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 7FA32C433F5 for ; Wed, 9 Mar 2022 09:45:11 +0000 (UTC) Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by mx.groups.io with SMTP id smtpd.web08.3776.1646819110494611013 for ; Wed, 09 Mar 2022 01:45:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=M1BiRbwe; spf=pass (domain: bootlin.com, ip: 217.70.178.230, mailfrom: michael.opdenacker@bootlin.com) Received: (Authenticated sender: michael.opdenacker@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 16CF5240017; Wed, 9 Mar 2022 09:45:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1646819108; 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=EUTNSbyEJPPSoRoyP2WzXG8gAwQF13Ych8FqDD/M0mE=; b=M1BiRbwe1BPLHGQ0VRnU9QjxGhknEkEZOoR5q/6ruS3PAGbOwlIWiz50ompwemVkCRivZW zi/q7gzluF6SGVG6n0nJonxKTf+KGm3L0tduy9JOeq28n35VycsS5bcxK8KALIIzpibfES K8BonpBzCPQLrGpWSyJMipDuaGCc/CNlpi0G61B7gUwDDfhWgqYqDB2MmS1YlEZaXW/ANa a5YbhbRSoZmRKQnM29ZibZ+SDsvnA6yKg2dLJRgVs95cSgQKS9WddFCa49WUyu6Fzw80Ef NCOBMNMNUUs+FH4EBfogoA4vIBQWUhnAJWpH8qKGs92c/FDaTqlJ+V+1T+HOqQ== From: Michael Opdenacker To: openembedded-core@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH] local.conf.sample: fix reference to extended configuration sample Date: Wed, 9 Mar 2022 10:44:42 +0100 Message-Id: <20220309094442.606175-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.25.1 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, 09 Mar 2022 09:45:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162954 The file name is local.conf.sample.extended, not local.conf.extended Signed-off-by: Michael Opdenacker Reviewed-by: Quentin Schulz --- meta/conf/local.conf.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 82efc2c4f5..1edbb73987 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -2,9 +2,10 @@ # This file is your local configuration file and is where all local user settings # are placed. The comments in this file give some guide to the options a new user # to the system might want to change but pretty much any configuration option can -# be set in this file. More adventurous users can look at local.conf.extended -# which contains other examples of configuration which can be placed in this file -# but new users likely won't need any of them initially. +# be set in this file. More adventurous users can look at +# local.conf.sample.extended which contains other examples of configuration which +# can be placed in this file but new users likely won't need any of them +# initially. # # Lines starting with the '#' character are commented out and in some cases the # default values are provided as comments to show people example syntax. Enabling