Revision: 16332
          http://sourceforge.net/p/edk2/code/16332
Author:   darylm503
Date:     2014-11-11 23:15:32 +0000 (Tue, 11 Nov 2014)
Log Message:
-----------
AppPkg: Disable Lua builds by default.  Update the ReadMe file.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <[email protected]>
Reviewed-by: Bruce Maynard <[email protected]>

Modified Paths:
--------------
    trunk/edk2/AppPkg/AppPkg.dsc
    trunk/edk2/AppPkg/Applications/Lua/ReadMe.txt

Modified: trunk/edk2/AppPkg/AppPkg.dsc
===================================================================
--- trunk/edk2/AppPkg/AppPkg.dsc        2014-11-11 22:56:58 UTC (rev 16331)
+++ trunk/edk2/AppPkg/AppPkg.dsc        2014-11-11 23:15:32 UTC (rev 16332)
@@ -131,7 +131,7 @@
 #  AppPkg/Applications/Python/PythonCore.inf
 
 #### Un-comment the following line to build Lua.
-  AppPkg/Applications/Lua/Lua.inf
+#  AppPkg/Applications/Lua/Lua.inf
 
 
 ##############################################################################

Modified: trunk/edk2/AppPkg/Applications/Lua/ReadMe.txt
===================================================================
--- trunk/edk2/AppPkg/Applications/Lua/ReadMe.txt       2014-11-11 22:56:58 UTC 
(rev 16331)
+++ trunk/edk2/AppPkg/Applications/Lua/ReadMe.txt       2014-11-11 23:15:32 UTC 
(rev 16332)
@@ -28,3 +28,8 @@
 
 If desired, copy the files from AppPkg\Applications\Lua\scripts, in the source 
tree, into
 \Efi\StdLib\lib\Lua.
+
+Bugs and Other Issues
+---------------------
+EOF characters, ^D or ^Z, are not properly recognized by the console and can't 
be used to
+terminate an application.  Use os.exit() to exit Lua.


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to