From 110f1f9418ba39ba4136d7aa7c3d52c2a10f47f0 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 15 Feb 2011 22:54:38 -0600 Subject: image.bbclass: Disable shell debug messages 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 --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes') diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 14de3e1994..2cc17e1721 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -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} -- cgit 1.2.3-korg