]> code.ossystems Code Review - openembedded-core.git/commitdiff
package_ipk, rootfs_ipk: remove the "set -x"
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 31 Jan 2013 08:36:55 +0000 (10:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 09:35:03 +0000 (09:35 +0000)
Comment the "set -x" lines since these will add a lot of extra, not
always necessary, debug messages in the log.do_rootfs.

[YOCTO #2599]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/package_ipk.bbclass
meta/classes/rootfs_ipk.bbclass

index e46a52a0228c28732d3c6c5aaecb39c6f6967109..d735051f7daf5c085392182506eb0a00a21db630 100644 (file)
@@ -198,7 +198,7 @@ ipk_log_check() {
 # Update the Packages index files in ${DEPLOY_DIR_IPK}
 #
 package_update_index_ipk () {
-       set -x
+       #set -x
 
        ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}"
 
index b73ff4bbce0f39d57d4345b3325be317d2c89ac5..fadec4d90dd36bc3133d88c2c4364366612bf51c 100644 (file)
@@ -26,7 +26,7 @@ BAD_RECOMMENDATIONS ?= ""
 MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg"
 
 fakeroot rootfs_ipk_do_rootfs () {
-       set -x
+       #set -x
 
        rm -f ${IPKGCONF_TARGET}
        touch ${IPKGCONF_TARGET}