diff options
author | Jon Mason <jdmason@kudzu.us> | 2020-09-28 09:05:46 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-30 15:01:51 +0100 |
commit | ceefa75ac0836bf603c1c713af2e59f68c5a4f83 (patch) | |
tree | a9b82d97426fcd5b41ec3c15330369655817a392 /meta/conf/machine/include/tune-strongarm1100.inc | |
parent | 538019a320c4282130ff721d4325587361bd51fa (diff) | |
download | poky-ceefa75ac0836bf603c1c713af2e59f68c5a4f83.tar.gz |
Space-comma Cleanups
Multiple files have " ," instead of ", " in expressions. This changes
them to conform to the way the rest of them are done.
Found and corrected via:
git ls-files | xargs sed --follow-symlinks -i 's/ ,d/, d/g'
(From OE-Core rev: 36c3afd2dd8bded02ea8f255e89a09ebd75c795b)
Signed-off-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-strongarm1100.inc')
-rw-r--r-- | meta/conf/machine/include/tune-strongarm1100.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/meta/conf/machine/include/tune-strongarm1100.inc index e978e925d2..9479965843 100644 --- a/meta/conf/machine/include/tune-strongarm1100.inc +++ b/meta/conf/machine/include/tune-strongarm1100.inc | |||
@@ -4,7 +4,7 @@ require conf/machine/include/arm/arch-armv4.inc | |||
4 | 4 | ||
5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" | 5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', ' -mcpu=strongarm1100', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', ' -mcpu=strongarm1100', '', d)}" |
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', 'armv4:', '' ,d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', 'armv4:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "strongarm" | 9 | AVAILTUNES += "strongarm" |
10 | ARMPKGARCH_tune-strongarm = "strongarm" | 10 | ARMPKGARCH_tune-strongarm = "strongarm" |