summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-17 17:09:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:37:26 +0000
commitf7fccbe289c216b5bee7336d433589192f9cb6b0 (patch)
tree845110860b9730205a3af1a2722aa55a08ed841b /bitbake/doc
parent4f77505d94a8f6260933f457e9848d1d2fa98ce5 (diff)
downloadpoky-f7fccbe289c216b5bee7336d433589192f9cb6b0.tar.gz
bitbake: bitbake: Replace remaining "abort" usage
In line with the inclusive language migration defined at: https://wiki.yoctoproject.org/wiki/Inclusive_language replace the remaining usage of "abort" in documentation, error messages, and comments with halt/fail/exit as appropriate. A couple of external Javascript API calls in Toaster remain, as they cannot currently be changed. (Bitbake rev: bc27762bf3ffb4a20b58eace5302438c4a526626) Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 315086a6ec..59a9de2fb8 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -735,7 +735,7 @@ overview of their function and contents.
735 " 735 "
736 736
737 This next example shows an error message that occurs because invalid 737 This next example shows an error message that occurs because invalid
738 entries are found, which cause parsing to abort:: 738 entries are found, which cause parsing to fail::
739 739
740 ERROR: BBFILES_DYNAMIC entries must be of the form {!}<collection name>:<filename pattern>, not: 740 ERROR: BBFILES_DYNAMIC entries must be of the form {!}<collection name>:<filename pattern>, not:
741 /work/my-layer/bbappends/meta-security-isafw/*/*/*.bbappend 741 /work/my-layer/bbappends/meta-security-isafw/*/*/*.bbappend