aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_ipk.bbclass
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-01-31 10:36:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:35:03 +0000
commit5d8119f3d749073e355351e0e15f2703fad738f2 (patch)
tree7f026579dd856700c8070c5dac2b7b86cc72ee3e /meta/classes/package_ipk.bbclass
parent94b53e5f996a09b9f1f73d0f90b65261a76c0cbe (diff)
downloadopenembedded-core-contrib-5d8119f3d749073e355351e0e15f2703fad738f2.tar.gz
package_ipk, rootfs_ipk: remove the "set -x"
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>
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
-rw-r--r--meta/classes/package_ipk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass
index e46a52a022..d735051f7d 100644
--- a/meta/classes/package_ipk.bbclass
+++ b/meta/classes/package_ipk.bbclass
@@ -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}"