scripts: Various typo/grammar/punctuation fixes

Among other things, fix misspellings of:

  - absolute
  - deprecated
  - suitable
  - handle

and a bunch of other things.

(From OE-Core rev: c3773cd6c44dfe82be9ecd248120e7d6c753f891)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2022-02-27 05:53:05 -05:00
committed by Richard Purdie
parent 5ce1060e3a
commit eec3bbdd27
4 changed files with 14 additions and 14 deletions

View File

@@ -94,9 +94,9 @@ into your configuration please add entries to conf/bblayers.conf.
EOM
# Put the abosolute path to the layers in bblayers.conf so we can run
# bitbake without the init script after the first run
# ##COREBASE## is deprecated as it's meaning was inconsistent, but continue
# Put the absolute path to the layers in bblayers.conf so we can run
# bitbake without the init script after the first run.
# ##COREBASE## is deprecated as its meaning was inconsistent, but continue
# to replace it for compatibility.
sed -e "s|##OEROOT##|$OEROOT|g" \
-e "s|##COREBASE##|$OEROOT|g" \
@@ -115,7 +115,7 @@ The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
https://docs.yoctoproject.org
For more information about OpenEmbedded see their website:
For more information about OpenEmbedded see the website:
https://www.openembedded.org/
EOM