mirror of
https://git.yoctoproject.org/poky
synced 2026-09-08 12:49:32 +02:00
meta: remove consecutive blank lines
Some of them were introduced by mass-removal of S = WORKDIR/git assignments;
rather than try to fix up (or redo) just these, I've run this sed command over
the whole tree:
sed -i -z -E 's/([ \t\f\v\r]*\n){3,}/\n\n/g' `find . -name *.bb -o -name *.inc`
The rationale is that more than one empty line is wasting vertical screen space, and
does nothing for readability.
(From OE-Core rev: cedc4ff7c9bcfb22a20e43e47f9759f4007a4f1a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0ad5fb3431
commit
dc9faa3cdc
@@ -5,13 +5,11 @@ MIPSPKGSFX_MIPS16E ??= ""
|
||||
require conf/machine/include/mips/tune-mips32r2.inc
|
||||
require conf/machine/include/mips/feature-mips-mips16e.inc
|
||||
|
||||
|
||||
TUNEVALID[24kc] = "Enable MIPS 24Kc processor optimizations"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "24kc", " -mtune=24kc", "", d)}"
|
||||
TUNEVALID[24kec] = "Enable MIPS 24KEc processor optimizations, including DSP"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "24kec", " -mtune=24kec -mdsp", "", d)}"
|
||||
|
||||
|
||||
AVAILTUNES += "mips32r2-24kc mips32r2-24kec mips32r2-24kec-m16"
|
||||
AVAILTUNES += "mips32r2el-24kc mips32r2el-24kec mips32r2el-24kec-m16"
|
||||
|
||||
@@ -32,7 +30,6 @@ MIPSPKGSFX_VARIANT:tune-mips32r2-24kec-m16 = "mips32r2-24kec${MIPSPKGSFX_MIPS16E
|
||||
PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec-m16 = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec} mips32r2-24kec-m16-nf"
|
||||
QEMU_EXTRAOPTIONS:tune-mips32r2-24kec-m16-nf = " -cpu 24KEc"
|
||||
|
||||
|
||||
# little endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16
|
||||
TUNE_FEATURES:tune-mips32r2el-24kc = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kc"
|
||||
TUNE_FEATURES:tune-mips32r2el-24kec = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kec"
|
||||
|
||||
@@ -5,7 +5,6 @@ MIPSPKGSFX_MIPS16E ??= ""
|
||||
require conf/machine/include/mips/tune-mips32r2.inc
|
||||
require conf/machine/include/mips/feature-mips-mips16e.inc
|
||||
|
||||
|
||||
TUNEVALID[74kc] = "Enable MIPS 74K with DSPr2 processor optimizations"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "74kc", " -mtune=74kc", "", d)}"
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ BASE_LIB:tune-octeon2_64 = "lib64"
|
||||
MIPSPKGSFX_VARIANT:tune-octeon2_64 = "octeon2_64"
|
||||
PACKAGE_EXTRA_ARCHS:tune-octeon2_64 = "mips64 octeon2_64"
|
||||
|
||||
|
||||
TUNEVALID[octeon3] = "Enable optimization related to octeon3 support"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon3', ' -march=octeon3 ', '',d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user