From eec3bbdd27652aec93f32a61c984c6e633e824bc Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sun, 27 Feb 2022 05:53:05 -0500 Subject: 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 Signed-off-by: Richard Purdie --- scripts/oe-setup-builddir | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/oe-setup-builddir') diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 5a51fa793f..d4ac074ad9 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -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 -- cgit v1.2.3-54-g00ecf