diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-05-29 14:29:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-04 15:15:00 +0100 |
commit | c0e328683a1798b1eb6165fb1d87007ac94b4ca9 (patch) | |
tree | 75363aef6e74adae56f7a5734d449d7d4f065640 /meta/conf/bitbake.conf | |
parent | 0a2f61a0d44a7dd635d5119de186f5efbc81a169 (diff) | |
download | poky-c0e328683a1798b1eb6165fb1d87007ac94b4ca9.tar.gz |
bitbake.conf: fix minor typo in comments
(From OE-Core rev: afcf5a6a8eb43c2832928e825566f951705e5529)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fab3dcccba..3f63a25025 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -93,7 +93,7 @@ VOLATILE_LOG_DIR ?= "yes" | |||
93 | # Architecture-dependent build variables. | 93 | # Architecture-dependent build variables. |
94 | ################################################################## | 94 | ################################################################## |
95 | 95 | ||
96 | # Immediate expansion since there is no point in reapeatedly calling | 96 | # Immediate expansion since there is no point in repeatedly calling |
97 | # os.uname() throughout parsing | 97 | # os.uname() throughout parsing |
98 | BUILD_ARCH := "${@os.uname()[4]}" | 98 | BUILD_ARCH := "${@os.uname()[4]}" |
99 | BUILD_OS := "${@os.uname()[0].lower()}" | 99 | BUILD_OS := "${@os.uname()[0].lower()}" |