All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 32/38] local.conf.sample: fix typo
Date: Sat, 13 Mar 2021 08:49:21 -1000	[thread overview]
Message-ID: <d37f474f7211fe9d6e1e5561bf27cc6afa2872ab.1615661221.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1615661221.git.steve@sakoman.com>

From: Ulrich Ölmann <u.oelmann@pengutronix.de>

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6413f56a19417fe9d2aaa0f3dba4fd12c41b98c4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/conf/local.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 783d2c4c16..ce18b5f057 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -185,7 +185,7 @@ BB_DISKMON_DIRS ??= "\
 #
 # Shared-state files from other locations
 #
-# As mentioned above, shared state files are prebuilt cache data objects which can
+# As mentioned above, shared state files are prebuilt cache data objects which can be
 # used to accelerate build time. This variable can be used to configure the system
 # to search other mirror locations for these objects before it builds the data itself.
 #
-- 
2.25.1


  parent reply	other threads:[~2021-03-13 18:52 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-13 18:48 [OE-core][dunfell 00/38] Patch review Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 01/38] wpa-supplicant: fix CVE-2021-27803 Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 02/38] qemu: fix CVE-2021-20203 Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 03/38] shadow: whitelist CVE-2013-4235 Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 04/38] python3-jinja2: set CVE_PRODUCT Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 05/38] linux-yocto/5.4: update to v5.4.99 Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 06/38] linux-yocto/5.4: update to v5.4.101 Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 07/38] linux-yocto/5.4: update to v5.4.103 Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 08/38] recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 09/38] recipes-graphics: " Steve Sakoman
2021-03-13 18:48 ` [OE-core][dunfell 10/38] recipes-kernel: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 11/38] recipes-multimedia: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 12/38] recipes-sato: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 13/38] recipes-support: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 14/38] meta/recipes-rt: Add HOMEPAGE / DESCRIPTION Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 15/38] meta-skeleton: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 16/38] meta/recipes-extended: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 17/38] meta/recipes-support: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 18/38] meta/recipes-kernel: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 19/38] meta/recipes-multimedia: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 20/38] meta/recipes-graphics: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 21/38] meta/recipes-devtools: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 22/38] libid3tag: Fix reproducibility issue Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 23/38] syslinux: Fix reproducibility issues Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 24/38] swig: Fix reproducibility issue Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 25/38] efivar: " Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 26/38] selftest/reproducible: Add ability to pull some objects from sstate Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 27/38] wic: Warn if an ext filesystem affected by the Y2038 problem is used Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 28/38] oeqa/pam: Need shadow installed for the tests Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 29/38] valgrind: Increase timeout duration 30 -> 90 s Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 30/38] rxvt-unicode: Do not use throw specifications Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 31/38] dtc: Fix array-bounds error Steve Sakoman
2021-03-13 18:49 ` Steve Sakoman [this message]
2021-03-13 18:49 ` [OE-core][dunfell 33/38] runqemu: use "raw" instead of "bin" for ovmf Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 34/38] bitbake-bblayers/create: Fix incorrect priority help message Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 35/38] ptest-packagelists: remove libinput-ptest Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 36/38] build-appliance-image: Drop kernel module handling Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 37/38] insane: don't check for a warning string that is never output Steve Sakoman
2021-03-13 18:49 ` [OE-core][dunfell 38/38] cups: use /run instead /var/run in systemd's unit file Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d37f474f7211fe9d6e1e5561bf27cc6afa2872ab.1615661221.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.