mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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:
committed by
Richard Purdie
parent
5ce1060e3a
commit
eec3bbdd27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user