]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ts-xen-build: Warn strongly against using early printk
authorIan Campbell <ian.campbell@citrix.com>
Mon, 9 Sep 2013 09:55:49 +0000 (10:55 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 9 Sep 2013 09:55:49 +0000 (10:55 +0100)
ts-xen-build

index fe5acac30a1f908280162d021e48358253d783c7..894297f93d7c5af05f63d21deafff81a992d0bf6 100755 (executable)
@@ -52,6 +52,12 @@ sub checkout () {
 
     my $debug_build = $r{xen_build_debug} || 'y';
 
+    # Do not set this unless you know what you are doing. This arm
+    # option makes the build specific to a particular type of
+    # hardware.  This is only really useful in the standalone
+    # configuration and even then you are still responsible for
+    # ensuring that this build only gets run on hardware which
+    # supports the given early printk mechanism.
     my $earlyprintk = get_host_property($ho, 'EarlyPrintk', undef);
 
     target_cmd_build($ho, 100, $builddir, <<END.