]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: Disable shell debug messages
authorMark Hatle <mark.hatle@windriver.com>
Wed, 16 Feb 2011 04:54:38 +0000 (22:54 -0600)
committerSaul Wold <sgw@linux.intel.com>
Wed, 16 Feb 2011 15:34:51 +0000 (07:34 -0800)
By default image had a "set -x" to enable shell debug messages,
this adds a lot of overhead to the system due to logging.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/image.bbclass

index 14de3e1994bde8e41f33b7b29f08dcafcbea9f38..2cc17e1721b45924ecd36874192876bfc0c5a564 100644 (file)
@@ -96,7 +96,7 @@ do_build[nostamp] = "1"
 # Must call real_do_rootfs() from inside here, rather than as a separate
 # task, so that we have a single fakeroot context for the whole process.
 fakeroot do_rootfs () {
-       set -x
+       #set -x
        rm -rf ${IMAGE_ROOTFS}
        mkdir -p ${IMAGE_ROOTFS}
        mkdir -p ${DEPLOY_DIR_IMAGE}