summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Saxena <rahul.saxena@intel.com>2012-04-09 13:24:50 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-04-16 16:34:31 -0500
commit0861f2513ebe7e1ad18291664356cfeab3c196b9 (patch)
treea3438f0cd50147cf799b638e517102e2a5c2b0a2
parent072c6e99616c25c31521e05560433c67fb2a0292 (diff)
downloadmeta-intel-0861f2513ebe7e1ad18291664356cfeab3c196b9.tar.gz
meta-cedartrail: fix README to state tools-testapps needed for Glxgears
Existing README incorrectly states that "debug-tweaks" is needed to be added to EXTRA_IMAGE_FEATURES to include Glxgears in build. The correct feature to be included is "tools-testapps" and not "debug-tweaks" Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rwxr-xr-xmeta-cedartrail/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-cedartrail/README b/meta-cedartrail/README
index f17410c2..30df3203 100755
--- a/meta-cedartrail/README
+++ b/meta-cedartrail/README
@@ -117,7 +117,7 @@ included in the sato images. The sample files are installed in
117 117
118Adding Glxgears to image 118Adding Glxgears to image
119------------------------- 119-------------------------
120Glxgears can be added to the generated image by adding "debug-tweaks" 120Glxgears can be added to the generated image by adding "tools-testapps"
121option to the extra image features variable in the default local.conf 121option to the extra image features variable in the default local.conf
122before building the BSP. 122before building the BSP.
123 123