diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-01-17 22:27:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:50:54 +0000 |
commit | a9e78681f983afe235f1bff77fd45ded538c931b (patch) | |
tree | 46f22d5c2f0f5eed34a9b99b26d4f347d0305f65 /meta/conf | |
parent | 776a335d6a0ee1035057da392cc069b0e7d1a228 (diff) | |
download | poky-a9e78681f983afe235f1bff77fd45ded538c931b.tar.gz |
tune: README: Typographical corrections
No new content, just correcting a few typographical errors.
(From OE-Core rev: 8df13f5013d92954ee76943dad58db75704c3cc5)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/machine/include/README b/meta/conf/machine/include/README index 6c390adeee..d66130acbc 100644 --- a/meta/conf/machine/include/README +++ b/meta/conf/machine/include/README | |||
@@ -53,10 +53,10 @@ list should be dynamic! i.e. | |||
53 | ${@bb.utils.contains("TUNE_FEATURES", "feature", "cflag", "!cflag", d)} | 53 | ${@bb.utils.contains("TUNE_FEATURES", "feature", "cflag", "!cflag", d)} |
54 | 54 | ||
55 | TUNE_ARCH - The GNU canonical arch for a specific architecture. i.e. | 55 | TUNE_ARCH - The GNU canonical arch for a specific architecture. i.e. |
56 | arm, armeb, mips, mips64, etc. This value is by bitbake to setup | 56 | arm, armeb, mips, mips64, etc. This value is used by bitbake to setup |
57 | configure. TUNE_ARCH definitions are specific to a given architecture. | 57 | configure. TUNE_ARCH definitions are specific to a given architecture. |
58 | They may be a single static definitions, or may be dynamically adjusted. | 58 | They may be a single static definition, or may be dynamically adjusted. |
59 | See each architectures README for details for that CPU family. | 59 | See each architecture's README for details for that CPU family. |
60 | 60 | ||
61 | TUNE_PKGARCH - The package architecture used by the packaging systems to | 61 | TUNE_PKGARCH - The package architecture used by the packaging systems to |
62 | define the architecture, abi and tuning of a particular package. | 62 | define the architecture, abi and tuning of a particular package. |