| Message ID | 20260531053117.17915-1-prabhudasuvatala@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [scarthgap] conf/machine: fix typos in ARM and x86 README files | expand |
Ooops, needed reply-all On 5/31/26 7:31 AM, Prabhudasu Vatala via lists.openembedded.org wrote: > Correct spelling errors in the machine include README documentation > for both ARM and x86 architectures to improve clarity. > > - Fix TUNE_PKGACH -> TUNE_PKGARCH in ARM README. > - Fix "to to" duplication in x86 README. > > Signed-off-by: Prabhudasu Vatala <prabhudasuvatala@gmail.com> > --- > meta/conf/machine/include/arm/README | 2 +- > meta/conf/machine/include/x86/README | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/conf/machine/include/arm/README b/meta/conf/machine/include/arm/README > index c5637798e6..807b7f8a2b 100644 > --- a/meta/conf/machine/include/arm/README > +++ b/meta/conf/machine/include/arm/README > @@ -10,7 +10,7 @@ of the existence of the "bigendian" feature in a given tune. > > A small set of ARM specific variables have been defined to allow > TUNE_PKGARCH to be automatically defined. Optimized tunings must NOT > -change the definiton of TUNE_PKGARCH. TUNE_PKGACH:tune-<tune> will be > +change the definiton of TUNE_PKGARCH. TUNE_PKGARCH:tune-<tune> will be Definition is also misspelled. Philip > ignored. The format of the package arch is enforced by the TUNE_PKGARCH > default. The format must be of the form: > <armversion>[t][e][hf][b][-vfp][-neon] > diff --git a/meta/conf/machine/include/x86/README b/meta/conf/machine/include/x86/README > index 05aee533a7..8065ecb3d6 100644 > --- a/meta/conf/machine/include/x86/README > +++ b/meta/conf/machine/include/x86/README > @@ -17,7 +17,7 @@ The TUNE_PKGARCH is defined as follows: > TUNE_PKGARCH = ${TUNE_PKGARCH:tune-${DEFAULTTUNE}} > > The package architecture for 32-bit targets is historical and generally > -set to to match the core compatible processor type, i.e. i386. > +set to match the core compatible processor type, i.e. i386. > > For 64-bit architectures, the architecture is expected to end in '_64'. > > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#237791): https://lists.openembedded.org/g/openembedded-core/message/237791 > Mute This Topic: https://lists.openembedded.org/mt/119572343/384425 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [philip@balister.org] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/conf/machine/include/arm/README b/meta/conf/machine/include/arm/README index c5637798e6..807b7f8a2b 100644 --- a/meta/conf/machine/include/arm/README +++ b/meta/conf/machine/include/arm/README @@ -10,7 +10,7 @@ of the existence of the "bigendian" feature in a given tune. A small set of ARM specific variables have been defined to allow TUNE_PKGARCH to be automatically defined. Optimized tunings must NOT -change the definiton of TUNE_PKGARCH. TUNE_PKGACH:tune-<tune> will be +change the definiton of TUNE_PKGARCH. TUNE_PKGARCH:tune-<tune> will be ignored. The format of the package arch is enforced by the TUNE_PKGARCH default. The format must be of the form: <armversion>[t][e][hf][b][-vfp][-neon] diff --git a/meta/conf/machine/include/x86/README b/meta/conf/machine/include/x86/README index 05aee533a7..8065ecb3d6 100644 --- a/meta/conf/machine/include/x86/README +++ b/meta/conf/machine/include/x86/README @@ -17,7 +17,7 @@ The TUNE_PKGARCH is defined as follows: TUNE_PKGARCH = ${TUNE_PKGARCH:tune-${DEFAULTTUNE}} The package architecture for 32-bit targets is historical and generally -set to to match the core compatible processor type, i.e. i386. +set to match the core compatible processor type, i.e. i386. For 64-bit architectures, the architecture is expected to end in '_64'.
Correct spelling errors in the machine include README documentation for both ARM and x86 architectures to improve clarity. - Fix TUNE_PKGACH -> TUNE_PKGARCH in ARM README. - Fix "to to" duplication in x86 README. Signed-off-by: Prabhudasu Vatala <prabhudasuvatala@gmail.com> --- meta/conf/machine/include/arm/README | 2 +- meta/conf/machine/include/x86/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)