summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/README')
-rw-r--r--meta/conf/machine/include/README6
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
55TUNE_ARCH - The GNU canonical arch for a specific architecture. i.e. 55TUNE_ARCH - The GNU canonical arch for a specific architecture. i.e.
56arm, armeb, mips, mips64, etc. This value is by bitbake to setup 56arm, armeb, mips, mips64, etc. This value is used by bitbake to setup
57configure. TUNE_ARCH definitions are specific to a given architecture. 57configure. TUNE_ARCH definitions are specific to a given architecture.
58They may be a single static definitions, or may be dynamically adjusted. 58They may be a single static definition, or may be dynamically adjusted.
59See each architectures README for details for that CPU family. 59See each architecture's README for details for that CPU family.
60 60
61TUNE_PKGARCH - The package architecture used by the packaging systems to 61TUNE_PKGARCH - The package architecture used by the packaging systems to
62define the architecture, abi and tuning of a particular package. 62define the architecture, abi and tuning of a particular package.