mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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 <mark.hatle@windriver.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user