[yocto] [PATCH] Clarified language for the rtc machine feature option

Bryan Evenson bevenson at melinkcorp.com
Thu Jun 13 06:08:52 PDT 2013


From: Bryan Evenson <bevenson at melinkcorp.com>

The language in the manual on how to disable the "rtc" machine feature was a little confusing upon first reading.  Reworded this section to clarify the author's original intent.

Signed-off-by: Bryan Evenson <bevenson at melinkcorp.com>
---
 documentation/ref-manual/ref-features.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 7c43ab3..59b88cf 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -297,10 +297,10 @@
                     Because of this, the feature is backfilled and thus enabled
                     for all machines through the <filename>MACHINE_FEATURES_BACKFILL</filename>
                     variable in the <filename>meta/conf/bitbake.conf</filename> file.
-                    However, your target device does not have this capability.
-                    You can disable RTC support for your device without
-                    affecting other machines that need RTC support
-                    by adding the feature to your machine's
+                    However, if your target device does not have this capability, 
+                    you can disable RTC support for your device without
+                    affecting other machines that need RTC support.
+                    Add the feature to your machine's
                     <filename>MACHINE_FEATURES_BACKFILL_CONSIDERED</filename>
                     list in the machine's <filename>.conf</filename> file.
                     Adding the feature to this variable when it also
-- 
1.7.9.5



More information about the yocto mailing list