mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0a2f61a0d4
commit
c0e328683a
@@ -93,7 +93,7 @@ VOLATILE_LOG_DIR ?= "yes"
|
||||
# Architecture-dependent build variables.
|
||||
##################################################################
|
||||
|
||||
# Immediate expansion since there is no point in reapeatedly calling
|
||||
# Immediate expansion since there is no point in repeatedly calling
|
||||
# os.uname() throughout parsing
|
||||
BUILD_ARCH := "${@os.uname()[4]}"
|
||||
BUILD_OS := "${@os.uname()[0].lower()}"
|
||||
|
||||
Reference in New Issue
Block a user