]> code.ossystems Code Review - openembedded-core.git/commit
arch-arm*.inc: squash whitespace within TUNE_FEATURES strings
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 17 Feb 2017 18:47:01 +0000 (10:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:11 +0000 (12:29 -0800)
commit971e43270173afb08f21ffac16a4157f7e611b81
tree4fb6440d2565d8a278fc247c6b25413616a31444
parentd3f4ec2ad5e83f52f7d3824cfe1f5a64f2d81bcf
arch-arm*.inc: squash whitespace within TUNE_FEATURES strings

TUNE_FEATURES is include in BUILDCFG_VARS, so any whitespace is
visible to the user during the build process. Remove the extra
whitespace added during the 2.1 development cycle:

  http://git.openembedded.org/openembedded-core/commit/?id=f774b44fa007a2a756ada892ede832b1251d940c

For consistency, squash whitespace within PACKAGE_EXTRA_ARCHS strings
too.

Whitespace within TUNE_FEATURES strings in the tune-cortexa*.inc
files has been fixed in a separate commit:

  http://git.openembedded.org/openembedded-core/commit/?id=5610c6397ee098dd998b7417b343494de77179f9

(From OE-Core rev: 3cd0c5ef748ad072f1bd9a8d42157e9643bf97eb)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/arch-armv5-dsp.inc
meta/conf/machine/include/arm/arch-armv5.inc
meta/conf/machine/include/arm/arch-armv6.inc
meta/conf/machine/include/arm/arch-armv7a.inc
meta/conf/machine/include/arm/arch-armv7ve.inc