diff options
Diffstat (limited to 'meta/conf/machine/include/x86/README')
-rw-r--r-- | meta/conf/machine/include/x86/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/x86/README b/meta/conf/machine/include/x86/README index 2b6c46c7eb..05aee533a7 100644 --- a/meta/conf/machine/include/x86/README +++ b/meta/conf/machine/include/x86/README | |||
@@ -14,7 +14,7 @@ X86ARCH64 - This is the 64-bit architecture GNU canonical arch, TUNE_ARCH. | |||
14 | 14 | ||
15 | The TUNE_PKGARCH is defined as follows: | 15 | The TUNE_PKGARCH is defined as follows: |
16 | 16 | ||
17 | TUNE_PKGARCH = ${TUNE_PKGARCH_tune-${DEFAULTTUNE}} | 17 | TUNE_PKGARCH = ${TUNE_PKGARCH:tune-${DEFAULTTUNE}} |
18 | 18 | ||
19 | The package architecture for 32-bit targets is historical and generally | 19 | The package architecture for 32-bit targets is historical and generally |
20 | set to to match the core compatible processor type, i.e. i386. | 20 | set to to match the core compatible processor type, i.e. i386. |