From: Darren Hart Date: Fri, 17 Jan 2014 22:27:00 +0000 (+0000) Subject: tune: README: Typographical corrections X-Git-Tag: 2015-4~3938 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8df13f5013d92954ee76943dad58db75704c3cc5;p=openembedded-core.git tune: README: Typographical corrections No new content, just correcting a few typographical errors. Signed-off-by: Darren Hart Cc: Richard Purdie Cc: Paul Eggleton Cc: Tom Zanussi Cc: Nitin Kamble Cc: Mark Hatle Cc: Bruce Ashfield Cc: Martin Jansa Signed-off-by: Richard Purdie --- 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. ${@bb.utils.contains("TUNE_FEATURES", "feature", "cflag", "!cflag", d)} TUNE_ARCH - The GNU canonical arch for a specific architecture. i.e. -arm, armeb, mips, mips64, etc. This value is by bitbake to setup +arm, armeb, mips, mips64, etc. This value is used by bitbake to setup configure. TUNE_ARCH definitions are specific to a given architecture. -They may be a single static definitions, or may be dynamically adjusted. -See each architectures README for details for that CPU family. +They may be a single static definition, or may be dynamically adjusted. +See each architecture's README for details for that CPU family. TUNE_PKGARCH - The package architecture used by the packaging systems to define the architecture, abi and tuning of a particular package.